Closed agapioscon closed 3 months ago
The documentation examples have the import as: from ModelTuner import ModelTuner the import that worked for me is : import model_tuner
Hi,
Thanks for the heads up, you're correct it should be import model_tuner - we've corrected the READMEs.
import model_tuner
Arthur
The documentation examples have the import as: from ModelTuner import ModelTuner the import that worked for me is : import model_tuner