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
Some algorithms (NCA, NCMML, NCMC, LMNN) can overflow with some datasets if learning rates are too big. They may return matrices with NAs which cause errors in subsequent algorithms, like classifiers or a tune function. During the tuning process the function should be able to not abort if there is a failure in any of the cases, and keep evaluating the other cases specified.
The text was updated successfully, but these errors were encountered:
Some algorithms (
NCA
,NCMML
,NCMC
,LMNN
) can overflow with some datasets if learning rates are too big. They may return matrices with NAs which cause errors in subsequent algorithms, like classifiers or atune
function. During the tuning process the function should be able to not abort if there is a failure in any of the cases, and keep evaluating the other cases specified.The text was updated successfully, but these errors were encountered: