Take a moment to introduce yourself to the Community. We'd love to get to know you!
Learn MoreHow to initialize the environment of python in Alteryx Designer:
1-Install python version 3.6.8 and add it to your $path
Windows x86-64 executable installer
2- Choose machinelearningtools_venv in alteryx-python
kemel->change kemel->machinelearningtools_venv
3- Install Tensorflow version 2.3.1:
command in prompt :
pip install tensorflow==2.3.1
Inside alteryx as jupyter command as:
! pip installtensorflow==2.3.1
4-Install Keras version 2.4.3
command in prompt :
pip install keras==2.4.3
Inside alteryx as jupyter command as:
! pip install keras==2.4.3
Have a lovely journey with alteryx
-O-O-
___
Below some photos for more clarity:
Interesting 🤔🙂👍