diff --git a/example-notebook/example_classification_model.ipynb b/example-notebook/example_classification_model.ipynb index cc5d67f..213e915 100644 --- a/example-notebook/example_classification_model.ipynb +++ b/example-notebook/example_classification_model.ipynb @@ -12,8 +12,7 @@ "import inspect\n", "\n", "import numpy as np\n", - "import pandas as pd\n", - "import plotly.graph_objects as go" + "import pandas as pd" ] }, { @@ -37,10 +36,10 @@ { "data": { "text/html": [ - "
RandomForestClassifier(max_depth=6, oob_score=True)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
RandomForestClassifier(max_depth=6, oob_score=True)
RandomForestClassifier(max_depth=6, oob_score=True, random_state=123)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
RandomForestClassifier(max_depth=6, oob_score=True, random_state=123)