Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.58 KB

README.md

File metadata and controls

64 lines (49 loc) · 2.58 KB

Machine Learning Notebook

This repository is tracking basic review from data analysis to advantage machine learning skills.

How to install ?

This repository depends on conda, so you must install conda at first, you can choose anaconda or miniconda. Then you should run bellow commands to setup a conda environment:

~ git clone git@github.com:classtag/machine-learning-notebook.git
~ cd machine-learning-notebook
~ conda env create -f environment.yml 
~ conda activate machine-learning-notebook
~ ./run.sh

Basic package learning

Machine learning core algorithms

Case study and projects