dotnet / dotnet/machinelearning
Cannot combine OneVersusAll with FieldAwareFactorizationMachine
Open
area-Recommender
bug
enhancement
help wanted
Priority:1
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
The following:
```C#
OneVersusAll.With(new FieldAwareFactorizationMachineBinaryClassifier(), false);
```
throws a `Predictor doesn't implement the expected interface`. How could I combine the two?
Contributor guide
Assessment
This issue has not been assessed yet.