Method: EasyML::Data::Preprocessor::SimpleImputer#cleanup
- Defined in:
- lib/easy_ml/data/preprocessor/simple_imputer.rb
#cleanup ⇒ Object
134 135 136 137 |
# File 'lib/easy_ml/data/preprocessor/simple_imputer.rb', line 134 def cleanup @statistics = {} FileUtils.rm(file_path) if File.exist?(file_path) end |