issues
search
mindsdb
/
type_infer
Type inference for Machine Learning pipelines
GNU General Public License v3.0
17
stars
7
forks
source link
[refactor] Inference engines
#59
Closed
paxcema
closed
11 months ago
paxcema
commented
11 months ago
Changelog:
[x] Reorganized codebase into inference engines
[x] Current approach is now the "rule based" engine
[x] Define new class abstractions
[x] Move existing engine from method to class
[x] Figure out if the current fan out approach is general enough for other engines.
[x] Clean up API entry points
[x] Refactor so that there are approach-specific reqs
[x] Organize poetry deps into core + per-engine
Changelog: