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 verification #464

Open
ricky5151 opened this issue Jan 29, 2018 · 1 comment
Open

Error in verification #464

ricky5151 opened this issue Jan 29, 2018 · 1 comment

Comments

@ricky5151
Copy link

It happens that when I am trying to import SupervisedModelTrainer from healthcareai, the error shown out as below. Is there any method to solve this problem?

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from healthcareai import SupervisedModelTrainer File "/usr/local/lib/python3.4/dist-packages/healthcareai/__init__.py", line 1, in <module> from .advanced_supvervised_model_trainer import AdvancedSupervisedModelTrainer File "/usr/local/lib/python3.4/dist-packages/healthcareai/advanced_supvervised_model_trainer.py", line 9, in <module> import healthcareai.common.model_eval as hcai_model_evaluation File "/usr/local/lib/python3.4/dist-packages/healthcareai/common/model_eval.py", line 142 return {'accuracy': accuracy, **roc, **pr} ^ SyntaxError: invalid syntax

@ricky5151
Copy link
Author

ricky5151 commented Jan 29, 2018 via email

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