ML Efficacy describes a set of metrics that calculate the success of using synthetic data to perform an ML prediction task.
The metrics are different based on the algorithm they use for the calculation and the type of data that the machine learning model is predicting.
Binary Classification
BinaryAdaBoostClassifier, BinaryDecisionTreeClassifier, BinaryLogisticRegression, BinaryMLPClassifier
Multiclass Classification
MulticlassDecisionTreeClassifier, MulticlassMLPClassifier
Regression
LinearRegression, MLPRegressor
Last updated 3 years ago