## ------------------------------------------------
## Method `SklearnEstimator$fit`
## ------------------------------------------------
sklearn <- SklearnEstimator$new()
sklearn$fit()
## ------------------------------------------------
## Method `SklearnEstimator$predict`
## ------------------------------------------------
sklearn$predict()
## ------------------------------------------------
## Method `SklearnEstimator$get_type`
## ------------------------------------------------
sklearn$get_type()
## ------------------------------------------------
## Method `SklearnEstimator$get_isFitted`
## ------------------------------------------------
sklearn$get_isFitted()
Run the code above in your browser using DataLab