cancel
Showing results for 
Search instead for 
Did you mean: 

Which modeling technique is this?

Which modeling technique is this?

Hi there,

 

I was seeing this case:

https://pathfinder.datarobot.com/use-case/forecast-demand-new-products-aka-cold-start-modeling?tab=t...

 

and I'm wondering which modeling technique is used and why. Could someone explain that to me?

 

Greets

Labels (1)
0 Kudos
4 Replies
ngoudreault
DataRobot Employee
DataRobot Employee

This looks like a demand forecasting use case. You can access a demand forecasting notebook in the DataRobot docs here: https://docs.datarobot.com/en/docs/api/guide/common-case/demand-forecast/index.html

Thats the name of the use case... I'm asking for the ML technique used for that!

0 Kudos
ngoudreault
DataRobot Employee
DataRobot Employee

Oh, well in that case I think it's multiseries modeling: https://docs.datarobot.com/en/docs/modeling/time/multiseries.html#multiseries-modeling

0 Kudos

It looks like, from the document, for this particular dataset that light GBT regressor (the eventual best performing model) and XG Boost were both used, as well as a blender of some other models further down the leaderboard. DataRobot will try a number of modeling techniques, and sort them in terms of performance against the backtest(s). Scrolling down will show all of the models that have been tried, and the model repository will expose even more that you can then run in manual mode. 

0 Kudos