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

Add/readme/random forest regressor #43

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

AZANK7173
Copy link
Member

Adicionar os links de Bagging, Decision Tree Regressor e Random Forest Classifier assim que aprovados.

Copy link
Member

@arielguerreiro arielguerreiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Colocar os arquivos anteriores antes, para nao correr o risco do esquecimento

A vantagem de se utilizar uma random forest ao invés de somente uma Decision Tree é que os hiperparâmetros desta garantem que o modelo não depende muito de uma só feature, além de reduzir o overfitting, pois cada uma das decision trees usa uma parte aleatória do dataset, reduzindo a correlação entre elas. Portanto, essas Decisions Trees, ao se unirem, criam um modelo muito mais balanceado.

Veja também:
* [Decision Tree Regressor]()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links faltando, melhor aprovar quando esses arquivos já estiverem na árvore

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

Successfully merging this pull request may close these issues.

2 participants