david-thrower / cerebros-core-algorithm-alpha

The Cerebros package is an ultra-precise Neural Architecture Search (NAS) / AutoML that is intended to much more closely mimic biological neurons than conventional neural network architecture strategies.
Other
27 stars 4 forks source link

add-basic-visualizations #36

Open david-thrower opened 1 year ago

david-thrower commented 1 year ago
  1. Add a parameter for the problem at hand [classification | regression]
  2. For binary classification, add a confusion matrix and a ROC curve.
  3. For multi - class - classification, add a confusion matrix
  4. For regression add a feature saliency / manhattan plot.