diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2612866 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +mlflow.db \ No newline at end of file diff --git a/data/drift_report.html b/data/drift_report.html new file mode 100644 index 0000000..56cf6e6 --- /dev/null +++ b/data/drift_report.html @@ -0,0 +1,46 @@ + + +
+ + + + + +RandomForestClassifier(random_state=42)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
| + | n_estimators | +100 | +
| + | criterion | +'gini' | +
| + | max_depth | +None | +
| + | min_samples_split | +2 | +
| + | min_samples_leaf | +1 | +
| + | min_weight_fraction_leaf | +0.0 | +
| + | max_features | +'sqrt' | +
| + | max_leaf_nodes | +None | +
| + | min_impurity_decrease | +0.0 | +
| + | bootstrap | +True | +
| + | oob_score | +False | +
| + | n_jobs | +None | +
| + | random_state | +42 | +
| + | verbose | +0 | +
| + | warm_start | +False | +
| + | class_weight | +None | +
| + | ccp_alpha | +0.0 | +
| + | max_samples | +None | +
| + | monotonic_cst | +None | +