uber / manifold

A model-agnostic visual debugging tool for machine learning
Apache License 2.0
1.65k stars 117 forks source link

Support multi-class classification #115

Open Firenze11 opened 4 years ago

Firenze11 commented 4 years ago

Summary

The project currently doesn't support multiclass classification models, this should be valuable and relatively simple to implement.

Possible Solution

imneonizer commented 4 years ago

Does it support object detection models? If yes, how do i prepare my prediction data for manifold to be able to visualize model performace. what would be the contents of features dataset, pixel values?