pyDML icon indicating copy to clipboard operation
pyDML copied to clipboard

Overflow handling

Open jlsuarezdiaz opened this issue 3 years ago • 0 comments

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.

jlsuarezdiaz avatar Aug 01 '20 16:08 jlsuarezdiaz