Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Evaluate command #2

Open
Hezal12345 opened this issue Aug 7, 2023 · 0 comments
Open

Error in Evaluate command #2

Hezal12345 opened this issue Aug 7, 2023 · 0 comments

Comments

@Hezal12345
Copy link

eval.evaluate(stream=stream, model=classifier, model_names=['SVM-SGD']);

When i run above command in google colab i get below error:

AttributeError Traceback (most recent call last)
in <cell line: 1>()
----> 1 eval.evaluate(stream=stream, model=classifier, model_names=['SVM-SGD']);

3 frames
/usr/local/lib/python3.10/dist-packages/skmultiflow/visualization/evaluation_visualizer.py in __configure(self)
183 plot_metrics = [m for m in self.metrics if m not in [constants.RUNNING_TIME, constants.MODEL_SIZE]]
184 base = 11 + len(plot_metrics) * 100 # 3-digit integer describing the position of the subplot.
--> 185 self.fig.canvas.set_title('scikit-multiflow')
186 # Subplots handler
187 for metric_id in self.metrics:

AttributeError: 'FigureCanvasNbAgg' object has no attribute 'set_window_title'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant