Skip to content

A collection of machine learning projects I have personally developed with scikit-learn.

License

Notifications You must be signed in to change notification settings

morikeli/ml-projects-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning projects arena

Overview

This repo contains a collection of machine learning projects that I have developed after learning ML algorithms using Python's Scikit-learn library.

Instructions

You can view the projects using a browser or a text editor, e.g. VS Code.

Initial Setup

   $ cd Desktop
   $ git clone https:github.com/morikeli/ml-projects-arena/
   $ python3 -m venv .venv
   $ source .venv/bin/activate
   $ pip install -r requirements.txt
  • Once installtion is complete, open type the following command to open the folder on your default browser.

       $ jupyter notebook
  • Select any folder you wish to view and double-click any Jupyter notebook you want to view

Reminder

Don't forget to star this repo 😉

About

A collection of machine learning projects I have personally developed with scikit-learn.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published