Difference between revisions of "...predict values"

From
Jump to: navigation, search
m
m
Line 23: Line 23:
 
** [https://bookdown.org/max/FES/engineering-numeric-predictors.html Feature Engineering and Selection: A Practical Approach for Predictive Models - 6 Engineering Numeric Predictors | Max Kuhn and Kjell Johnson]
 
** [https://bookdown.org/max/FES/engineering-numeric-predictors.html Feature Engineering and Selection: A Practical Approach for Predictive Models - 6 Engineering Numeric Predictors | Max Kuhn and Kjell Johnson]
 
** [https://docs.aws.amazon.com/machine-learning/latest/dg/regression-model-insights.html Regression Model Insights |] [[Amazon | Amazon Web Services]]
 
** [https://docs.aws.amazon.com/machine-learning/latest/dg/regression-model-insights.html Regression Model Insights |] [[Amazon | Amazon Web Services]]
* [[Excel]] ... [[LangChain#Documents|Documents]] ... [[Database]] ... [[Graph]] ... [[LlamaIndex]]
+
* [[Excel]] ... [[LangChain#Documents|Documents]] ... [[Database|Database; Vector & Relational]] ... [[Graph]] ... [[LlamaIndex]]
  
 
When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. [https://www.infoworld.com/article/3394399/machine-learning-algorithms-explained.html Machine learning algorithms explained | Martin Heller - InfoWorld]
 
When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. [https://www.infoworld.com/article/3394399/machine-learning-algorithms-explained.html Machine learning algorithms explained | Martin Heller - InfoWorld]

Revision as of 07:38, 17 August 2023

AI Solver

I want to...

___________________________________


When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. Machine learning algorithms explained | Martin Heller - InfoWorld