Commit Graph

426 Commits

Author SHA1 Message Date
Mirko Bunse bf65c00349 Example on composable methods 2024-07-02 12:04:40 +02:00
Mirko Bunse 8e64e5446e Complete documentation of the composable module 2024-07-02 10:41:41 +02:00
Mirko Bunse 8142131205 Merge branch 'devel' into composable-doc 2024-07-01 18:26:31 +02:00
Mirko Bunse 1730d5a1a9 Revert "TO REVERT: build gh-pages even on pushes to devel"
This reverts commit c99c9903a3.
2024-07-01 18:17:58 +02:00
Mirko Bunse 7f05f8dd41 Fix the autodoc of the composable module 2024-07-01 18:10:29 +02:00
Mirko Bunse c99c9903a3 TO REVERT: build gh-pages even on pushes to devel 2024-07-01 17:50:37 +02:00
Mirko Bunse b8b3cf540e Correct all remaining warnings during the build of the docs 2024-07-01 17:48:23 +02:00
Mirko Bunse 415c92f803 Fix cross-references within the documentation 2024-07-01 17:07:01 +02:00
Mirko Bunse c668d0b3d8 Translate index.rst to index.md 2024-07-01 17:06:35 +02:00
Mirko Bunse d2209afab5 Manuals and API sections 2024-07-01 16:37:28 +02:00
Mirko Bunse 8e9e7fa199 Move docs/source/wiki/ to docs/source/manuals/ 2024-07-01 16:16:45 +02:00
Mirko Bunse 449618c42e Documentation of the composable module 2024-06-24 16:08:09 +02:00
Mirko Bunse b1414b2a04 Revert "TO REVERT: build gh-pages even on pushes to devel"
This reverts commit 6ea15c30b8.
2024-06-24 15:05:49 +02:00
Mirko Bunse 4e0e747d47 Ammendment to the last commit 2024-06-24 14:53:24 +02:00
Mirko Bunse 02365e4bee Use --allow-releaseinfo-change in apt-get update 2024-06-24 14:52:33 +02:00
Mirko Bunse 04e7805445 Try without the composable module 2024-06-24 14:48:45 +02:00
Mirko Bunse fedf9b492b Fix the documentation build step of the CI 2024-06-24 14:24:15 +02:00
Mirko Bunse 6ea15c30b8 TO REVERT: build gh-pages even on pushes to devel 2024-06-24 14:19:13 +02:00
Mirko Bunse 21a466adf1 Use MyST instead of pandoc with a Makefile 2024-06-24 14:18:53 +02:00
Mirko Bunse e1f99eb201 Documentation contains the README's quickstart instructions and doc-related CI is prepared 2024-06-24 11:56:41 +02:00
Alejandro Moreo Fernandez c408deacae cleaning and updating changelog 2024-05-30 11:41:23 +02:00
Alejandro Moreo Fernandez ad11b86168 adding environment variables for N_JOBS, and adding a default classifier (sklearn's logistic regression) for when the classifier is not specified in aggregative quantifiers 2024-05-30 10:53:53 +02:00
Alejandro Moreo Fernandez 9ad36ef008 cleaning examples and adding basic example 2024-05-29 14:24:03 +02:00
Alejandro Moreo Fernandez acfb02c51f bugfix import and missing certifi in setup 2024-05-17 18:04:22 +02:00
Alejandro Moreo Fernandez 4db21b6945 smoothing the prevalences in kld error function, bugfix 2024-05-08 11:31:56 +02:00
Alejandro Moreo Fernandez 817aab1d99 Merge branch 'devel' of github.com:HLT-ISTI/QuaPy into devel 2024-04-30 09:55:50 +02:00
Alejandro Moreo Fernandez 7f39f4df66 file kept open in utils pickled resource, fixed 2024-04-30 09:55:28 +02:00
Alejandro Moreo Fernandez b3860b3b83
Merge pull request #30 from lorenzovolpi/ucimulti
New UCI multiclass datasets
2024-04-29 18:09:26 +02:00
Alejandro Moreo Fernandez 8517338765
Merge branch 'devel' into ucimulti 2024-04-29 17:58:06 +02:00
Lorenzo Volpi 19524f9aa8 ucimulti datasets removed, cleaning 2024-04-29 17:36:13 +02:00
Lorenzo Volpi 93dd6cb1c1 training times added to globar report 2024-04-29 17:35:43 +02:00
Lorenzo Volpi 498fd8b050 datasets removed from ucimulti 2024-04-24 17:23:01 +02:00
Alejandro Moreo Fernandez 244d1045ce update changelog 2024-04-24 17:07:36 +02:00
Alejandro Moreo Fernandez e92264c280 adding wiki documents to the sphinx documentation in order to allow for collaboration 2024-04-24 17:03:57 +02:00
Alejandro Moreo Fernandez f1462897ef
Merge pull request #32 from mirkobunse/devel
Integrate composable methods from qunfold
2024-04-24 15:26:32 +02:00
Lorenzo Volpi f74b048e2d uci_multi dataset removed 2024-04-24 15:20:14 +02:00
Lorenzo Volpi ecfc175622 datasets removed, debug output added 2024-04-23 16:30:17 +02:00
Lorenzo Volpi 522d074087 report mean fixed, datasets included 2024-04-23 16:29:19 +02:00
Alejandro Moreo Fernandez bf33c134fc
Update _kdey.py
fix in KDEy: makes the method robust to cases in which the number of positives for any class is smaller than the number k of folds. In such cases, the kde for that class is created from the uniform prevalence vector
2024-04-19 14:23:35 +02:00
Mirko Bunse e111860128 Fix the CI by installing the composable dependencies 2024-04-18 10:21:21 +02:00
Mirko Bunse da99f78c0c Merge remote-tracking branch 'fork-origin/devel' into devel 2024-04-18 10:09:17 +02:00
Mirko Bunse 2000c33372 Composable methods integrated from qunfold, which is an extra dependency for quapy.method.composable 2024-04-18 10:08:49 +02:00
Alejandro Moreo Fernandez e6f380dc5f update changelog 2024-04-18 09:38:33 +02:00
Alejandro Moreo Fernandez bee1c4e678
Merge pull request #31 from mirkobunse/devel
Continuous Integration with GitHub Actions
2024-04-18 09:31:58 +02:00
Mirko Bunse a64620c377 Dataset.reduce() allows to fix the random_state to have reproducible unit tests. This is required to ensure that the expected hyper-parameters are always chosen, independent of randomness 2024-04-17 14:46:37 +02:00
Mirko Bunse 72b43bd2f8 Omit large datasets (LeQua, IFCB) during CI to avoid overful memory of GitHub Actions runners 2024-04-17 13:46:59 +02:00
Mirko Bunse f3e543152c CI needs to install the bayes extra dependency 2024-04-17 12:28:42 +02:00
Mirko Bunse 31a697559c Unittest on GitHub Actions 2024-04-17 11:47:55 +02:00
Mirko Bunse 69b8327fe9 Remove an erroneous import in the unit tests and add extra test dependencies. 2024-04-17 11:44:23 +02:00
Alejandro Moreo Fernandez db6ff4ab9e refactored unittests 2024-04-16 17:46:58 +02:00