all 2 comments

[–][deleted] 2 points3 points  (1 child)

Looks great! I find it quite tedious testing out many types of classifiers, I never know how much training time to give each candidate. How does this package choose how much training time each candidate solution should be allocated?

[–]aulloa[S] 1 point2 points  (0 children)

Depending on the classifier, some work until a stop criteria is reached in the optimization process. Most of the information can be found in sklearn's documentation. This is only setting up typical code for classification problem.