mitmedialab / vizml

Plotly dataset-visualization pairs, feature extraction scripts, and model training code for VizML (CHI 2019)
https://vizml.media.mit.edu
104 stars 28 forks source link

Neural Network errors #1

Closed VP007-py closed 5 years ago

VP007-py commented 5 years ago

Upon running the present python agg.py [LOAD|TRAIN|EVAL] it's showing the following output

Traceback (most recent call last):
  File "agg.py", line 2, in <module>
    import ml.evaluate as evaluate
ImportError: No module named 'ml'

Any fixes with the neural_network modules and packages here ?