Data warehousing: Explain time series algorithm in data mining.

Explain time series algorithm in data mining.

- The Microsoft Time Series algorithm provides regression algorithms that are optimized for the forecasting of continuous values, such as product sales, over time.

- Whereas other Microsoft algorithms, such as decision trees, require additional columns of new information as input to predict a trend, a time series model does not.

- A time series model can predict trends based only on the original dataset that is used to create the model.

- New data can be added to the model when you make a prediction and automatically incorporate the new data in the trend analysis.

- The combination of the source data and the prediction data is called a series.

- An important feature of the Microsoft Time Series algorithm is that it can perform cross prediction.

- If you train the algorithm with two separate, but related, series, you can use the resulting model to predict the outcome of one series based on the behavior of the other series.
Data warehousing XMLA: What is XMLA?
What is XMLA? - XMLA is XML for Analysis which can be considered as a standard for accessing data in OLAP, data mining or data sources.......
Data warehousing: Difference between Data warehousing and Business Intelligence.
Data warehousing & Business Intelligence - Data Warehousing helps you store the data while business intelligence helps you to control the data for decision making.........
Data warehousing Dimensional Modeling: What is Dimensional Modeling?
What is Dimensional Modeling? - Dimensional modeling is often used in Data warehousing. In simpler words it is a rational or consistent design technique.........
Post your comment