« Souche de décision » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Decision stump''' A decision stump is a machine learning model consi... »)
 
m (ClaireGorjux a déplacé la page Decision stump vers Souche de décision)
(Aucune différence)

Version du 28 octobre 2021 à 14:53

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Decision stump A decision stump is a machine learning model consisting of a one-level decision tree.[1] That is, it is a decision tree with one internal node (the root) which is immediately connected to the terminal nodes (its leaves). A decision stump makes a prediction based on the value of just a single input feature. Sometimes they are also called 1-rules.[2]

Depending on the type of the input feature, several variations are possible. For nominal features, one may build a stump which contains a leaf for each possible feature value[3][4] or a stump with the two leaves, one of which corresponds to some chosen category, and the other leaf to all the other categories.[5] For binary features these two schemes are identical. A missing value may be treated as a yet another category.[5]

Source : Wikipedia Machine Learning



Contributeurs: Claire Gorjux, Imane Meziani, wiki