This is a Frame I love Huai Huai I love Cheng Cheng
- Feature Binarization
- Calculate Discriminate Power of each feature
- Implement PCA. Observe the relation to Discriminate Power
- SVR --Cheng
- Knn --Cheng
- 1nn --Cheng
- RBF NN --Huai
- Xgboost --Huai
- ANN --Huai
- Trivial System
- A system that always outputs the mean output value 𝑦< from the training set.
- Baseline System
- 1NN (output value is the same as the nearest training-set data point in feature space)
- Linear Regression (no regularization)
- Trivial System
- A system that randomly outputs class labels with probability based on class priors (priors calculated from the training set). Run the trivial system at least 10 times and take the average of the results (accuracy or macro f1-score) as the final performance of the trivial system.
- Baseline System
- Nearest Means