deil87 / automl-genetic

Applying genetic programming to AutoML https://travis-ci.org/deil87/automl-genetic.svg?branch=master
12 stars 3 forks source link

Implement multiclasses case for Linear Perceptron. #47

Open deil87 opened 6 years ago

deil87 commented 6 years ago

Still need to decide how to make final predictions based on what we have from each Perceptron separately. How to measure confidence?

deil87 commented 6 years ago

Need to not just find max between predictions...but put column/classNumber into final prediction column.

deil87 commented 6 years ago

Add extra columns per each label?