KevinArce / Scikit-Learn

Machine learning project based on sklearn library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scikit-Learn

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.

Getting Started

To get a local copy up and running follow steps below.

Requirements

  • Python >= 3.10.5
  • Packages included in requirements.txt file
  • (Anaconda for easy installation)

Install dependencies

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

Folder Structure

Sklearn-Project/
│

About

Machine learning project based on sklearn library.

License:MIT License


Languages

Language:Python 53.6%Language:Jupyter Notebook 46.4%