Skip to content

Python version of my machine learning framework that provides data preprocessing, feature selection, classification, regression and even more complex deep learning models, model persistence, autoencoders and anomaly detection

License

Notifications You must be signed in to change notification settings

RodrigoSdeCarvalho/pyEasyML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyEasyML

A machine learning framework that provides data preprocessing, feature selection, classification, regression and even more complex deep learning models.

(Initial phases of development)

Installation

pip install pyEasyML

Use

In the root of your project, run:

alias pyEasyML-start='python3 -c "import pyEasyML.cli; pyEasyML.cli.main(\"$PWD\", \"start\")"'

pyEasyML-start [folder_name]

https://pypi.org/project/pyEasyML/

About

Python version of my machine learning framework that provides data preprocessing, feature selection, classification, regression and even more complex deep learning models, model persistence, autoencoders and anomaly detection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages