https://github.com/ntucllab/libact

sort by:
Revision Author Date Message Commit Date
60d5546 add test for multilabel quire 02 March 2017, 07:52:47 UTC
65791a4 update multilabel QUIRE 01 March 2017, 12:56:46 UTC
a932ee9 multilabel QUIRE speed up a bit 24 February 2017, 12:26:01 UTC
145e131 Add multilabel QUIRE 24 February 2017, 03:08:26 UTC
ab9d4d1 Merge pull request #90 from ntucllab/docs Docs 20 February 2017, 06:54:58 UTC
99be02d FIX a typo in README.md's example section 17 February 2017, 09:17:29 UTC
78dced0 FIX wrong path in docs/cost_sensitive_multiclass.rst 17 February 2017, 09:13:25 UTC
d2a67e9 Merge pull request #88 from ntucllab/docs Docs 17 February 2017, 09:10:22 UTC
6bf15e1 update documentations 17 February 2017, 09:09:54 UTC
c2b48ad polish cost-sensitive multiclass intro a bit more 17 February 2017, 02:11:43 UTC
c676730 Merge pull request #87 from ntucllab/docs Docs 17 February 2017, 01:45:33 UTC
99e3483 update README.md with new examples 17 February 2017, 01:43:00 UTC
8b332b0 add a table of supported algorithms in overview 17 February 2017, 01:28:49 UTC
2b8c3c9 mock sklearn.multiclass and sklearn.neighbor 17 February 2017, 01:10:09 UTC
9a8c623 Merge pull request #76 from ntucllab/ALCE ALCE 17 February 2017, 00:47:10 UTC
aa41e57 update document for alce 16 February 2017, 07:29:55 UTC
b39c16b FIX infinite recursion when building on rtd 16 February 2017, 07:22:57 UTC
8baf184 update alce_plot 16 February 2017, 07:04:44 UTC
72bbd5b Use OneVsRestClassifier for model SVM's ovr 16 February 2017, 06:40:09 UTC
14d5002 update alce 16 February 2017, 01:39:23 UTC
bb1940b some fixes 16 February 2017, 01:39:23 UTC
0f8ed60 FIX bugs 16 February 2017, 01:39:23 UTC
8b24c51 switch to kernel 16 February 2017, 01:39:23 UTC
88140c5 move ALCE to multiclass submodule 16 February 2017, 01:39:23 UTC
bfc2291 added cost sensitive AL docs 16 February 2017, 01:39:23 UTC
8caca17 FIX bug in ALCE 16 February 2017, 01:39:23 UTC
f4f017a add ALCE to docs 16 February 2017, 01:39:23 UTC
3ab8621 add utility for calculating cost 16 February 2017, 01:39:23 UTC
188c4af add ALCE examples 16 February 2017, 01:39:23 UTC
a83f7c2 add ALCE 16 February 2017, 01:39:23 UTC
4cc5685 Merge pull request #85 from ntucllab/binmin fix bug in MMC 15 February 2017, 12:09:24 UTC
5e553f4 add binmin to doc 15 February 2017, 05:41:52 UTC
d0bd329 update multilabel_plot example and add binmin to it 15 February 2017, 05:31:50 UTC
801b9fa FIX bug for binmin and update test for MMC and binmin 15 February 2017, 03:28:19 UTC
ac8d6e0 set random state for default MMC learners 15 February 2017, 03:27:41 UTC
3dd3449 correct predict_real for sklearn_adapter and dummy_clf 15 February 2017, 03:16:54 UTC
f479167 fix bug in MMC 15 February 2017, 02:03:54 UTC
3c1f799 Merge pull request #83 from ntucllab/MLALAL multilable_with_auxiliary_learner 14 February 2017, 06:27:23 UTC
6803eb2 add experiment plot for multilabel active learning 07 February 2017, 07:55:51 UTC
c600602 update multilabel_plot example 07 February 2017, 07:34:05 UTC
490f25c FIX implementation bug in multilable_with_auxiliary_learner 07 February 2017, 06:05:53 UTC
2d02d3d add criteria mmr and shlr to multilable_with_auxiliary_learner 07 February 2017, 01:50:34 UTC
abe63cd libact.models.svm only warns when multiclass and add predict_real to multilabel models 07 February 2017, 01:49:48 UTC
a370b76 add predict_proba test for binary_relevance 06 February 2017, 08:50:52 UTC
ae1cb59 added test for binary_relevance score function 06 February 2017, 08:28:35 UTC
35ba54b add test and update docstring 06 February 2017, 08:25:42 UTC
eb528da FIX bugs for multilable_with_auxiliary_learner 06 February 2017, 06:35:25 UTC
1034a8a implemented multilable_with_auxiliary_learner 06 February 2017, 06:09:48 UTC
df17981 implemented hamming loss for binary relevance 06 February 2017, 06:09:24 UTC
6e11b8b ADD multilabel model 06 February 2017, 05:47:37 UTC
7212a2b Merge pull request #82 from kjacks21/patch-1 [MRG] Correct quota comment 05 February 2017, 03:18:07 UTC
78b61fe [MRG] Correct quota comment This corrects the issue brought up in #50. 04 February 2017, 16:17:31 UTC
990f56a Merge pull request #81 from ntucllab/uncertainty_sampling_bug_fix uncertainty sampling bug fix 01 February 2017, 02:29:03 UTC
761dc9f uncertainty sampling bug fix 01 February 2017, 01:38:19 UTC
509c372 Merge pull request #80 from ntucllab/kldivergence Kldivergence 30 January 2017, 08:53:54 UTC
e857888 update vote entropy with np.argmax 30 January 2017, 08:21:47 UTC
39074ed add kldivergence for qbc 30 January 2017, 08:18:45 UTC
ac856d0 Merge pull request #79 from ntucllab/entropy_uncertainty Entropy uncertainty 29 January 2017, 15:32:09 UTC
dc7eb81 add test for model 29 January 2017, 15:08:27 UTC
eae4a7f added entropy method for uncertainty sampling 29 January 2017, 14:44:01 UTC
7db1250 implement ProbabilisticModel for LogisticRegression 29 January 2017, 14:34:58 UTC
b73e9be Merge pull request #78 from ntucllab/multilabel Multilabel 18 January 2017, 08:21:29 UTC
568366c update sklearnProbaAdapter 18 January 2017, 08:02:01 UTC
1f6e3d7 drop python3.3 due to matplotlib didn't support 18 January 2017, 07:32:36 UTC
e893914 FIX doc error 18 January 2017, 07:27:23 UTC
f452d5c Merge pull request #77 from ntucllab/multilabel FIX doc error in sklear_adapter 18 January 2017, 07:10:06 UTC
afde538 FIX doc error in sklear_adapter 18 January 2017, 07:07:05 UTC
8d3e5a4 Merge pull request #74 from ntucllab/multilabel Multilabel active learning support 18 January 2017, 06:50:51 UTC
1cca21a added docs for multilabel 18 January 2017, 06:49:58 UTC
e1846e1 unit test for binary_relevance 18 January 2017, 06:48:58 UTC
34ea4e2 add example for MMC 18 January 2017, 06:48:58 UTC
ec8872b now mmc can change its base learner 18 January 2017, 06:48:58 UTC
64f4c89 add unittest for mmc 18 January 2017, 06:48:58 UTC
e8c5e52 add multilabel model 18 January 2017, 06:48:58 UTC
0a42b62 maximum_margin_reduction multilabel active learning 18 January 2017, 06:48:58 UTC
2ef52ba Merge pull request #72 from ntucllab/DWUS density_weighted_uncertainty_sampling 29 December 2016, 05:45:04 UTC
f265f7f FIX name 29 December 2016, 04:49:02 UTC
c48b7e6 add test, docstring, random_state, __init__ for DWUS 29 December 2016, 03:44:46 UTC
6f591dc density_weighted_uncertainty_sampling documentations 29 December 2016, 03:44:46 UTC
1dd7bc0 density_weighted_uncertainty_sampling from DUAL's paper 29 December 2016, 03:44:46 UTC
c40302e Merge pull request #70 from ntucllab/sklearn-adapter sklearn adapter 29 December 2016, 03:41:51 UTC
a9736d0 inherit ContinuousModel for ProbabilisticModel 29 December 2016, 02:17:07 UTC
321c373 supporting probabilistic model for uncertainty sampling 28 December 2016, 02:20:26 UTC
9ed7eb8 add SklearnProbaAdapter 28 December 2016, 02:15:02 UTC
9c48651 add probabilisticModel interface for predict_proba 28 December 2016, 01:22:51 UTC
f6ebe5a add SklearnAdapter to documentation 10 November 2016, 03:36:18 UTC
b6c2f54 added example for sklearn adapter 10 November 2016, 03:21:54 UTC
399b655 sklearn adapter 04 November 2016, 05:43:59 UTC
345a36e Merge pull request #68 from ntucllab/intro_on_pypi set long_description the same as README.md 01 November 2016, 03:32:31 UTC
cde151e set long_description the same as README.md 27 October 2016, 01:09:47 UTC
86a12e5 Merge pull request #63 from ntucllab/input-compatable better solution to raw_input python2 compatibility 25 September 2016, 13:22:22 UTC
73bd096 better solution to raw_input python2 compatibility 12 September 2016, 03:07:23 UTC
c25c964 Merge pull request #62 from yonilx/patch-1 Fix compatibility issues with "input()" in python2 11 September 2016, 01:46:33 UTC
48f1519 Fix compatibility issues with "input()" in python2 override input with raw_input if in python2 09 September 2016, 11:56:07 UTC
ab95ce2 Merge pull request #61 from dlackty/patch-1 Simplify macOS installation 08 September 2016, 01:18:32 UTC
bb61c52 Simplify macOS installation 07 September 2016, 10:00:09 UTC
84837b4 polish README 08 June 2016, 22:23:46 UTC
d359d9b Merge pull request #59 from ntucllab/docpolish polished overview.rst 07 June 2016, 08:45:32 UTC
cb3e3b0 Merge pull request #58 from ntucllab/albl-example Albl example 01 June 2016, 03:59:37 UTC
f643871 polish overview fully 01 June 2016, 03:24:39 UTC
back to top