mzed / RapidLib

RapidLib is a lightweight library for interactive machine learning.
https://mzed.github.io/RapidLib/
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Don't copy training sets #2

Open mzed opened 4 years ago

mzed commented 4 years ago

If knn and nn knew which output they were looking at, there wouldn't need to be multiple copies of the training data set.

The design idea was that these models didn't need to have any data about the set they are in. Does this need to break? Or, is there another way?

mzed commented 4 years ago

This is in progress in the dev branch.