BAMT 2.0.0 - new features, refactoring, architecture refreshment #108
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
refactoring
Milestone
Current BAMT architecture has a number of disadvantages, some clunky code and other limitations. Thus, it was decided to make a full refactoring. This refreshment will not only include new refactored code and API but also new features (like vectorized sampling and other operations, new algorithms for structure learning, score-functions etc.)
For now, here is a checklist of modules that should be implemented in 2.0.0 architecture:
core
DAG-opttimizers module
Score-functions module
Parameter estimators module
Models
The development of BAMT 2.0.0 is held in 2.0.0 branch of the repository. If you, the reader of the issue, have decided to implement some module or submodule, please reply to this message, create a separate issue and add it to milestone and project.
The goal of these changes is also to make a sklearn-like interface, so the usual pipeline looks like that:
The text was updated successfully, but these errors were encountered: