smartcore
smartcore copied to clipboard
Performance
Discussed in https://github.com/smartcorelib/smartcore/discussions/260
Originally posted by thegwan April 17, 2023 Are there any performance expectations for the algorithms implemented in this library? Should I expect them to be comparable to or faster than equivalent scikit-learn implementations?
My anecdotal tests show that they are quite a bit slower in both training and inference (I've been playing with decision tree in particular), but would like to confirm if this is expected.
Do you have any benchmarking results to show here?