Marcs Notes

Home

❯

university

❯

Data Science

❯

Machine Learning

❯

Attribute Selection Method

Attribute Selection Method

10. Juni 20251 min read

Attribute Selection Method

A heuristic to determine the best splittig criterion to partition Data for Decision Tree Induction which is being used to construct a Decision Tree.

Methods

All of these methods give good results and none is significantly superior to others.

  • Information Gain
  • Gain Ratio
  • Gini Index
  • Expected Information
  • CHAID
  • C-SEP
  • G-statistic
  • MDL principle
  • Multivariate splits


Graphansicht

  • Attribute Selection Method
  • Methods

Backlinks

  • Decision Tree Induction
  • Information Gain

Erstellt mit Quartz v4.5.0 © 2025

  • GitHub