Regressor¶
- class Regressor(*args, **kwargs)¶
Deprecated: Use
NICLRegressorinstead.This class is provided for backward compatibility only. It will be removed in a future version.
Examples
Instead of:
>>> reg = Regressor(api_key="nk_live_xxxx")Use:
>>> reg = NICLRegressor(api_key="nk_live_xxxx")