google / nitroml

NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Apache License 2.0
42 stars 6 forks source link

Fixed import in `titanic_benchmark.py` #23

Closed nikhil-dce closed 4 years ago

nikhil-dce commented 4 years ago

1) Running !tfx pipeline create --pipeline-path=examples/titanic_benchmark.py was giving the following error:

Traceback (most recent call last): File "examples/titanic_benchmark.py", line 33, in <module> from . import config ImportError: attempted relative import with no known parent package Error while running "/opt/conda/bin/python3.7 examples/titanic_benchmark.py"

2) Modified documentation and moved cells in nitroml_kubeflow.ipynb.