-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
questionGeneral questionGeneral question
Description
After construction 'var Fprocessor = new HashMap<String, FieldProcessor>();
Fprocessor.put("feature.", new DoubleFieldProcessor("feature."));
Fprocessor.put("algo.", new DoubleFieldProcessor("algo."));'
it gives my a warning like ' WARNING: Row 949 empty of features, omitting'.
but when i use the exact field name (the name of the feature), it works fine.
i have checked the regular expression .*, but i don't know what is the problem
Is your question about a specific ML algorithm or approach?
Please describe the ML algorithm, with appropriate links or references.
Is your question about a specific Tribuo class?
List the classes involved.
System details
- Tribuo version : Tribuo-4.2.1
- Java version (if appropriate) : JDK 17 (corretto)
- OS/Architecture (if appropriate) : windows 11
Additional context
Add any other context or screenshots about the question

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionGeneral questionGeneral question