Welcome & Introductions

Get to know the people behind the avatar! Introduce yourself, welcome peers, build connections & extend your network.

Take a moment to introduce yourself to the Community. We'd love to get to know you!

Learn More

Installing Tensorflow 2.3.1 and Keras 2.4.3 With Alteryx Designer

ahmadalfrwati
5 - Atom

How 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

 

aaa.PNG

 

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:

 

4.PNG

 

1.PNG

 

2.PNG

 

3.PNG

 

 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Interesting 🤔🙂👍

Labels