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

Business performace forecasting #197

Conversation

Kushagra1taneja
Copy link
Contributor

@Kushagra1taneja Kushagra1taneja commented Oct 29, 2024

Description

This PR adds the Business Performance Forecasting feature to the project. It includes the implementation of a model that predicts profits based on various business metrics.

Issue Resolved

This PR resolves #192 .

Changes Made

  • Implemented the predict.py file to handle profit predictions.
  • Created a corresponding model.py file to load the model and scaler.
  • Updated the JSON configuration files to integrate the new model.
  • Added a detailed model_details() function to provide insights into the model's performance.

Screenshots or Videos

image

Additional Details

The new feature includes a user-friendly interface that allows users to input relevant business metrics and receive accurate profit predictions. The model has been tested locally and is ready for deployment.

Please put GSSOC-extd , Hackertobefest and level labels

Checklist

  • My code follows the current project structure.
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages.
  • The predict.py file includes a properly implemented model_details() function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

Copy link
Owner

@yashasvini121 yashasvini121 left a comment

Choose a reason for hiding this comment

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

The Jupyter notebook containing the model_evaluation function is missing. Alternatively, you can directly add the model_evaluation function to the models.py file.

@Kushagra1taneja
Copy link
Contributor Author

Kushagra1taneja commented Oct 29, 2024

save_evaluation_to_pickle() is the model_evaluation function in the Business_forecasting.py file added in the second commit.

@yashasvini121 yashasvini121 merged commit 413c02a into yashasvini121:master Oct 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Business Performance Forecasting
2 participants