Method: EasyML::Data::Preprocessor::SimpleImputer#fit_custom
- Defined in:
- lib/easy_ml/data/preprocessor/simple_imputer.rb
#fit_custom(x) ⇒ Object
189 190 191 |
# File 'lib/easy_ml/data/preprocessor/simple_imputer.rb', line 189 def fit_custom(x) x end |