Commit 35fb390
committed
[TMVA][Python] Fix feature name handling for
If the XGBoost model encodes feature names, they will also be used in
the `.txt` dump of the model. We have to use these names in
`RBDT::LoadTxt` as well, so that the `.txt` file can be read correctly
without errors.
Closes #20267.RBDT::LoadText
1 parent 775f235 commit 35fb390
File tree
1 file changed
+4
-1
lines changed- bindings/pyroot/pythonizations/python/ROOT/_pythonization/_tmva
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments