Can't filter on default accuracy on website
The default accuracy filter is broken, I think because the quality is not computed.
@janvanrijn Does Fantail still compute this? It seems not, since this is empty: https://www.openml.org/a/data-qualities/DefaultAccuracy
@janvanrijn Database search confirms that this is not computed.
Could be that we removed it, since it is (without CV) the same as majorityClassPercentage. Shall we remove DefaultAccuracy from the DB?
OK for me
@amueller Is this the result you were expecting? https://www.openml.org/search?type=data&sort=qualities.MajorityClassPercentage&order=asc
yeah I might have even argued that this is a better way to say it at some point ;) It would be good to replace it in the UI though. (making it a frontend issue again ;)
I've deleted DefaultAccuracy from the search index. @janvanrijn: shall we remove it from the database as well?
Ah, it was also in the filter options. I'll replace it.
PR submitted: https://github.com/openml/OpenML/pull/892
@janvanrijn: we still need to delete it from the database, otherwise it will come back as a data quality in the next re-indexing.
Yes. Also from the sql file.
Doesn't seem to work?