Commit Graph

41 Commits

Author SHA1 Message Date
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Immanuel Bayer b32fc9c791 ENH renaming 'max_iters' to 'max_iter' for consistency 2012-11-04 10:01:12 +00:00
Andreas Mueller e749771faa MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
Andreas Mueller c93c1a290e FIX broke label_probagation example, now fixed it again. 2012-03-04 14:38:14 +01:00
Andreas Mueller 40c45ca4e6 ENH new samples generators for classification and clustering. Refactored label propagation example a bit 2012-03-04 00:33:24 +01:00
Andreas Mueller 29a302afe1 COSMIT pep8 2012-02-11 13:46:25 +01:00
GaelVaroquaux adc5201a16 COSMIT: authorship and licensing info 2012-02-02 10:55:32 +01:00
GaelVaroquaux e4dc6a7291 DOC: improve the label_propagation docs 2012-02-02 10:50:39 +01:00
GaelVaroquaux dcfc124e1f COSMIT: make the plot landscape
It will be easier to include in the documentation
2012-02-02 09:50:07 +01:00
Clay Woolam 86a3de73cc corrected the documentation and add semi-supervised section to the user
guide
2012-02-01 17:27:13 -08:00
Clay Woolam 268aed6b42 TL directory change to push label propagation code into semi_supervised 2012-01-22 21:13:56 -08:00
Clay Woolam 213f0a21c2 shuffled digits example, added sensible point colors to plot chart,
removed fix for unsupported numpy api
2012-01-22 18:42:36 -08:00
Clay Woolam 3fb76f3eb6 corrected example that still refered to unlabeled_identifier 2012-01-21 14:42:44 -08:00
Clay Woolam 794a31ccfa removed unlabeled_identifier, updated tests and examples to reflect this 2012-01-21 14:40:34 -08:00
Clay Woolam e778f7b5a5 variable name changes, using premade functions, doc fixes as per
@larsman
2012-01-21 14:02:42 -08:00
clay woolam 5e7d3c965f finishing up sparse additions (need to complete todo) 2011-10-12 00:06:38 -07:00
Alexandre Gramfort efddf2aa4f STY: mostly style + avoid a zip in favor of an np.argsort 2011-09-14 22:06:35 -04:00
clay woolam 431723cc14 correct variable names and added inline comments for active learning examples 2011-09-14 08:26:23 -07:00
clay woolam fba4c7c579 changed a variable name to conform to scikits code 2011-09-14 01:22:10 -07:00
clay woolam ec149ed03f all code works great, all tests pass, full coverage 2011-09-14 01:15:55 -07:00
clay woolam 1a06a4619b changed a bunch of variable names, fixed some test cases 2011-09-14 00:55:38 -07:00
Olivier Grisel ff4a3f3181 more enhancements, variable names and test fixes 2011-09-14 01:54:16 +02:00
clay woolam 59879d4be1 merged ogrisel's docs & optimization, also fixed active learning example plot 2011-09-05 12:07:03 -07:00
clay woolam 472cf5b0e4 fixed examples for new naming scheme 2011-09-04 19:23:45 -07:00
clay woolam 4fd0a3ce79 optimized _build_graph with inplace methods, conform to standards with variable names 2011-09-01 19:05:17 -07:00
clay woolam 3d6ee4cc13 fixed spelling error with variable name (indicies -> indices) 2011-08-26 10:39:41 -07:00
clay woolam e2cf62aebf Merge branch 'new_lp' 2011-08-23 10:28:45 -07:00
clay woolam c90b2d99d4 added vene's subplot adjustments 2011-08-23 10:12:32 -07:00
clay woolam d1f38c1ab0 fixed structure example 2011-08-23 09:37:04 -07:00
vene 67d185e638 DOC: clarified example titles 2011-08-23 19:03:01 +03:00
vene 04f354f0a0 Prettify structure example 2011-08-23 15:15:18 +02:00
clay woolam 38de4186b2 changed subplot titles so the plot is more clear 2011-08-22 13:12:40 -07:00
clay woolam a31e639cfd rennamed active learning example so it won't be run for doc compilation 2011-08-22 13:08:32 -07:00
Clay Woolam 2412daf1cc changed doc to remove long runningtime warning 2011-08-18 09:58:28 -07:00
Clay Woolam 18dea8ac0a heavily downsampled digits examples (runtime a few seconds now) and removed supporess_warrnging bug 2011-08-18 09:57:19 -07:00
Clay Woolam a3dc4e7f7a added two new examples, including an active learning demo with label propagation 2011-08-17 13:16:24 -07:00
Clay Woolam 84090fc268 fixed bug in tests causing gram matrix construction to not work properly (assumed casts to floats) 2011-08-16 15:12:46 -07:00
Clay Woolam 2a7af09e77 conformance to pep8 2011-08-16 13:51:52 -07:00
Clay Woolam 208a70e280 added semi_supervised directory 2011-08-13 17:17:26 -07:00