This is a big change, we removed the Data class and let the Model class to directly work with DataFrame. The composite_models sub-package is probably not working right now, we will plan to fix it once we finish the overhaul on the other basic components.
This is a big change, we removed the
Data
class and let theModel
class to directly work withDataFrame
. Thecomposite_models
sub-package is probably not working right now, we will plan to fix it once we finish the overhaul on the other basic components.