lumen-org / modelbase

A SQL-like interface for python and the web to query probabilistic machine learning models and its data.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

airline data not found #59

Closed nandaloo closed 5 years ago

nandaloo commented 5 years ago

when executing create_pymc3_testmodels.py:

FileNotFoundError: [Errno 2] File b'/home/luca_ph/Documents/projects/graphical_models/code/models_ppl/airlineDelayDataProcessed.csv' does not exist: b'/home/luca_ph/Documents/projects/graphical_models/code/models_ppl/airlineDelayDataProcessed.csv'

jong42 commented 5 years ago

airline data is now in tests directory, see commit 4341659