Closed Quentin62 closed 1 year ago
+1, I also encountered this when trying to update my project to sklearn 1.3.1
.
I have not had time to try and fix anything yet.
Are you using the develop
branch?
no I use the version 0.8.1 from pypi (through poetry)
Please, try the development version, as I cannot reproduce it in the development branch.
If that works, I will try to release a version in the next days.
It works with the develop branch
grid
SmoothingParameterSearch(estimator=KernelSmoother(kernel_estimator=KNeighborsHatMatrix()),
param_name='kernel_estimator__n_neighbors',
param_values=[2, 3])
As promised, I have just released version 0.9 in PyPI. If that version works for you, we can close this issue.
It works fine with the version 0.9 from Pypi
When I run the following code (from the docs of
SmoothingParameterSearch
)grid is fitted and I can get its elements but when I run just
grid
I got
Version information