OnPremiseClassifier¶
- class OnPremiseClassifier(*args, **kwargs)¶
Deprecated: Use
NICLClassifierwithhostparameter instead.This class is provided for backward compatibility only. It will be removed in a future version.
Examples
Instead of:
>>> clf = OnPremiseClassifier(host="http://localhost:8000")Use:
>>> clf = NICLClassifier(host="http://localhost:8000")