Chaque semaine, découvrez de nouvelles astuces et bonnes pratiques pour devenir un expert !
Voir l'indexHi 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.
Résolu ! Accéder à la solution.
Hello,
Maybe, you can try this to obtain the version :
estimator.__getstate__()['_sklearn_version']
Reference :
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.
I'm using Designer 2021.1
When I run this code, I get this:
Thanks a lot Toons !