A filter feature selection method using mutual information
A wrapper feature selection method called Recursive Feature Elimination with Cross-Validation
FIXME: The type should be a positive float here (currently I just put float as a placeholder) -> maybe add this type to tinyscript similar to ts.pos_int ?
This PR adds:
FIXME: The
type
should be a positive float here (currently I just putfloat
as a placeholder) -> maybe add this type to tinyscript similar tots.pos_int
?