TrevorA17 / Employee_Performance_Prediction

Predict employee performance using techniques like regression analysis, decision trees, or neural networks.
GNU General Public License v3.0
0 stars 0 forks source link

Issue 7 : Hyper-Parameter Tuning and Ensembles ( Lab 9 - 11) #7

Closed TrevorA17 closed 4 months ago

TrevorA17 commented 4 months ago
TrevorA17 commented 4 months ago

Random forests have hyperparameters that control the behavior of the model, such as the number of trees in the forest, the maximum depth of each tree, and the number of features considered at each split. Hence in this case it is not applicable.