https://github.com/ntucllab/libact

sort by:
Revision Author Date Message Commit Date
1079085 [MRG] Upgrade to support newest scikit-learn version (#188) * Upgrade to sklearn==0.20. * Upgrade to sklearn==0.22. * Upgrade to sklearn==0.23. * Upgrade to sklearn==0.24. * Change the spacing style back to the original ver. * Pass CI with specific version range of sklearn. * Change the spacing style back to the original ver. * Change the spacing style back to the original ver. * Update libact/query_strategies/multiclass/mdsp.py Change the import style. Co-authored-by: yangarbiter <yangarbiter@users.noreply.github.com> Co-authored-by: yangarbiter <yangarbiter@users.noreply.github.com> 11 August 2021, 01:37:03 UTC
b5246a7 Fix CI on MacOS (#191) 04 August 2021, 17:16:37 UTC
ee1daf5 Migrate CI to Github action (#190) 04 August 2021, 16:21:37 UTC
2432b51 Update README.md 30 May 2020, 22:42:50 UTC
9394e60 Update README.md 30 May 2020, 22:42:33 UTC
4f56543 Merge pull request #178 from yangarbiter/master fix ideal labeler for MLC problem 30 May 2020, 22:41:44 UTC
4061763 fix ideal labeler for MLC problem 30 May 2020, 21:53:30 UTC
c3babc8 Merge pull request #172 from ntucllab/refine_ideal_labeler ideal_labeler when matching multiple input vectors 09 December 2019, 05:33:45 UTC
6a3e484 make ideal labeler return a randomly chosen label instead of first label when matching multiple input vectors 09 December 2019, 03:52:55 UTC
00aec3f fix wild card import 12 November 2019, 22:46:24 UTC
ade1e4b version 0.1.6 for quick bug fix in setup.py open python 2 compatibility 16 September 2019, 18:49:13 UTC
58a0f92 python 2 compatible open in setup.py 16 September 2019, 18:38:18 UTC
b2dbede fix pypi README.md loading 16 September 2019, 18:19:17 UTC
b56593c remove week star badge since the site seems down 16 September 2019, 18:12:23 UTC
90d3e54 version 0.1.5 and fix pip install can't find requirement.txt 16 September 2019, 18:04:09 UTC
2935856 Merge pull request #168 from AlexandreAbraham/patch-1 Update MANIFEST.in to include requirements 28 August 2019, 03:49:56 UTC
15fb423 Update MANIFEST.in to include requirements Running pip install of the package fails on my machine because requirements.txt is missing. This PR adds it. 21 August 2019, 10:04:13 UTC
33975f8 Merge pull request #165 from eugene-yang/sparse-dataset Change Dataset interface to support sparse matrix. 03 July 2019, 21:55:52 UTC
776ee7b whitespace 03 July 2019, 21:49:32 UTC
f629d3a should be all... 02 July 2019, 16:01:48 UTC
3e32656 oops, miss 2 places 02 July 2019, 15:52:50 UTC
acf7136 update coding style 02 July 2019, 15:37:11 UTC
37da965 remove redundant whitespace 01 July 2019, 14:51:53 UTC
12eb065 update examples 30 June 2019, 22:22:13 UTC
f497ac8 change dataset interface to support numpy arrays and scipy csr sparse matrix 30 June 2019, 19:32:49 UTC
d86b7b8 Merge pull request #164 from yangarbiter/master update Python 3.6 as supported in README 21 June 2019, 04:14:13 UTC
e3deb69 update Python 3.6 as supported in README 21 June 2019, 04:13:28 UTC
5d1da70 Merge pull request #163 from yangarbiter/master bump version to 0.1.4 and read install_requires from requirements.txt 21 June 2019, 04:11:54 UTC
40cd90d bump version to 0.1.4 and read install_requires from requirements.txt 21 June 2019, 03:56:22 UTC
f6b2895 Merge pull request #153 from yangarbiter/master multiple updates 21 June 2019, 03:47:16 UTC
6b380e2 remove unneeded requirements and update README with the build env variable 21 June 2019, 03:24:22 UTC
3d321cc Fix setup.py for macOS, Thanks to @joequant 24 May 2019, 20:12:17 UTC
efe65af added test for multilabel criteria 05 May 2019, 23:56:05 UTC
87c15f1 remove importance weighted implementation for now 05 May 2019, 23:29:04 UTC
6edc4e4 update installation option so people can install libact without install C-extensions 05 May 2019, 23:12:07 UTC
e7a693c add long_description_content_type in setup.py 15 April 2019, 20:47:50 UTC
2b5959c allow 3.7-dev to fail 25 October 2018, 18:50:18 UTC
a7e91e1 fix density_weighted_meta test 25 October 2018, 05:23:14 UTC
34e243c install keras and error handling for InteractiveLabeler 25 October 2018, 04:47:23 UTC
edb2175 add importance_weighted, density_weighted_meta and CSRPE 25 October 2018, 03:38:16 UTC
a46c18f change auto to ovr for backward competability 09 October 2018, 18:06:55 UTC
43e8a28 downgrade sklearn version to 0.19.2 09 October 2018, 05:46:57 UTC
e491129 Fix test due to sklearn default value change 09 October 2018, 05:16:33 UTC
665a45e add __all__ in query_strategies 07 October 2018, 19:42:38 UTC
94eeeed add density_weighted uncertainty sampling to doc 07 October 2018, 19:42:16 UTC
313c9ac temp 03 October 2018, 22:15:15 UTC
e37e9ed Merge pull request #145 from ej0cl6/master correct adaptive_active_learning bug 04 June 2018, 00:36:07 UTC
ca94cec correct adaptive_active_learning bug 03 June 2018, 16:30:42 UTC
aebd128 Merge pull request #139 from jkleint/albl-pmin-fix Fix pmin arg check in ActiveLearningByLearning 05 February 2018, 22:41:02 UTC
b179eb6 Fix pmin arg check in ActiveLearningByLearning Sign of the test did not agree with docs / reference. 05 February 2018, 22:13:21 UTC
cb1120c Merge pull request #137 from ntucllab/MMC_bugfix fix MMC bug on calculating n_labels 07 December 2017, 08:31:09 UTC
1f45a8b fix MMC bug on calculating n_labels 07 December 2017, 03:18:34 UTC
355fe7e Merge pull request #131 from ntucllab/techreport Update README.md 13 October 2017, 04:58:34 UTC
43a07b5 Update README.md 13 October 2017, 03:56:43 UTC
872d26f Update README.md 13 October 2017, 03:55:45 UTC
2c82182 Merge pull request #129 from ntucllab/bib_arxiv Pointing bibtex entry to arxiv article 13 October 2017, 02:29:04 UTC
66fc811 Update README.md 12 October 2017, 17:33:35 UTC
f4c6ddf change article to tech report 10 October 2017, 00:56:28 UTC
06b8ba3 Pointing bibtex entry to arxiv article 03 October 2017, 04:18:12 UTC
5a6bc98 get_dataset.py python2 fix 27 September 2017, 17:10:05 UTC
d6842a3 Merge pull request #126 from wadkar/macos-openblas-readme Use `brew install openblas` for macOS dependency 18 August 2017, 08:47:58 UTC
0e605fe Use `brew install openblas` for macOS dependency Brew maintainers have deprecated `homebrew/science/openblas` package, ```sh $❯ brew info homebrew/science/openblas Warning: Use openblas instead of deprecated homebrew/science/openblas … ``` This commit updated the README.md with updated instruction for managing dependencies on macOS, i.e. use `brew install openblas` 17 August 2017, 15:10:35 UTC
9379beb Merge pull request #124 from ntucllab/hintsvm_fix simplifies hintsvm code 02 August 2017, 11:45:18 UTC
9c08d2a simplifies hintsvm code 02 August 2017, 07:58:58 UTC
10aef2d Merge pull request #123 from ntucllab/hintsvm_fix remove tolist() in hintsvm 02 August 2017, 06:54:58 UTC
d055bad remove tolist() in hintsvm 01 August 2017, 15:25:59 UTC
fbed049 Merge pull request #122 from ntucllab/hintsvm_fix make sure that data are float64 before sending to hintsvm solver 30 July 2017, 04:38:28 UTC
ffecbb2 make sure that data are float64 before sending to hintsvm solver 28 July 2017, 16:13:28 UTC
c4d4f58 Merge pull request #119 from ntucllab/albl_docs add the parameter T description for ALBL 21 July 2017, 03:25:11 UTC
fb4cd60 update travis 20 July 2017, 13:27:49 UTC
53651e1 add the parameter T description for ALBL 20 July 2017, 06:54:04 UTC
5737930 bumping version to 0.1.3 17 May 2017, 09:45:32 UTC
e02d2de Merge pull request #116 from ntucllab/doc_refine review documents and polish them 17 May 2017, 09:34:19 UTC
dd1f39f polish overview a bit 17 May 2017, 08:59:40 UTC
581072a fix multilabel naming problem 17 May 2017, 08:33:10 UTC
c0dca9c polish ALBL document; remove details and refer to paper 03 May 2017, 09:58:40 UTC
4d05d27 ALBL description in overview 28 April 2017, 05:29:58 UTC
1d6ec22 remove original table 28 April 2017, 05:29:01 UTC
64cad9e organize query strategies by bullets, multilabel classification 28 April 2017, 05:28:13 UTC
4ec84d6 name correction 28 April 2017, 05:27:30 UTC
1430f1c organize query strategies by bullets, multiclass classification 28 April 2017, 05:23:50 UTC
a323404 organize query strategies by bullets, binary classification 28 April 2017, 05:19:34 UTC
e69721d minor polishing of wordings for clarity 28 April 2017, 05:08:36 UTC
f43a744 Move documentation section to the start of README 10 April 2017, 07:31:54 UTC
0d08aa4 Merge pull request #113 from skgg/master adding Documentation and Citing sections in README 10 April 2017, 07:29:47 UTC
c76e93c adding hierarchical_sampling to docs 09 April 2017, 08:33:43 UTC
d0cad07 move bibtex to citing section 09 April 2017, 08:18:21 UTC
8eaf295 add documentation section to readme 09 April 2017, 08:06:40 UTC
a65daba Merge pull request #111 from ntucllab/v0.1.3b1 update author list 08 April 2017, 02:42:57 UTC
4983aac bumping up the version number 07 April 2017, 01:59:28 UTC
edede7b update author list 05 April 2017, 04:42:05 UTC
a8c342f Merge pull request #108 from skgg/master add query_stragegies.multiclass.HierarchicalSampling 05 April 2017, 00:59:00 UTC
3b6e0e7 change type of prunings from set to list 03 April 2017, 09:47:11 UTC
917ec2a Merge branch 'master' of github.com:skgg/libact 03 April 2017, 09:05:43 UTC
a1b69a6 use python2/3 compatable division 03 April 2017, 09:05:27 UTC
7a1bb28 Merge branch 'master' into master 26 March 2017, 11:41:02 UTC
ef6ce22 fix type, mock sklearn.utils in RTD, and test sequence consistence 26 March 2017, 10:21:40 UTC
b10a78d Merge pull request #109 from ntucllab/docs Docs 26 March 2017, 03:48:52 UTC
9177a3d support subsampling query strategies 24 March 2017, 09:34:22 UTC
14d9bcc added example for ALCE 24 March 2017, 02:32:27 UTC
back to top