-
Notifications
You must be signed in to change notification settings - Fork 58
An issue about the random state #63
Copy link
Copy link
Open
Description
Hi Dey,
Thank you so much for providing this useful python pachage. I watched your video that is very enlighting, and is curretly using the merf package to handle my data.
I'm just wondering if it is possible to specify the random_state for merf for repetition. I tried to specify random_state for RandomForestRegressor, but it still returns different results every time I run the code.
Below are my codes,
mrf = MERF(fixed_effects_model=RandomForestRegressor(n_estimators=100, n_jobs=-1,random_state = 2),max_iterations=20)
Do you have any idea?
Thanks,
Zixiao
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels