1
votes

based on date of hotel guests visits, how can I predict next visit for one guest?

What solution should I use from this tutorials? https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/

Data I have for one guest:

year;date;time
2000;31.12;12:11
...
1

1 Answers

1
votes

The best fit for your scenario would probably be to use Regression. You can easily adapt the price prediction example to fit your data and what you want to predict.

It's this tutorial on the docs you linked: https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/predict-prices