Share via

How to predict train model time

Jack 1 Reputation point
2022-05-30T09:38:33.477+00:00

How to predict the time for train model for data with 10 millions lines and zero columns with decision tree?

Azure Machine Learning
0 comments No comments

1 answer

Sort by: Most helpful
  1. YutongTie-9091 54,026 Reputation points Moderator
    2022-05-30T20:34:28.677+00:00

    Hello @Jack

    I am a little bit confused about your zero columns. Let's say x columns.

    First, I don't think there is an official way to estimate the time for now, since the data and the algorithms will both effect it. But for your model, you can absolutely estimat it by reudce the dataset as a test to see the time, like, you can give 10k data first to see how long the studio takes to train it, then you can estimate the time.

    Please let me know if you are doing something special since you are mentioning zero column.

    I hope this helps.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful to help the community, thanks.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.