Skip to content

End-to-end demo of a simple project that creates a Customer Lifetime Value (CLV) prediction model using Featuretools' mock customer data

Notifications You must be signed in to change notification settings

victoriarmitchell/e2e-mock-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

e2e-mock-demo

End-to-end demo of a simple project that creates a Customer Lifetime Value (CLV) prediction model using Featuretools' mock customer data

. ├── .github │ └── workflows │ ├── ci.yaml │ ├── cd.yaml │ └── security.yaml ├── components │ ├── train_model │ │ ├── component.py │ │ ├── Dockerfile │ │ ├── requirements.txt │ │ └── tests │ │ └── test_train_model.py │ └── upload_model │ ├── component.py │ ├── Dockerfile │ ├── requirements.txt │ └── tests │ └── test_upload_model.py ├── pipelines │ ├── training_pipeline.py │ └── deployment_pipeline.py └── README.md

About

End-to-end demo of a simple project that creates a Customer Lifetime Value (CLV) prediction model using Featuretools' mock customer data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published