epsilon-machine / missingpy

Missing Data Imputation for Python
GNU General Public License v3.0
236 stars 63 forks source link

MSE is being deprecated and should be replaced with squared_error #37

Closed sethkasten closed 1 year ago

sethkasten commented 1 year ago

In MissForest the criterion includes 'mse', but this is being deprecated and should be replaced with squared_error.