You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EHN] Add jointly option for min_max_scale (#1112)
* [EHN] Add `entire_data` for `min_max_scale`
to transform each column
* Update the description of function
* highlight the keywords
* Update examples
* Rename function
* Update test suitcases
* Ignore darglint error
* Update test results
* correct variable name
* Miss data
* Update example result
* `entire_data` -> `jointly`
* Update description
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add changelog section
* Update CHANGELOG.md
* lint codes
* lint codes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
-[ENH] Extend select_columns to support non-string columns. Also allow selection on MultiIndex columns via level parameter. #1105@samukweku
9
9
-[ENH] Performance improvement for groupby_topk. #1093@samukweku
10
10
-[EHN]`min_max_scale` drop `old_min` and `old_max` to fit sklearn's method API. Issue #1068@Zeroto521
11
+
-[EHN] Add `jointly` option for `min_max_scale` support to transform each column values or entire values. Default transform each column, similar behavior to `sklearn.preprocessing.MinMaxScaler`. Issue #1067@Zeroto521
0 commit comments