Hi,
For neural network if you change the number of features, you need to change the input dimension and therefore the number of neurons.
So, we could have an option like:
- leaving='drop' for current behaviour
- leaving='replace' for NN
What do you think?
Hi,
For neural network if you change the number of features, you need to change the input dimension and therefore the number of neurons.
So, we could have an option like:
What do you think?