Tagged Questions
The classify tag has no wiki summary.
9
votes
3answers
4k views
Which Python Bayesian text classification modules are similar to dbacl?
A quick Google search reveals that there are a good number of Bayesian classifiers implemented as Python modules. If I want wrapped, high-level functionality similar to dbacl, which of those modules ...
4
votes
1answer
605 views
Standardized Error Classification & Handling
I need to standardize on how I classify and handle errors/exceptions 'gracefully'.
I currently use a process by which I report the errors to a function passing an error-number, severity-code, ...
1
vote
2answers
381 views
Solving 'logicals' with Protege: how to get individual results?
Perhaps a stupid newbie question: i would like to get in touch with ontologies and reasoning. There is an interesting 'logical' on the net that can also be solved with the help of ontologies and ...
0
votes
2answers
60 views
Rails #classify strange output
using rails 3.0.1 and ruby 1.9.2-p0
in the rails console I'm seeing the following:
ruby-1.9.2-p0 > "login_controller".classify
=> "LoginController"
ruby-1.9.2-p0 > ...
0
votes
3answers
451 views
Classify a Ruby string
I have a program that create classes which looks like:
MyClass = Class.new do
def initialize; end
# ...
end
But I would like to name dynamically MyClass, from a string. And because it's ...
0
votes
2answers
112 views
Is there a well known classifier library?
I'm crawling data from internet,without classifying.
Is there such a library to recommend?
EDIT
I'm crawling jobs from other website,and I need to group them into different industries.
-1
votes
3answers
90 views
how to classify employers into three columns based on a condition?
I wish to classify employers who took the track into three different columns as below, based on condition of the no. of days they took in completing the courses, using the DB column lrn_complt tells ...