Commit 355ed13
Fix fetch_openml broken pandas dependency (#87)
* Add pam algorithm
* pam algorithm, not naive.
* black reformat
* Fix mistake in code
* optimization of the algorithm for speed, review from @kno10
* remove generator for couples
* fix mistake
* Update pam review 2
* fix mistake
* cython implementation
* add test
* disable openmp for windows and mac
* fix black
* fix setup.py for windows
* remove test
* change review
* fix black
* Add build, remove parallel computing
* Apply suggestions from code review
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
* apply suggested change & rename alternating to alternate.
* fix test
* make build default. Allow max_iter = 0 for build-only algo
* Test for method and init
* test on blobs example
* fix typo
* fix difference long/long long windows vs linux
* try another fix for windows/linux long difference
* test another fix cython long/int on different platforms
* test all in int, cython kmedoid
* Add doc cluster module, update doc kmedoids, change examples.
* fix black
* fix openml
* fix fetch_openml as_frame
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>1 parent 04e54c2 commit 355ed13
File tree
2 files changed
+3
-2
lines changed- examples/robust
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments