Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking the Iris data set with Random Forest Algorithm than Decision Tree. #1040

Closed
Pookie-n-Rookie opened this issue May 16, 2024 · 2 comments

Comments

@Pookie-n-Rookie
Copy link

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.

Screenshot 2024-05-16 164849

@Pookie-n-Rookie
Copy link
Author

@Adhetya assign mw this issue and i will move forward to have a look on how the random forest algo works in this case.

@Pookie-n-Rookie
Copy link
Author

@Kushal997-das assign mw this issue and i will move forward to have a look on how the random forest algo works in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant