Tractables/LogicCircuits.jl

Unify Data related objects

Closed this issue · 1 comments

Unify XData, XYData, XBatches, BatchedXDataset, BatchedXYDataset , etc. Lots of these things in Data.jl that are either never used in other places or not used done consistently throughout the code, specially the ones related to batching. Some functions only support XData and not batched versions of it.

XData, etc is now longer around, using DataFrames.jl instead. Closing the issue.