Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 399 Bytes

File metadata and controls

21 lines (12 loc) · 399 Bytes

Machine Learning Examples

This repository keeps the examples of machine learning usage in the notebooks and codes.

Development environment

Create a new conda environment:

conda create -n ml python=3.8

This will install latest version of python 3.8 series.

conda install the following packages:

conda install jupyter notebook
conda install pyspark
conda install scikit-learn