Please enable JavaScript.
Coggle requires JavaScript to display documents.
Applied Machine Learning (WEKA (.ARFF, % - Single comment, relation <…
Applied Machine Learning
WEKA
-
-
-
attribute <attrName> {balue1, value2, .., valueN}
-
-
Inputs
-
-
-
Visualizations of correlation [Pearson, multi-collinearity, low variance]
-
-
Attribute Selection
Info Gain Attribute Eval
Info Gain measures the amount of info in bits about the class prediction, if only info available is the presence of a feature class prediction, if the only information available is the presence of a feature and the corresponding class distribution. Concretely, it measures the expected reduction in entropy
-
-
-
Model Performance
-
Performance
Tesiting Methods
-
-
-
Cross Validation
(Rotation Estimates) train's and tests, using data subsets from the training data, where each instance is trained and tested, but is never a member of each set at the same time
-
-
-
-
-
-