numl icon indicating copy to clipboard operation
numl copied to clipboard

Reccomendatin Problem

Open pfdundar opened this issue 7 years ago • 1 comments

I've install numl from NuGet and there is no Reccomendation class in it.

pfdundar avatar May 01 '17 17:05 pfdundar

If you are looking to implement a Recommender model see CofiRecommenderGenerator under the numl.Recommendation namespace. There isn't any docs for it yet, but check out this unit test for details on how to implement -> https://github.com/sethjuarez/numl/blob/dev/Src/numl.Tests/SupervisedTests/CofiRecommenderTests.cs#L114.

EDIT: also check that you're on the latest prerelease build - currently 0.9.15-beta.

bdschrisk avatar May 04 '17 03:05 bdschrisk