logicalclocks / maggy

Distribution transparent Machine Learning experiments on Apache Spark
https://maggy.ai
Apache License 2.0
89 stars 14 forks source link

lagom() got an unexpected keyword argument 'searchspace' #126

Open sreenathelloti opened 2 years ago

sreenathelloti commented 2 years ago

TypeError Traceback (most recent call last)

in ----> 1 result = experiment.lagom(embeddings_computer, 2 searchspace=sp, 3 optimizer='randomsearch', 4 direction='max', 5 num_trials=2, TypeError: lagom() got an unexpected keyword argument 'searchspace'