Instantiate a Scikit-learn estimator from a json file.
Instantiate a Scikit-learn estimator from a json file passing its path as argument.
estimator (str) – Path of the json file containing the estimator specification.
**kwargs (dict) – Dictionary of optional keyword arguments.
estimator – Instantiated Scikit-learn estimator.
Estimator
Contents: