Skip to content
/ ml-run Public

A few data science & machine learning learning task. I use this to flex my brain, in the hopes of being prepared for eventually getting into the world of machine learning

Notifications You must be signed in to change notification settings

devsgnr/ml-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-RUN

A small repository where I work on data science and machine learning mini-project. Think of this as a place where I come to learn and also have fun while learning.


Want to join me in learning and having fun? Then you can follow the simple steps below to get you started. I've made provision for conda and pip users.

To create you environment using conda you can go ahead and run the following commands; making sure that conda is installed on your machine first.

$ conda create --prefix ./env --file ./_conda/requirements.txt

To create you environment using pip you can go ahead and run the following commands; making sure that pip is installed on your machine first.

$ pip install -r ./_pip/requirements.txt

Current Experiments

Completed Experiments

  • Titanic - Machine Learning for Disaster here

About

A few data science & machine learning learning task. I use this to flex my brain, in the hopes of being prepared for eventually getting into the world of machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published