Sourabh Subhod

Results 2 comments of Sourabh Subhod

@Julian Any updates on this issue? I have this schema and instance: ``` schema = { "title": "title", "type": "object", "additionalProperties": False, "properties": { "date_filter": { "type": "object", "additionalProperties": False,...

I also have a similar need for saving my model. Here is an example of how it looks: ```python import joblib from sklearn.base import BaseEstimator, ClassifierMixin, TransformerMixin from . import...