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 #3

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

Error in evaluate command #3

Hezal12345 opened this issue Aug 7, 2023 · 0 comments

Comments

@Hezal12345
Copy link

eval.evaluate(stream=stream, model=cfiers, model_names=['HT', 'HAT']);

when i run above command in google colab, I get error below:
rest all commands runs successfuly, only error in evaluate.

ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 eval.evaluate(stream=stream, model=cfiers, model_names=['HT', 'HAT']);

1 frames
/usr/local/lib/python3.10/dist-packages/skmultiflow/evaluation/base_evaluator.py in _init_evaluation(self, stream, model, model_names)
159 if isinstance(model_names, list):
160 if len(model_names) != self.n_models:
--> 161 raise ValueError("Number of model names does not match the number of models.")
162 else:
163 self.model_names = model_names

ValueError: Number of model names does not match the number of models.

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