Closed adlersantos closed 3 years ago
This removes the deprecation warnings on the following methods for Daru data frames and vectors:
Daru
Daru::DataFrame#has_missing_data?
#include_values?
Daru::DataFrame#dup_only_valid
#reject_values?
Daru::Vector#valid_data
#reject_values
I'm mainly using Statsample::Regression::Multiple and got deprecation warnings that point to these lines of code.
Statsample::Regression::Multiple
Hope you can take a look and would like some recommendations where Daru deprecated methods are also used.
This removes the deprecation warnings on the following methods for
Daru
data frames and vectors:Daru::DataFrame#has_missing_data?
is now#include_values?
Daru::DataFrame#dup_only_valid
is now#reject_values?
Daru::Vector#valid_data
is now#reject_values
I'm mainly using
Statsample::Regression::Multiple
and got deprecation warnings that point to these lines of code.Hope you can take a look and would like some recommendations where
Daru
deprecated methods are also used.