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

How to set gpu computing for some of the algorithms? #48

Open
qq609299174 opened this issue Oct 6, 2017 · 3 comments
Open

How to set gpu computing for some of the algorithms? #48

qq609299174 opened this issue Oct 6, 2017 · 3 comments

Comments

@qq609299174
Copy link

I have tried some of the algorithms like svm and knn but it seems too slow to run on my computer.
Are there any ways to make those algorithms running faster?

@kaz-Anova
Copy link
Owner

Well...These algorithms are generally slow - anywhere you run them..

However, assuming you have a better implementation of the in python, you could use the python generic module that allows you to run your own algorithms (with your own backend).

You can also do your own processing in there - have a look at this thread too

@qq609299174
Copy link
Author

qq609299174 commented Oct 6, 2017

Okay, I will try them then. Another problem is still on knn. I set n_neighbor: 2, 4, 8,16 for each model but seems the cv results are the same. They should be different right?
mae : 0.07718227001626582
mae : 0.07718227001626582
mae : 0.07718227001626582
mae : 0.07718227001626582
I forget to tell you that I used SklearnknnRegressor.

@gdragone1
Copy link

Okay, I will try them then. Another problem is still on knn. I set n_neighbor: 2, 4, 8,16 for each model but seems the cv results are the same. They should be different right?
mae : 0.07718227001626582
mae : 0.07718227001626582
mae : 0.07718227001626582
mae : 0.07718227001626582
I forget to tell you that I used SklearnknnRegressor.

do you run 'main_querry_v1.py' file success? I can't run it.

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

3 participants