-
conner_bw committed revision 620 to the sux0r SVN repository, changing 5 files.
2009-10-30 01:26:14 UTC by conner_bw
-
conner_bw committed revision 619 to the sux0r SVN repository, changing 1 files.
2009-10-02 02:34:38 UTC by conner_bw
-
conner_bw committed revision 618 to the sux0r SVN repository, changing 21 files.
2009-10-01 14:12:01 UTC by conner_bw
-
Thx for your very quick response.
Do you have any ideas on how I can make the filter actually work given your response? How do I "unskew" the vectors - as practically there is never going to be an even distribution of documents in each category?
Many thanks.
2009-09-14 15:58:32 UTC by joyoung99
-
First of all, I believe vectors are skewed. If you have an uneven distribution of documents (50 in one cateorgy, 5 in another) then the data will be less accurate.
As for the percentage, please see the ./includes/suxNaiveBayesian.php file.
I am not a mathematician. My implementation is based on examples by Loic d'Anterroches and Ken Williams. URLS to their respective project pages are at...
2009-09-14 15:43:56 UTC by conner_bw
-
Hi there,
I am a user of sux0r, rather than a technical expert, so please forgive any naivity of my question....
I am using sux0r to categorise feeds into 17 different categories. So far, there are approximately 350 documents filtered, with 50+ in some categories, down to as few as 5 in others.
I have noticed that recently, EVERYTHING in sux0r is either 100% in one category, or 0%...
2009-09-14 14:38:38 UTC by joyoung99
-
Hi Steve,
Glad to hear you are using Sux0r.
1) Please see the ./includes/suxNaiveBayesian.php file.
I am not a mathematician. My implementation is based on examples by Loic d'Anterroches and Ken Williams. URLS to their respective project pages are at the top of that file. You'll will want to look at the categorize() and rescale() methods.
You are misinterpreting logspace scaling...
2009-09-11 17:25:54 UTC by conner_bw
-
Hello Dac,
A few items, I don’t know if you can help/comment on any of these. [please excuse the length of this stuff…..]
1) I am using sux0r to pull in job roles from various RSS feeds into our job role website. Jobs are trained and categorised to the required display category so they are displayed as such on our CMS website, ie. I amended sux0r to publish rss_items and repeat the...
2009-09-11 12:58:58 UTC by stevelondon
-
conner_bw committed revision 617 to the sux0r SVN repository, changing 1 files.
2009-09-10 19:02:36 UTC by conner_bw
-
I think, perhaps, you are confusing the sux0r project with the goals of the ICBL Bayesian Feed Filtering project? Maybe you are contacting the wrong people?
The URL you provided is an RSS feed. Yes it will work fine. Other than the specifics of the content, there's no difference between the URL you provided or any other RSS feed.
Best regards.
2009-09-10 12:59:19 UTC by conner_bw