-
Notifications
You must be signed in to change notification settings - Fork 2
Feature As Predictor: Add documentation #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
2. Enable transformation. When transformation is applied, the model constructed by the widget is equivalent to a logistic or linear regression model. | ||
|
||
This feature is disable when the transformation is not applicable or enforced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disable --> disabled
|
||
 | ||
|
||
How well is the price of a house based on the number of rooms? Here we can (and must) enable transformation because the scale of the feature's values is very different from the scale of the target variable. Note that this measure the fit rather than predictive power because we do not test the model on unseen data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How well is the price of a house based on the number of rooms? --> How well does the price of a house correlate with the number of rooms? (or something similar)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this measure the fit rather than predictive power --> Note, that this measures the fit rather than the predictive power
|
||
 | ||
|
||
How well can we predict the heart disease based on the maximal heart rate? Here we connect the *Feature as Predictor* widget to the *Test and Score* widget to evaluate the model on unseen data. In this case, Feature as Predictor provides a learning algorithm that fits a logistic regression model to the feature's values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At one point, you'll have to explain the difference between maximum and maximal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maximal is an adjective (maximal speed), and maximum is adjective or noun (maximum speed, global maximum).
Maximum heart rate should thus be OK, but I tend to always use maximal when I need an adjective. Probably because it's like this is Slovenian, where "maksimum" cannot be an adjective.
3abe287
to
b1bff04
Compare
No description provided.