You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/visual-programming/source/widgets/data/rank.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ Signals
14
14
15
15
An input data set.
16
16
17
+
- **Scorer** (multiple)
18
+
19
+
Models that implement the feature scoring interface, such as linear /
20
+
logistic regression, random forest, stochastic gradient descent, etc.
21
+
17
22
**Outputs**:
18
23
19
24
- **Reduced Data**
@@ -47,6 +52,12 @@ Scoring methods
47
52
6. `ReliefF <https://en.wikipedia.org/wiki/Relief_(feature_selection)>`_: the ability of an attribute to distinguish between classes on similar data instances
48
53
7. `FCBF (Fast Correlation Based Filter) <https://www.aaai.org/Papers/ICML/2003/ICML03-111.pdf>`_: entropy-based measure, which also identifies redundancy due to pairwise correlations between features
49
54
55
+
Additionally, you can connect certain learners that enable scoring the features
56
+
according to how important they are in models that the learners build (e.g.
0 commit comments