You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Decision Tree creates a single tree where there is tendency of overfitting that leads to low Bias and High varience.
Describe the solution you'd like.
Random Forest creates multiple sets of decision tree and give output on the basis of majority voting classifier.Random Forest also leads to low bias and low variance.
Describe alternatives you've considered.
We move for any other algorithm.
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Decision Tree creates a single tree where there is tendency of overfitting that leads to low Bias and High varience.
Describe the solution you'd like.
Random Forest creates multiple sets of decision tree and give output on the basis of majority voting classifier.Random Forest also leads to low bias and low variance.
Describe alternatives you've considered.
We move for any other algorithm.
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: