Free Trial

Alteryx Designer Desktop Discussions

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

Warning due to version in Python code

JenzEkan
8 - Asteroid

I am getting the below warnings of depreciated. Can anyone tell me some way to remove these:

 

JainDeeps_0-1670910987598.png

 

1 REPLY 1
grazitti_sapna
17 - Castor

@JenzEkan , There will be a file named missforest.py in missingpy folder. Folder location might be somewhat different based on your env (C:\Program Files\Alteryx\bin\Miniconda3\envs\PythonTools_vEnv\Lib\site-packages\missingpy) you need to make changes to it but please make sure you have write access on that file and you will have to explicitly pass max_features=1.0 instead of auto as below:

 

grazitti_sapna_0-1670911317803.png

 

Sapna Gupta
Labels
Top Solution Authors