DTS prediction

Well thanx a lot because i've got the reply. And now i want to ask about prediction data mining using DTS. Should i make some code to perform in my vb application and how to join my table case with the tree result

Thank you so much



Answer this question

DTS prediction

  • calavera2nd

    There are two way to do prediction in Integration Services (DTS in SQL 2000):

    • the Data Mining Query Task which allows to run a prediction query against an external data source (or inline data in the case of singleton query) and save the result to a table
    • the Data Mining Query Transform that lets you do prediction in a pipeline i.e. the output data from the previous transform is streamed through the prediction engine and the predicted output is available to the next transform in the pipeline.

    Both the above provide UI to allow you to map the input data to the model columns for the prediction "join" operation.



  • DTS prediction