lib/rumale/svm/svr.rb in rumale-svm-0.4.0 vs lib/rumale/svm/svr.rb in rumale-svm-0.5.0
- old
+ new
@@ -46,10 +46,9 @@
@params[:shrinking] = shrinking
@params[:cache_size] = cache_size.to_f
@params[:tol] = tol.to_f
@params[:verbose] = verbose
@params[:random_seed] = random_seed.nil? ? nil : random_seed.to_i
- @model = nil
end
# Fit the model with given training data.
#
# @param x [Numo::DFloat] (shape: [n_samples, n_features]) The training data to be used for fitting the model.