Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer Personality Analysis training + flask app #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vaasu2002
Copy link
Member

Made a machine learning training pipeline for Customer Personality Analysis. The training pipeline contains 4 components- Data Ingestion, Data Validation, Data Transformation, and Model Trainer. The data is downloaded from the S3 bucket in the data ingestion component. The trained model is deployed in the Flask app, where we can perform single prediction as well as re-training using /train API. The problem is actually a clustering problem. I did modular coding and made a small package of customer_personality.

@vaasu2002
Copy link
Member Author

@HemanthSai7 please check

Copy link
Member

@HemanthSai7 HemanthSai7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the files and LGTM. Have you tried to deploy the app?

@vaasu2002
Copy link
Member Author

Reviewed the files and LGTM. Have you tried to deploy the app?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants