modeldb icon indicating copy to clipboard operation
modeldb copied to clipboard

Open Source ML Model Versioning, Metadata, and Experiment Management

Results 260 modeldb issues
Sort by recently updated
recently updated
newest added

I want to use Vertica as a database for modelDB. Is it possible to do?

question

As it is mentioned in your documentation that Database ModelDB Backend stores the information from the requests it receive into a Relational database. Out of the box ModelDB is configured...

question

It would be great to have a selected hyperparam on the x axis and the metric on the y, similarly to the current Metric Summary Chart (but instead of the...

enhancement

slack report : https://verta-community.slack.com/archives/CJEQSLPMM/p1597778769118400 ``` Hey guys, Has anyone run into database connection issues? I have modeldb running in a k8s cluster, and every couple of days I have to...

On Windows 10 when running `docker-compose -f docker-compose-all.yaml up` I get the following: `modeldb-backend | {"thread":"main","level":"DEBUG","loggerName":"ai.verta.modeldb.utils.ModelDBHibernateUtil","message":"ModelDBHibernateUtil getSessionFactory() retrying for DB connection after 2560 millisecond ","endOfBatch":false,"loggerFqcn":"org.apache.logging.log4j.spi.AbstractLogger","instant":{"epochSecond":1594737612,"nanoOfSecond":72000000},"threadId":1,"threadPriority":5,"hostName":"03fd2e8e7248","kubernetes.podIP":""} modeldb-backend | {"thread":"main","level":"WARN","loggerName":"ai.verta.modeldb.utils.ModelDBHibernateUtil","message":"ModelDBHibernateUtil checkDBConnection() got...

Hi, Is open-source version of the ModelDB supporting local model deployment (from logged models in `ExperimentRuns`), or this is only working on the `SaaS` and `Enterprise` solutions? I am using...

question

I've just pulled master and I'm on f8780ecace643dcba180d670d2f7dc5d68451a7f (this was after the helm chart split, which I noticed in some of the `2.x` tagged versions previously). I tried installing on...

ops

Just a nit. Your helm charts are a total mess and not constructed as they should be. There is an abundance of helm charts which show how to organize and...

ops

How do we retrieve experiment metadata like tags and attrs, after it has been set using set_experiment. I am using the latest python client 0.14.6. Not able to read that...

enhancement
good first issue
python-client