julianSchilcher / LMU_Master_Practical_SoSe24

Dummy project for the LMU master practical summer semester 2024
0 stars 0 forks source link

Optimize growing the tree #11

Closed roebbert92 closed 4 months ago

roebbert92 commented 4 months ago

Optimizing growing the tree. Challenges:

  1. Determining which leaf node to grow, requires either a representative subset or the whole dataset
  2. The current approach requires more memory than one minibatch