You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, Pipeliner can use only standard sklearn scoring functions, which you should set though list of strings. Scoring functions should be set through a list of tuples or dictionary (it converts dict to list of tuples with keys in alphabetical order). Pipeliner makes scorers though standard sklearn make_scorer functions and sets name for each scoring function according to first element in each tuple.
The text was updated successfully, but these errors were encountered:
Now, Pipeliner can use only standard sklearn scoring functions, which you should set though list of strings. Scoring functions should be set through a list of tuples or dictionary (it converts dict to list of tuples with keys in alphabetical order). Pipeliner makes scorers though standard sklearn make_scorer functions and sets name for each scoring function according to first element in each tuple.
The text was updated successfully, but these errors were encountered: