kearnz / autoimpute

Python package for Imputation Methods
MIT License
237 stars 19 forks source link

Assistance Request for AutoImpute Package Error Resolution #90

Open Sandeep-GitHubAccount opened 7 months ago

Sandeep-GitHubAccount commented 7 months ago

Firstly, I would like to express appreciation for the multifunctional capabilities the package offers.

Please help me with correcting the code

In the course of utilizing the multiple imputation functionality with the strategy="pmm" or strategy="default predictive" parameters, an error occurred with the message: RuntimeError: Chain 0 failed

Similarly, when attempting to use the MiLinearRegression, an error occurred with the message: ValueError: MultipleImputer(return_list=True, seed=101, strategy='stochastic') must be None or a valid instance of MiceImputer

I am seeking guidance on resolving these issues and would appreciate any insights or recommendations you can provide. Thank you for your time and assistance.

kearnz commented 7 months ago

Hi @Sandeep-GitHubAccount,

Can you please provide the code you wrote that's causing the error, as well as the traceback from the error itself?

Thanks