autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 270 forks source link

#594 fix setup issue with sklearn #596

Closed mikkokotila closed 2 months ago

mikkokotila commented 3 months ago

You want to make a PR to Talos

Thanks so much :) First, please take a moment to carefully check through the below items:

Sanity

Docs

Tests


closes #594

pep8speaks commented 3 months ago

Hello @mikkokotila! Thanks for opening this PR.

Line 11:58: W291 trailing whitespace

Line 5:1: F401 '.scan.Scan.Scan' imported but unused Line 6:1: F401 '.commands.analyze.Analyze' imported but unused Line 7:1: F401 '.commands.analyze.Analyze as Reporting' imported but unused Line 8:1: F401 '.commands.predict.Predict' imported but unused Line 9:1: F401 '.commands.deploy.Deploy' imported but unused Line 10:1: F401 '.commands.evaluate.Evaluate' imported but unused Line 11:1: F401 '.commands.restore.Restore' imported but unused Line 14:1: F401 '.utils' imported but unused Line 16:1: F401 '.autom8' imported but unused Line 17:1: F401 '.callbacks' imported but unused Line 35:5: F821 undefined name 'commands' Line 35:15: F821 undefined name 'scan' Line 35:21: F821 undefined name 'model' Line 35:28: F821 undefined name 'metrics'

Do see the Hitchhiker's guide to code style