Skip to content

GonnaFlyMethod/machine-learning-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-flow

A simple machine learning flow

This repository was inspired by Programming with Mosh and his wonderful video

Installation

Clone the repository

using https

$ git clone https://github.com/GonnaFlyMethod/machine-learning-flow.git

or SSH

$ git clone git@github.com:GonnaFlyMethod/machine-learning-flow.git

Install poetry

Poetry is a new dependencies manager for python. It's simple and clever. To install poetry run:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -

Activate poetry env

$ source $HOME/.poetry/env

then go to the main directory of the project (contains file pyproject.toml) and execute the following command:

$ poetry shell

Install dependencies

$ poetry install

Running the project

Type

$ jupyter-notebook

Explore the ML workflow

Go to example_ml_flow.ipynb and run the sections one by one or run all sections at once

Visualize

With the help of VS code and Graphviz (dot) language support for Visual Studio Code you can easily visualize the working process of our model. Just drag and drop music-recommender.dot into VS code. Then click on 3 dots in the upper right corner of VS code and select Open preview to the Side.

instructions

And here the resulttree_vis_exampls

About

A simple machine learning flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published