scikit-tree icon indicating copy to clipboard operation
scikit-tree copied to clipboard

Speed and memory benchmarks for complete overfitting

Open ogencoglu opened this issue 11 months ago • 3 comments

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.

ogencoglu avatar Jan 09 '25 16:01 ogencoglu

Hi @ogencoglu thanks for the question.

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?

adam2392 avatar Jan 10 '25 15:01 adam2392

Here:

  • https://obliquetree.readthedocs.io/en/latest/
  • https://github.com/sametcopur/obliquetree

ogencoglu avatar Jan 10 '25 18:01 ogencoglu

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!

adam2392 avatar Jan 10 '25 19:01 adam2392