https://github.com/dataiku-research/cardinal

sort by:
Revision Author Date Message Commit Date
96ee635 Fix changes 20 October 2022, 15:21:52 UTC
9728f8d Bump version 19 October 2022, 15:58:29 UTC
037bcba Bump version 19 October 2022, 15:58:27 UTC
0f95c3b Migrate examples to the new splitter scheme 19 October 2022, 15:58:19 UTC
f3f27ce Merge pull request #30 from MojiFarmanbar/mixture_model Add GMM-based sampler 19 October 2022, 09:40:37 UTC
cfae3f5 fix a bug 18 October 2022, 13:41:41 UTC
cc46de1 fixing comments in PR 18 October 2022, 12:45:04 UTC
cd37f0e small fix 16 October 2022, 10:34:35 UTC
133cf63 Merge branch 'master' into mixture_model 16 October 2022, 10:32:22 UTC
163e6eb adding two-step mixture model approach 16 October 2022, 10:25:00 UTC
7d97355 Fix bug 16 September 2022, 15:26:00 UTC
7bc015b Bump version 16 September 2022, 15:22:58 UTC
aa27744 Fix collision in random init for splitter 16 September 2022, 15:22:17 UTC
0cc8519 Add test to kcentergreedy 16 September 2022, 07:20:25 UTC
20ab1d6 Better fix for kcenter greedy 12 September 2022, 20:29:16 UTC
f7f7b5d Fix bug linked to tolerance of distance in kcenter-greedy 12 September 2022, 15:10:30 UTC
8dabc0c Add test for kcenter greedy 01 September 2022, 09:30:15 UTC
f7cdae6 In KCenter, fill with random if all distances are 0 26 August 2022, 12:23:04 UTC
1cc9479 Fix bug in random init for one sample per class 18 August 2022, 12:45:42 UTC
77d322b Fix bug in batch_at 09 August 2022, 12:10:17 UTC
2cb8cfd Add more tests 09 August 2022, 08:51:08 UTC
8b63d3f Add tests 09 August 2022, 08:25:28 UTC
1680b96 Small fix selected_at 09 August 2022, 07:49:19 UTC
61bcc48 Add initialization with indices 08 August 2022, 15:06:26 UTC
59a5b58 Better tests for al splitter 08 August 2022, 13:52:58 UTC
86cd800 Revise behavior of al splitter 08 August 2022, 13:50:54 UTC
3683410 Bump version 06 May 2022, 11:40:13 UTC
11339a7 Bump version 06 May 2022, 11:38:45 UTC
484c8c4 Merge branch 'master' of github.com:dataiku-research/cardinal 06 May 2022, 10:43:03 UTC
0cce10c Fix IWKmeans 06 May 2022, 10:42:35 UTC
dec4534 Bump version. Update Makefile for easier release 22 April 2022, 14:04:07 UTC
5e3a88a Bump version before release 22 April 2022, 13:46:28 UTC
43b258c Fix typo 13 April 2022, 12:25:47 UTC
19f0ae8 ADapt KMeans for sklearn 1.0.2 13 April 2022, 12:21:52 UTC
052ea22 Bump version 22 December 2021, 11:12:49 UTC
394d522 Release 0.6 22 December 2021, 11:08:20 UTC
251475f Small bugs 22 December 2021, 11:06:18 UTC
16043ed Merge branch 'master' of github.com:dataiku-research/cardinal 13 December 2021, 15:56:40 UTC
f4db77b Fix examples 13 December 2021, 15:55:35 UTC
79f80fa Add class method to the Splitter to restore it from cached value 13 December 2021, 15:53:10 UTC
75d639c Fix semantic in sample selection 21 October 2021, 13:23:33 UTC
a34ce6b Merge branch 'master' of github.com:dataiku-research/cardinal 19 August 2021, 07:34:24 UTC
092f99b Add embedding capacity to kcenter greedy 19 August 2021, 07:34:03 UTC
63b264b Merge pull request #28 from dataiku-research/corner_cases Add examples to check properties of query samplers 17 August 2021, 15:20:37 UTC
9eb594c Add test for kcenter greedy 17 August 2021, 15:18:41 UTC
8cc1c6b Remove debug print 17 August 2021, 15:18:17 UTC
d49108f Add k-center greedy 17 August 2021, 14:40:19 UTC
a7de21f Merge pull request #29 from dataiku-research/hard_to_classify Add IWKmeans, and an example 17 August 2021, 13:06:29 UTC
ed6af90 Remove unnecessary notebook 03 June 2021, 12:57:58 UTC
3c4e1ca Add iwkmeans, and an example 03 June 2021, 12:57:21 UTC
13a3b21 Add notebook explaining IWKmeans 02 June 2021, 09:23:52 UTC
a28386b Add second example 14 April 2021, 09:30:43 UTC
1908b74 Add example with isolated cluster 14 April 2021, 07:26:23 UTC
041c3d7 Remove useless lines 12 April 2021, 14:41:33 UTC
0a02643 Merge pull request #27 from dataiku-research/kmeans Add the incremental KMeans algorithm 23 March 2021, 23:31:30 UTC
057de4b Fix a bug, make examples faster to run 22 March 2021, 16:59:06 UTC
8c4e907 Apply suggestions from code review Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 22 March 2021, 16:40:43 UTC
7e08456 remove recenter_every from the incr kmeans insights 22 March 2021, 16:36:38 UTC
68d4baf Remove recenter-every from active learning example 22 March 2021, 16:34:02 UTC
1074f40 Update examples/plot_incr_kmeans.py Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 22 March 2021, 15:05:08 UTC
c665726 Missing endline 19 March 2021, 14:30:33 UTC
2f956b0 Add IncrementalKMeans sampler, rework example accordingly 19 March 2021, 14:30:08 UTC
5681153 Iter 19 March 2021, 14:30:08 UTC
85e0ec8 Update cardinal/kmeans.py Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 19 March 2021, 14:03:10 UTC
d9b32bd Fix formulation Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 18 March 2021, 16:44:52 UTC
9cc84de Remove unnecessary descriptions Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 18 March 2021, 16:44:29 UTC
7cc2c4a Take real clusters instead of KMeans clusters in the example Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 18 March 2021, 16:44:03 UTC
3486a53 Update examples/plot_incr_kmeans.py Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 18 March 2021, 16:43:22 UTC
c8b2767 Leo's small fixes and typos Co-authored-by: Léo DS <dsleo@users.noreply.github.com> 18 March 2021, 16:37:18 UTC
ddce79a Bug fix + example 17 March 2021, 12:56:11 UTC
0cddc4f Change sklearn requirement to ensure kmeans work 16 March 2021, 10:04:10 UTC
2f91dbc Fix kmeans++init with fixed clusters 16 March 2021, 08:08:36 UTC
e55f7d7 Update kmeans with recenter feature 03 March 2021, 10:56:11 UTC
23a4aa1 First simple version 02 March 2021, 16:41:42 UTC
0c59d2e Make the starting example a bit lighter 23 February 2021, 14:09:58 UTC
4c3698e Remove plt.close() to have the figure printed 23 February 2021, 13:12:27 UTC
29641d8 Merge pull request #22 from dataiku-research/kmeans_start Add an example to show the effect of starting by KMeans sampling. 16 February 2021, 22:06:03 UTC
04c5560 Prepare v0.0.6 09 February 2021, 10:27:35 UTC
e2263fd Fix Pypi website 09 February 2021, 10:23:05 UTC
a2c35cf Fix URL 09 February 2021, 10:11:18 UTC
05e46cf Fix URL to point to website instead of github 09 February 2021, 10:09:13 UTC
2e04021 Post release fix 09 February 2021, 10:08:15 UTC
764587a Prepare for 0.0.4 release 09 February 2021, 10:03:02 UTC
b0c9470 Fix bugs for documentation build 09 February 2021, 09:41:21 UTC
0a1a9c1 Add missing endline 09 February 2021, 09:37:43 UTC
0e69871 Change website 09 February 2021, 08:47:18 UTC
9c66691 Bug: if indices are added, existing vectors are modified 04 February 2021, 22:57:10 UTC
c4ef29c Fix test and cache 03 February 2021, 18:01:23 UTC
c6ee350 Merge pull request #24 from dataiku/zhadnov-weight fixing weights handling in zhdanov sampler 21 January 2021, 15:12:37 UTC
3918005 fixing weights handling in zhdanov sampler 19 January 2021, 21:58:59 UTC
293deb6 Merge pull request #20 from dataiku/add_cache Add caching system and example 08 January 2021, 18:05:47 UTC
7e1b29b Add writeback option to cache, fix segfault in examples 17 December 2020, 09:19:41 UTC
06235ed Merge branch 'master' into add_cache 14 December 2020, 08:14:06 UTC
f2aa967 Add extension to create nojekyll 30 November 2020, 00:42:19 UTC
4de26d3 Propagate changes to examples 21 November 2020, 01:04:46 UTC
7d5d559 Add cache 20 November 2020, 21:32:58 UTC
dcfecf4 Fix bugs in second example 14 November 2020, 16:25:21 UTC
09cedd6 Update discussion 06 November 2020, 13:00:49 UTC
95c2042 Add an example to show the effect of starting by KMeans sampling. 06 November 2020, 12:50:05 UTC
d291499 Fix figure 06 November 2020, 10:53:09 UTC
back to top