Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Miss Forest Using Python tool in Alteryx

JenzEkan
8 - Asteroid

Hey Guys,

 

I am trying to create a python script in Alteryx for imputation but I am getting the below error while importing the MissForest module. Please let me know what is the issue here.

 

JaswalSwati_0-1670494271341.png

 

JaswalSwati_1-1670494316958.png

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @JenzEkan 

 

You must install the library before using it. To do this, follow these 2 steps:

 

1)Run Alteryx as a Administrator

 

2)Run this piece of code inside your python tool to install the package

 

from ayx import Package
Package.installPackages(['MissForest'])

 

Felipe_Ribeir0_1-1670494538017.png

JenzEkan
8 - Asteroid

@Felipe_Ribeir0 I am getting this error while installing it as admin.

 

JaswalSwati_0-1670497614377.png

 

JenzEkan
8 - Asteroid

Got it resolved. Thanks

Labels
Top Solution Authors