backend dataset support code
Bug #248452 reported by
andrew
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hamlet |
Fix Committed
|
Critical
|
andrew |
Bug Description
need support for the loading/
Changed in hamlet: | |
assignee: | nobody → andrew-j-matheny |
importance: | Undecided → Critical |
To post a comment you must log in.
It's all there for the most part. Its currently assigning everything to class "0" until I fill in the stub code for the bayes classifier. Loading of datasets, retrieving tfidf's for a given vert, retrieving the text from an attribute, retrieving the attributes that belong to a vert, etc.
The the bayes classifier will be working in a few days.
I also ended up making a util class for hamlet in the process which contains any code that does general tasks belonging to any package.