logicalclocks / maggy

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

AttributeError: module 'maggy.experiment' has no attribute 'lagom' #120

Open CindyLu0406 opened 2 years ago

CindyLu0406 commented 2 years ago

pip install the latest version of maggy(version1.1.0), and run a simple maggy example and it is not working. import maggy from maggy import experiment ... result = experiment.lagom(train_fn=training_fn, name='MNIST')

returns AttributeError: module 'maggy.experiment' has no attribute 'lagom'

Capture

RiccardoGrigoletto commented 2 years ago

Hey Cindy, can you try to import the following: from maggy.experiment import experiment

let me know if it works.