Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for ML-Crate 💡
Issue Title: Term Deposit Prediction #680
Closes: #680
Describe the add-ons or changes you've made 📃
Give a clear description of what have you added or modifications made
Structured the project into specific folders: Dataset for storing the main dataset and its README, Images for storing visualizations, Models for storing notebooks and model-related files, and included a requirements.txt file for dependencies.
Organized README.md files within each folder to provide context and instructions specific to their contents, ensuring clarity and ease of navigation.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
Describe how it has been tested
Describe how have you verified the changes made
Adjusting Class Weights: In models that support it, I adjusted the class weights to give more importance to the minority class during training.
Evaluation Metrics: Focused on metrics that are sensitive to class imbalance, such as precision, recall, and the F1 score, rather than just accuracy.
Verified dataset modifications, model retraining, and output consistency to confirm the accuracy and reliability of updated results.
Evaluated the project's performance metrics (e.g., accuracy, precision, recall) against benchmarks and thresholds.
Checklist: ☑️