This shows you the differences between two versions of the page.
| wiki:ai:llm_regression [2025/05/14 18:56] – created jmiller | wiki:ai:llm_regression [2025/05/15 13:30] (current) – jmiller | ||
|---|---|---|---|
| Line 95: | Line 95: | ||
| Feature selection and preparation (choosing which features to include in the model, and calculations applied to them to help ensure a better fit). Algorithm selection (We explored linear regression in the previous example, but there are many other regression algorithms) Algorithm parameters (numeric settings to control algorithm behavior, more accurately called hyperparameters to differentiate them from the x and y parameters). After multiple iterations, the model that results in the best evaluation metric that's acceptable for the specific scenario is selected. | Feature selection and preparation (choosing which features to include in the model, and calculations applied to them to help ensure a better fit). Algorithm selection (We explored linear regression in the previous example, but there are many other regression algorithms) Algorithm parameters (numeric settings to control algorithm behavior, more accurately called hyperparameters to differentiate them from the x and y parameters). After multiple iterations, the model that results in the best evaluation metric that's acceptable for the specific scenario is selected. | ||
| + | [[wiki: | ||