Python Forum
Know in advance how long an algo is going to run
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Know in advance how long an algo is going to run
#1
Hey all,

Six months ago a friend and I got started on this interesting challenge: Could one accurately predict the training time of common data science algorithms such as Random Forest, Svm or Kmeans?

Our python package called “Scitime” (https://github.com/nathan-toubiana/scitime) (which you can pip or conda install) is the result of our effort to build a scalable solution that can be applied to any Scikit learn algorithms in the future.

We detailed our methodology and findings in this article: https://medium.freecodecamp.org/two-hour...cf755df938

Try it out and let us know what you think!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ValueError: Buffer dtype mismatch, expected 'Python object' but got 'long long' MaJeFi 2 12,568 Mar-20-2019, 06:00 AM
Last Post: MaJeFi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020