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

Remove dimensions check from predict #98

Closed svbrodersen closed 1 month ago

svbrodersen commented 1 month ago

Instead the decision tree should take care of all checking skip_check_input is true.

svbrodersen commented 1 month ago

On Development