Machine learning project based on sklearn library. ML as a field of research concerning the development of mathematically optimized models using computer code, which learn or generalize from historical data to unlock useful insights and make predictions. This Project is meant to provide snippets and comments on features of the Scikit-Learn library.
To get a local copy up and running follow steps below.
- Python >=
3.10.5
- Packages included in
requirements.txt
file - (Anaconda for easy installation)
Create and activate virtual environment:
conda create -n yourenvname python=3.10.5
conda activate yourenvname
Install packages:
python -m pip install -r requirements.txt
Sklearn-Project/
│