Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of lolopy RF regressor in Anaconda #314

Open
rortague opened this issue May 2, 2024 · 0 comments
Open

Use of lolopy RF regressor in Anaconda #314

rortague opened this issue May 2, 2024 · 0 comments

Comments

@rortague
Copy link

rortague commented May 2, 2024

Hi all,

I'm interested on applying this RF regressor. I have succesfuly used the RF regressor from scikit learn with my training and testing data set.

I have tried to use the lolopy RF regressor in Anaconda , but It doesn't work ,

On the CMDPROMPT I did: pip install lolopy

Code:

model = RandomForestRegressor(num_trees=500)
model.fit(X_train,y_train)

y_pred, y_std = model.predict(X_test, return_std=True)

display(y_pred)
display(y_std)

I get this error:
FileNotFoundError: [WinError 2] The system cannot find the file specified

Can someone provide some guidance regarding what could be the issue?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant