You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is there a way to perform multi class ?
i got an error must have a cardinality of 2,found '34' when i omit the positive_class (i saw that if its not None, i cant even see the data, but there is no way to set it to None...
in order to customize it, need to have the capability either to chage:
./mlflow/recipes/steps/ingest/init.py
or
./mlflow/recipes/classification/v1/recipe.py
that to my understanding are not steps that can be customized. any suggestion or reference to multi class classification?
thanks,
Amit
The text was updated successfully, but these errors were encountered:
Hi,
is there a way to perform multi class ?
i got an error must have a cardinality of 2,found '34' when i omit the positive_class (i saw that if its not None, i cant even see the data, but there is no way to set it to None...
in order to customize it, need to have the capability either to chage:
./mlflow/recipes/steps/ingest/init.py
or
./mlflow/recipes/classification/v1/recipe.py
that to my understanding are not steps that can be customized. any suggestion or reference to multi class classification?
thanks,
Amit
The text was updated successfully, but these errors were encountered: