can the same model be used with different set of data?

User: "harissroseland"
New Altair Community Member
Updated by Jocelyn
if im building a demand forecasting model. can i use the same model to forecast different set of product? 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "kayman"
    New Altair Community Member
    Accepted Answer
    If your product itself is an independent variable then yes. As long as the attributes used to make your prediction are common there is no reason why models cannot be reused.

    Typical example would be a sentiment analysis model, when properly trained you should be able to use the same model to predict movie sentiment or product sentiment, but naturally models will perform better if the domain is the same.

    So maybe the actual answer is : it depends ...