-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Poker Hand Prediction #710
Conversation
Our team will soon review your PR. Thanks @aviralgarg05 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have created duplicate folders inside the project folder. Please go through them and make them arranged.
Ok I will edit them out |
Still the duplicate files are present in the project folder. Also use a generalized Jupyter Notebook file instead of separate |
Actually those are the models that I created separately, and called them into the ipynb for visualization and testing purposes. (It was giving me some kernel issues while training the models in jupyter notebook so created them separately as .py and called them in .ipynb for testing). The files present in both the folders are completely different. Just their naming is same for identification purposes of models while calling. |
Why should we have |
No it wasn't taking resources, but was giving me virtual environment issues while training about the libraries. So created model separately and tested separately. Actually I had been working on different project and some issues of kernel versions had been occurring. |
Hi @aviralgarg05 I got your points. But it's better to go with a single jupyter notebook file which will contain all the stuff including the EDAs, model training and model implementation. |
What I'll do is add the entire folder to .gitignore Hence it would make the structure better. As without those files the actual prediction won't work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Follow the README template and update the README. Here it is, https://github.com/abhisheks008/ML-Crate/blob/main/.github/readme_template.md
- Rename the
.ipynb
folder from "Poker Hand Prediction" to "Notebooks".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Approved ✅
@aviralgarg05
Pull Request for ML-Crate 💡
Issue Title: Poker Hand Prediction
Closes: #issue number that will be closed through this PR
#693
Describe the add-ons or changes you've made 📃
NA
Give a clear description of what have you added or modifications made
NA
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
Describe how it has been tested: Previous Test Datasets
Describe how have you verified the changes made:- Accuracy Scores
Checklist: ☑️