Replies: 2 comments 1 reply
-
It depends upon what you were doing, how you were testing. Orange indeed uses sklearn, but sometimes it must add something to prepare the data, reinterpret sklearns results ... and sometime its just inefficient. We'd need to know more to be able to say what's going on. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to work on this kaggle competition Alice - logistic regression baseline
using Orange. But I find Orange speed is too slow, especially the 'test and score' made me wait for 10+ minutes(I used that time cooked my lunch...). I think Orange calculation is done by sklearn, but using this kernel only takes me several seconds. Why there is such a big speed difference.
Beta Was this translation helpful? Give feedback.
All reactions