issues
search
capoe
/
benchml
ML benchmarking and pipeling framework
Apache License 2.0
15
stars
6
forks
source link
Missing inputs at prediction time
#10
Open
capoe
opened
3 years ago
capoe
commented
3 years ago
Catch resolve-input error in module.map():
Rename model.deploy() to model.eval()
In model.eval(), set a flag "_fitting" or "_training" to False. "_fitting" would match better benchml's fit/map terminology.
Catch resolve-input error in module.map():