schrodinger.application.matsci.mlearn.sklearn_json package

# Third-party code. No Schrodinger Copyright.

schrodinger.application.matsci.mlearn.sklearn_json.serialize_model(model)
schrodinger.application.matsci.mlearn.sklearn_json.deserialize_model(model_dict)
schrodinger.application.matsci.mlearn.sklearn_json.to_dict(model)
schrodinger.application.matsci.mlearn.sklearn_json.from_dict(model_dict)
schrodinger.application.matsci.mlearn.sklearn_json.to_json(model, model_name)
schrodinger.application.matsci.mlearn.sklearn_json.from_json(model_name)
exception schrodinger.application.matsci.mlearn.sklearn_json.ModellNotSupported

Bases: Exception

__init__(*args, **kwargs)
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

Submodules