What parts of a model can be changed when 'retraining' through SSIS?

Con risposta What parts of a model can be changed when 'retraining' through SSIS?

  • dimanche 11 décembre 2011 00:45
     
     

    Suppose I have a Decision Trees mining model with 25 inputs.  When I use the mining model view in BIDS, it only shows me that 4 of the inputs are used in the model.  If I'm happy with this model, and setup an SSIS package to training and process this model, if over time one of the inputs no longer becomes useful in the model, will it discard that input and go to the next most useful one?

Toutes les réponses

  • dimanche 11 décembre 2011 05:24
    Modérateur
     
     Traitée
    Yes. Retraining a model (actually, a mining structure) via SSIS (or any other way) discards the old patterns and replaces them with patterns specific to the new data. It is only the metadata that stays the same (the list of columns, their content and usage and the algorithm and parameters)
    bogdan crivat / http://www.bogdancrivat.net/dm
    • Proposé comme réponse rok1 dimanche 11 décembre 2011 05:37
    • Marqué comme réponse Jerry NeeModerator mardi 20 décembre 2011 10:22
    •