kronenthaler / libai

4 stars 2 forks source link

DataSets are weird... #55

Open dktcoding opened 7 years ago

dktcoding commented 7 years ago

I've been writing the tests for the current DataSet implementations, but there are some things that need work (specially if the idea is to use them to train NN):

There are some missing features:

I'm assuming that this classes were created specifically for C4.5, but they need to be generalized a bit.

kronenthaler commented 7 years ago

I know this classes need tons of work. They kind of grew organically from the C4.5 implementation to something else when i was investigating the Bayes Network implementations.

Some comments on some of your points:

I would rather focus on this later, as this will be part of a bigger architectural change that might affect several other components (C4.5 & Bayes) and i want to assess the scope of the change first.