You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there speed and memory benchmarks (e.g. compared to scikit-learn, obliquetree etc.) for overfitting a dataset completely (no limit on tree depth)? This is usually a fair comparison for speed and memory without having to care about the accuracy part.
The text was updated successfully, but these errors were encountered:
No not yet, and there are definitely speed limitations for certain tree implementations in treeple when it compares to scikit-learn for a variety of technical reasons. We would love to run it tho!
What is obliquetree? I could not find that package online?
Oh interesting I have not seen that yet. Our oblique tree implementation is slightly different tho just glancing at the implementation and description.
Would indeed be great to benchmark across the community!
Are there speed and memory benchmarks (e.g. compared to
scikit-learn
,obliquetree
etc.) for overfitting a dataset completely (no limit on tree depth)? This is usually a fair comparison for speed and memory without having to care about the accuracy part.The text was updated successfully, but these errors were encountered: