A machine learning framework that provides data preprocessing, feature selection, classification, regression and even more complex deep learning models.
(Initial phases of development)
pip install pyEasyML
In the root of your project, run:
alias pyEasyML-start='python3 -c "import pyEasyML.cli; pyEasyML.cli.main(\"$PWD\", \"start\")"'
pyEasyML-start [folder_name]