Samuel Clay
|
21379537aa
|
Showing title classifiers in story trainer.
|
2010-11-09 22:06:08 -05:00 |
|
Samuel Clay
|
bc1940bcc0
|
Fixing classifiers in load_single_feed to show the same classifiers when loading in get_feed_trainer(). Just needed a rewind().
|
2010-10-27 19:23:06 -04:00 |
|
Samuel Clay
|
10f58f8608
|
Renaming json.py to json_functions.py to resolve namespace conflict with anyjson.
|
2010-10-23 13:06:28 -04:00 |
|
Samuel Clay
|
5bcd5eb730
|
Serializing and deserializing new classifiers.
|
2010-10-21 13:37:36 -04:00 |
|
Samuel Clay
|
ae2fdee539
|
Rewinding classifiers iterator, since they are being refetched every time.
|
2010-09-07 17:55:40 -07:00 |
|
Samuel Clay
|
ca06958dd1
|
Adding About and FAQ modals. Still need to fill in the FAQ, then link them together correctly.
|
2010-09-02 20:41:53 -04:00 |
|
Samuel Clay
|
d90f1791e1
|
Refactored a bit here and there. The real changes are coming tonight.
|
2010-08-23 21:04:51 -04:00 |
|
Samuel Clay
|
f90029eed1
|
Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres.
|
2010-08-22 18:34:40 -04:00 |
|
Samuel Clay
|
79d1ffd5db
|
Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts.
|
2010-08-21 23:49:36 -04:00 |
|
Samuel Clay
|
ac53f33788
|
Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories.
|
2010-08-21 20:42:38 -04:00 |
|
Samuel Clay
|
68b0ae7254
|
Adding exception handling UI. Also disabled feeds that are just chock full of exceptions. No need to continually fetch buggy feeds. Still need to figure out a way to let users fix problematic feeds, but letting them know is an improvement.
|
2010-08-18 20:35:45 -04:00 |
|
Samuel Clay
|
2b8f4bff95
|
Normalizing logging across all views and models.
|
2010-08-17 17:45:51 -04:00 |
|
Samuel Clay
|
2e1c3b4db3
|
Adding stats and training to logging.
|
2010-08-16 12:55:45 -04:00 |
|
Samuel Clay
|
3df0722dcc
|
Moving from print-based logging to python-based logging. Quite the improvement. Console/Stream output in development, logfile in production.
|
2010-08-15 12:04:26 -04:00 |
|
Samuel Clay
|
67efaa91bf
|
Logging statistics, classifiers, and feed trainer.
|
2010-08-02 23:10:43 -04:00 |
|
Samuel Clay
|
66eae41e2d
|
Intelligence Trainer. A whopper of a commit.
|
2010-08-01 19:12:49 -04:00 |
|
Samuel Clay
|
2e640970d5
|
Considerable speed up in returning to the originally scrolled position on the feed iframe.
|
2010-07-24 18:22:23 -04:00 |
|
Samuel Clay
|
f6ff242457
|
Keeping track of feed opens. This will go into statistics later.
|
2010-07-20 20:23:49 -04:00 |
|
Samuel Clay
|
c063333165
|
Using denormalized story author over normalized story author (which is used for counting authors)
|
2010-07-08 12:14:48 -04:00 |
|
Samuel Clay
|
697ab34cde
|
Removing references to original_stories, since stories get deleted after awhile.
|
2010-06-27 21:55:11 -04:00 |
|
Samuel Clay
|
32a4beb9be
|
Adding migrations. Yay for South
|
2010-06-11 16:58:07 -04:00 |
|
Samuel Clay
|
fbe1367739
|
Protopub -> NewsBlur
|
2010-06-08 11:19:07 -04:00 |
|
Samuel Clay
|
3ca7fcefca
|
That mass renames continue! Protoread is now Protopub, and that sounds good to me.
|
2010-05-14 09:32:38 -04:00 |
|
Samuel Clay
|
b1ac2147ba
|
Renaming News Blur to Protoread.
|
2010-05-13 11:11:01 -04:00 |
|
Samuel Clay
|
10ec2dcbf3
|
All tests fixed and now pass.
|
2010-04-09 18:30:25 -04:00 |
|
Samuel Clay
|
d18ee60599
|
Mark feed as read button.
|
2010-04-09 11:59:33 -04:00 |
|
Samuel Clay
|
d2b12da53a
|
Handling edge cases for tags.
|
2010-04-05 03:20:44 -04:00 |
|
Samuel Clay
|
f473f0e908
|
Speeding up score calculation.
|
2010-04-05 02:46:20 -04:00 |
|
Samuel Clay
|
d33031210e
|
Speeding up score calculation.
|
2010-04-05 02:45:34 -04:00 |
|
Samuel Clay
|
121849c190
|
Remove classifiers from any classifier modal. Woo! That completes the classifiers.
|
2010-04-03 23:16:38 -04:00 |
|
Samuel Clay
|
b6495eeab4
|
Crazy refactor and optimization for choosing and removing classifiers. Now feeds and stories use the same modal, and everything uses the same classifier save on the back-end.
|
2010-04-03 20:32:40 -04:00 |
|
Samuel Clay
|
80733fd80a
|
Removing dupe classifiers and enforcing score changes.
|
2010-04-03 17:59:00 -04:00 |
|
Samuel Clay
|
1366f5e750
|
Making tags uniform across the site. Also beginning the final modal: Add feed.
|
2010-04-03 00:59:03 -04:00 |
|
Samuel Clay
|
8dd4f84398
|
Feed management now has a front-end. Shows opinions for tags, titles, authors, and the publisher.
|
2010-03-28 14:50:41 -04:00 |
|
Samuel Clay
|
18698dc435
|
Adding corners and more manage feeds.
|
2010-03-23 20:03:40 -04:00 |
|
Samuel Clay
|
7bc7873db9
|
Adding manage feed intelligence information. Just need to add it as a view in JS.
|
2010-03-16 23:18:54 -04:00 |
|
Samuel Clay
|
e846fe6d6c
|
Moving things around for final feed management coming soon.
|
2010-03-02 10:56:25 -05:00 |
|
Samuel Clay
|
8f22031ea3
|
Adding threaded folders and feeds. Also refactored OPML import to handle many edge cases and nested cases. Rewrote feed loading on front-end so everything's faster to load.
|
2010-02-11 01:28:47 -05:00 |
|
Samuel Clay
|
1180100e37
|
- Fixing caching of feeds and users.
- Added loading indicator on new feed.
- Cleaned up numerous bugs around showing/hiding out-of-score stories.
|
2010-01-24 22:53:46 -05:00 |
|
Samuel Clay
|
b1c72c5c9f
|
Huge update: Hooking up slider to hide/show stories based on their score. Also added new story counts, score calculations, and real-time updating of unread counts as you read.
|
2010-01-21 13:12:29 -05:00 |
|
Samuel Clay
|
35df77cdf6
|
Adding classification types for publishers vs. stories.
|
2010-01-12 01:19:37 +00:00 |
|
Samuel Clay
|
0c33bc84cb
|
Adding intelligence button for feeds.
|
2010-01-07 00:04:12 +00:00 |
|
Samuel Clay
|
138f93cf43
|
All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores.
|
2010-01-05 16:07:11 +00:00 |
|
Samuel Clay
|
b216ebf48a
|
Adding a tokenizer to the classifier, as well as using Divmod's Reverend Bayesian classifier.
|
2009-12-18 18:29:34 +00:00 |
|
Samuel Clay
|
06e94610dc
|
Adding Phrase Filter to Analyzer. Just need to hook up the phrase filter to the story classifier and then save the results to be used for later processing.
|
2009-11-15 18:57:53 +00:00 |
|
Samuel Clay
|
bc47a70058
|
Fixed numerous issues with story finding on frame page. And refactored switcheroo functions.
|
2009-11-08 03:26:54 +00:00 |
|
Samuel Clay
|
fb6d0692ce
|
Naive Fisher Bayesian Classifier. Stubbed in some boilerplate for making the analyzer do its job. Still have to connect it to feeds and train on real data, but it's looking good as a starting point.
|
2009-11-03 03:52:03 +00:00 |
|
Samuel Clay
|
48ba40e29b
|
Initial
|
2009-06-16 03:08:55 +00:00 |
|