Extract all features ahead of time

This commit is contained in:
2021-03-31 07:42:01 -05:00
parent b3c24814b0
commit 12fca1f22b
8 changed files with 106 additions and 39 deletions

View File

@@ -153,7 +153,7 @@ def test_predict() -> None:
2: [2.0, 0.0],
}[index]
)
instance.model_features = {
instance.features = {
"Variables": {
"x": {
0: None,