Migration guide to 1.0#
There were a number of breaking changes from pre-1.0 versions to EthicML 1.0.
Modularization of imports#
You can no longer import datasets, metrics or algorithms directrly from the top-level ethicml namespace.
There are now 6 namespaces:
ethicmlData structures (DataTuple, etc.)
ethicml.modelsAll the algorithms
ethicml.metricsAll the metrics
ethicml.dataAll the datasets
ethicml.runEvaluation helpers
ethicml.plotVisualization helpers