diff --git a/CHANGELOG.md b/CHANGELOG.md index 38225e6..017c0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Most recent releases are shown at the top. Each release shows: - **Changed**: Additional parameters, changes to inputs or outputs, etc - **Fixed**: Bug fixes that don't change documented behaviour -## 0.3.1 (TBD) +## 0.3.1 (2021-07-19) ### New: - N/A diff --git a/docs/meta.utils.html b/docs/meta.utils.html index 48bdcd3..ffb3b86 100644 --- a/docs/meta.utils.html +++ b/docs/meta.utils.html @@ -356,7 +356,7 @@
gini
-regression_metrics
[source]+
regression_metrics
(y
,p
,w
=None
,metrics
={'RMSE': <function rmse at 0x7f53cdd7f9d8>, 'sMAPE': <function smape at 0x7f53cdd7f950>, 'Gini': <function gini at 0x7f53cdd7fa60>}
)
regression_metrics
[source]
regression_metrics
(y
,p
,w
=None
,metrics
={'RMSE': <function rmse at 0x7f2c53cfc598>, 'sMAPE': <function smape at 0x7f2c53cfc510>, 'Gini': <function gini at 0x7f2c53cfc620>}
)Log metrics for regressors.
Args: @@ -424,7 +424,7 @@
logloss
-
classification_metrics
[source]+
classification_metrics
(y
,p
,w
=None
,metrics
={'AUC': <function roc_auc_score at 0x7f53ecc83f28>, 'Log Loss': <function logloss at 0x7f53cdd7fb70>}
)
classification_metrics
[source]
classification_metrics
(y
,p
,w
=None
,metrics
={'AUC': <function roc_auc_score at 0x7f2c72c88a60>, 'Log Loss': <function logloss at 0x7f2c53cfc730>}
)Log metrics for classifiers.
Args: @@ -566,7 +566,7 @@
class
Neares