ModelOriented / forester

Trees are all you need
https://modeloriented.github.io/forester/
GNU General Public License v3.0
108 stars 14 forks source link

Data division make whole process uncomparable #77

Closed PSlowakiewicz closed 1 year ago

PSlowakiewicz commented 1 year ago

Data are divided for train, test, val inside train() function, which makes it uncomparable with other models. A possible solution is to let the user set in train() all three sets by hand.