Free Trial

Forum

Trouvez des réponses, posez des questions, et partagez votre expertise d’Alteryx.
TIPS de la semaine

Chaque semaine, découvrez de nouvelles astuces et bonnes pratiques pour devenir un expert !

Voir l'index
RÉSOLU

Designer v2021.1 Python sklearn package version

David_G
Météoroïde

Hi everybody,

 

Please, can someone tell me what is the version of Python sklearn version (Jupiter Notebook Python Tool)  in Designer v2021.1 ?

 

I need version 0.24 at least.

 

Thx.

4 RÉPONSES 4
Toons
Quasar

Hello,

 

Maybe, you can try this to obtain the version :

estimator.__getstate__()['_sklearn_version']

Reference :

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/how-to-resolve-sklearn-version-mismatc...

David_G
Météoroïde

Hi Toons,

 

I know the command since I'm using Designer v2020.2 (sklearn v0.21) but I'm trying to find if the package has been updated in Designer v2021.1.

 

Thanks for your reply.

Toons
Quasar

I'm using Designer 2021.1

When I run this code, I get this:

 

Toons_0-1620141695206.png

 

David_G
Météoroïde

Thanks a lot Toons !

Étiquettes