Skip to content

Python Machine Learning Interface to analyze different dataset with ML algorithms

License

Notifications You must be signed in to change notification settings

yakupbeyoglu/ml-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-interface

Python Machine Learning Interface to analyze different dataset with ML algorithms Includes Deep Learning Library Keras

Install conda virtual env

    $ conda create -n ml-interface python=3.7.6
    $ source ml-interface/bin/activate

Install Requirements

    $ pip3 install -r requirements.txt

Run Project

    $ conda activate ml-interface
    $ ./main.py --help

About

Python Machine Learning Interface to analyze different dataset with ML algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages