NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
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.
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
.