NiklasPfister / adaXT

adaXT: tree-based machine learning in Python
https://niklaspfister.github.io/adaXT/
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Proxy improvement #62

Closed svbrodersen closed 6 months ago

svbrodersen commented 7 months ago

Added proxy improvement. I was running into issues with the squared error implementation, so went through the calculations that sklearn do to find the proxy, and figured that they are missing a few parenthesis in their calculations, so might be an idea to have a walkthrough somewhere of what we are doing.

Screenshot_20240311_090827

svbrodersen commented 7 months ago

I will try and run some time testing and see if this has made some improvements.