ENH: classify-* and regress-* actions should accept FeatureTable[RelativeFrequency] #230
Labels
diff:1|beginner
Only limited knowledge of the languages and platform is required.
enhancement
good first issue
Good for newcomers
help wanted
Extra attention is needed
lang:python
Python 3
Addition Description
classify-* and regress-* actions should accept FeatureTable[RelativeFrequency] and maybe a few other types as well (see what is accepted by the
split-table
action)I could have sworn that we had an open issue already, but it must have been accidentally closed as it looks like the
split-table
action accepts multiple types but the training actions do not.Current Behavior
Only FeatureTable[Frequency] is accepted
Proposed Behavior
Accept other types!
The text was updated successfully, but these errors were encountered: