【python】TypeError: (‘Keyword argument not understood:‘, ‘interpolation‘)

0. Environment

windows
scikit-learn==0.23.2

1. Error

TypeError: ('Keyword argument not understood:', 'interpolation')

2. Solve

Version downgrade

pip install scikit-learn==0.22.2

 

Guess you like

Origin blog.csdn.net/qq_35975447/article/details/110240175