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
Is your feature request related to a problem? Please describe.
We should support a pure python implementation to classify a series of values as a specific measure type.
Describe the solution you'd like
It should be a function, which receives an InferenceConfig and a Series of values and returns a classification report.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We should support a pure python implementation to classify a series of values as a specific measure type.
Describe the solution you'd like
It should be a function, which receives an
InferenceConfig
and aSeries
of values and returns a classification report.The text was updated successfully, but these errors were encountered: