matloff / qeML

40 stars 14 forks source link

qeKNN, not seeing holdout count message #15

Closed dwormuth closed 1 month ago

dwormuth commented 1 month ago

Installed version 1.2 10/2/24. Code seems to work (using the Art of Machine Language book from No Starch Press).

When I run the code, I don't see the "holdout set has XX cases" message. Not sure if this is a bug or a feature. Also, the resulting variable (for day1 and MLB) has 20 rows.

matloff commented 1 month ago

Yes, the message was removed in later versions of qeML.

As to the issue of 20 rows, I'm not sure what you mean. The number of rows is still 101:

length(z$holdIdxs) [1] 101

dwormuth commented 1 month ago

Thanks for the clarification on the holdout message.

As to the 20, that was my error reading RDesktop variable lists.