Machine Learning with Me
Iseng-iseng eksplor Machine Learning dengan menggunakan library Scikit-Learn.
References
- Indonesia Belajar: https://www.youtube.com/playlist?list=PL2O3HdJI4voHNEv59SdXKRQVRZAFmwN9E
Instructions
- Make sure Anaconda installed, if you don't have, you can refer this link https://www.anaconda.com/products/individual to install Anaconda.
- Install env-spec.txt with run command
conda create --name [your_name_env] --file env-spec.txt
- Finish and enjoy.