Tagged Questions

4
votes
1answer
296 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
4answers
576 views

Python Bayesian text classification modules

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 …
0
votes
1answer
22 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.