We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c66ebf commit 61cbba7Copy full SHA for 61cbba7
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## Changelog
2
3
+### Version 1.1.0
4
+
5
+- Added `syndiffix.py` python wrapper for ML feature selection.
6
+- Lowered default thresholds for range and singularity nodes to 15 and 5.
7
+- Improved clustering algorithm for main column.
8
+- Added `--output` (`-o`) CLI argument to directly save the CSV file to disk.
9
+- Added `--clustering-mainfeatures <features>` CLI argument to specify main column's ML features.
10
+- Added `--clusters <clusters>` CLI argument which allows defining clusters manually.
11
12
### Version 1.0.2
13
14
- Fixed a bug in the computation of low-count/range/singularity thresholds' mean.
0 commit comments