alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
773 stars 86 forks source link

Objective Functions: Remove nullable type handling when sklearn adds support #4018

Closed tamargrey closed 1 year ago

tamargrey commented 1 year ago

When https://github.com/scikit-learn/scikit-learn/issues/25578 is completed and released, we can upgrade evalml and remove the nullable type handling put in place by https://github.com/alteryx/evalml/issues/3992

tamargrey commented 1 year ago

The related sklearn issues has been merged -- when it's released and evalml is upgraded to use it, we can complete this issue