Skip to content
#

model-management

Here are 33 public repositories matching this topic...

harupy
harupy commented Apr 5, 2022

Motivation

We frequently construct an MlflowException instance with error_code=INVALID_PARAMETER_VALUE:

import mlflow.exceptions from MlflowException
from mlflow.protos.databricks_pb2 import INVALID_PARAMETER_VALUE

raise MlflowException(
    "error message",
    error_code=INVALID_PARAMETER_VALUE,
)

If we had a class method invalid_parameter_value:

good first issue
metaflow
romain-intel
romain-intel commented Feb 13, 2022

Currently, you can do something like this: Task(Flow/RunID/StepName) and this will not result in an error but then the resulting Task object behaves in a bizarre manner where things like t.data will work but t.data.my_artifact will not for example.

We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:

  • Metaflo
bug good first issue upforgrabs
gaocegege
gaocegege commented Jun 23, 2020

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug
/kind feature

What happened:

#67 removed version directory, we should show it somewhere

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

**Anything else we ne

good first issue help wanted priority/P2 kind/documentation
atlas

Improve this page

Add a description, image, and links to the model-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-management topic, visit your repo's landing page and select "manage topics."

Learn more