To run, you will need firstly config the config.json. The attributes of the file is:
path: the path of the file .csv where is the databaseseparator: the type of separator used in .csvnumOut: number of outs in expectedclassifier: The Classifier you want to use
after this run this on terminal:
python main.py
You can read the result of the run in ./log/${classifier}/${datetime}
- Decision Tree as
DecisionTree - Linear Regression as
LinearRegression
My Annotationns of the Prof. Dr. Valdinei Regis da Silva classes is available to read.
P.S.: Maybe in the future I can write some mediums, but that's not priorized to now
- New Classifiers
- Files to explain all algorithms