lumen-org/modelbase

Test data for PyMC3 models

jong42 opened this issue · 0 comments

Currently, the input data is NOT split in training and test data since I initially thought that is not necessary for probabilistic models. The test_data attribute currently holds the same data as the samples attribute.

But It probably is desirable to have the ability to split into training and test data, so this functionality should be implemented and the test_data attribute thus should hold the real test data.