OnPremiseClassifier

class OnPremiseClassifier(*args, **kwargs)

Deprecated: Use NICLClassifier with host parameter 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")