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
import nitrolMl giving error for the following from ml_metadata #51
import Nitroml giving error for the following files:
from ml_metadata.google.services.mlmd_service.proto import mlmd_service_pb2
from ml_metadata.google.tfx import metadata_store
from ml_metadata.proto import metadata_store_pb2
When i checked the details ml_metadata package does not have those files.
import Nitroml giving error for the following files: from ml_metadata.google.services.mlmd_service.proto import mlmd_service_pb2 from ml_metadata.google.tfx import metadata_store from ml_metadata.proto import metadata_store_pb2
When i checked the details ml_metadata package does not have those files.