rasbt / rasbt/python-machine-learning-book
ch.06(Tuning hyperparameters via grid search)
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 12.6k
- Forks
- 4.4k
- PR merge metrics
- No merged PRs in 30d
Description
I'm now learning machine learning using the Japanese translation of this book, and when I run this program, I always get stuck on the part using sklearn.svm.
When the program do the part"gs=gs.fit(X_train,y_train)", it always show the past two graphs infinitely. I don't know the reason, so tell me what may be the cause.
My PC's spec:
Window10, python3.6.5, scikit-learn0.19.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the chapter 06 grid-search example and the gs.fit(X_train,y_train) call, reproducing it under the reported Windows 10, Python 3.6.5, and scikit-learn 0.19.1 versions. Done means identifying why the two graphs repeat indefinitely and documenting the cause and reproducible resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, scikit-learn
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100