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

sort by:
Revision Author Date Message Commit Date
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
501532c Remove unnecessary variable 06 November 2020, 10:50:41 UTC
9103383 Remove unecessary enumerate 06 November 2020, 10:43:55 UTC
3aff328 Update wrong test 04 November 2020, 14:38:15 UTC
8d88883 Adress comments 04 November 2020, 14:34:29 UTC
4a523d5 Add resume experiment 04 November 2020, 09:31:41 UTC
7ef06c5 Iter 04 November 2020, 09:25:10 UTC
2a491e1 Iter 04 November 2020, 09:25:02 UTC
b8b8a2d Merge pull request #21 from simonamaggio/patch-1 Fix typos in README.md Thanks for the fixes @simonamaggio ! 27 October 2020, 12:31:07 UTC
177d7a3 Fix typos 26 October 2020, 11:15:57 UTC
97c4bb0 Split the experiment example in one resume and one replay 23 October 2020, 13:46:23 UTC
e7dbbf1 Start adressing comments 23 October 2020, 07:20:53 UTC
d786458 Add caching system and example 19 October 2020, 22:27:31 UTC
cf82aad Fix a bug in sample weighting for clustering A test was performed on the weight that was passing if the weights were a list but failing in case of numpy array. 08 August 2020, 18:37:46 UTC
1125fda Add google analytics id 16 June 2020, 10:15:27 UTC
7e5bf12 Add LICENSE to setup.py 03 June 2020, 08:11:47 UTC
91a5b50 Bump version number 03 June 2020, 05:39:52 UTC
126a321 Replace logo with static URL to be loaded on Pipy 03 June 2020, 05:23:25 UTC
6bac6d9 Set long description type 03 June 2020, 05:13:53 UTC
ee29df4 Merge pull request #12 from dataiku/metrics Add a metrics module to easily log them 02 June 2020, 11:48:32 UTC
1dc1c19 Merge pull request #19 from dataiku/dsleo-readme-startedcode Adding starter code to README.md 02 June 2020, 11:30:21 UTC
b675df6 small rewording of readme.Md 02 June 2020, 10:31:10 UTC
d095485 Turn contradiction metric into stopping criterion 28 May 2020, 15:32:30 UTC
b620536 merge doc 26 May 2020, 15:10:23 UTC
8744d02 Small fixes 26 May 2020, 11:49:50 UTC
f56015d Adding starter code to README.md Plus distinction between fixed and incremental testing set. 26 May 2020, 07:11:17 UTC
def7475 Add a proper example page 23 May 2020, 15:21:12 UTC
fd40e16 Fix tag 23 May 2020, 12:58:31 UTC
b851551 Merge pull request #18 from dataiku/clustering-doc Rewording clustering example doc 23 May 2020, 12:36:17 UTC
e5c5b49 rewording clustering doc 22 May 2020, 16:41:46 UTC
d21a455 FIx enum 22 May 2020, 15:38:17 UTC
0e6c581 Add changes 22 May 2020, 14:37:51 UTC
495a62c Merge pull request #16 from dataiku/fix_doc Fix comments in the metrics example. 22 May 2020, 13:55:30 UTC
abe8057 Set 50 as a parameter. 22 May 2020, 13:51:41 UTC
0ba2522 Resize logo 11 May 2020, 15:45:41 UTC
b76d08a Rearranging of README.md Small cosmetic adjustments 11 May 2020, 12:43:13 UTC
ba44683 Update README.md 06 May 2020, 16:10:50 UTC
f9c86de Update README.md 06 May 2020, 15:56:04 UTC
07cad59 format editing again 04 May 2020, 21:44:37 UTC
cce4fe9 some small rewording 04 May 2020, 21:40:32 UTC
5d9bdd1 Merge pull request #13 from dataiku/zhdanov adding Zhdanov sampler + example 04 May 2020, 21:28:07 UTC
809c2ce Merge pull request #17 from dataiku/contributing Add contributing.md rules 04 May 2020, 21:24:56 UTC
94d115a Fix docstring 04 May 2020, 20:48:55 UTC
b07d62e Add doc to metrics 04 May 2020, 20:48:23 UTC
016dd2b Change adaptive sampler description 04 May 2020, 20:28:32 UTC
73b5434 Fix the contradiction interpretation 04 May 2020, 20:14:10 UTC
0c49d40 Add contribution rules 04 May 2020, 19:49:33 UTC
43b184f License 04 May 2020, 15:40:14 UTC
6e8ddd5 Typo 04 May 2020, 15:39:54 UTC
791357e Add license files 04 May 2020, 15:38:20 UTC
7f14453 Fix typo 04 May 2020, 14:41:22 UTC
f9e23f3 Merge pull request #15 from dataiku/doc-proposal Documentation review 04 May 2020, 14:40:37 UTC
back to top