Polynomial Regression | |||
Description | Polynomial Regression is a supervised learning method in which the relationship between the independent and dependent variables is modeled as an nth degree polynomial. | ||
Why to use | Predictive Modeling | ||
When to use | When the data points are not captured by the Linear Regression Model and the Linear Regression fails in describing the best result clearly. | When not to use | On Textual data. |
Prerequisites |
| ||
Input | Any continuous data | Output | The predicted value of the dependent variables. |
Statistical Methods used |
| Limitations | It cannot be used on textual data. |