Commit 9a8ba56
Development for multioutput regression (#803)
* PEP8 (#718)
* multioutput_regression
* multioutput_regression
* multioutput_regression
* multioutput regression
* multioutput regression
* multioutput regression
* multioutput regression
* multioutput regression
* #782 showcase pipeline components iteration
* Fixed flake-8 violations
* multi_output regression v1
* fix y_shape in multioutput regression
* fix xy_data_manager change due to merge
* automl.py missing import
* Release note 070 (#842)
* First version of 070 release notes
* Missed a bugfix
* Vim added unexpected space -- fix
* prepare new release (#846)
* Clip predict values to [0-1] in classification
* Fix for 3.5 python!
* Sensible default value of 'score_func' for SelectPercentileRegression (#843)
Currently default value of 'score_func' for SelectPercentileRegression
is "f_classif", which is an invalid value, and will surely be rejected and
will not work
* More robust tmp file naming (#854)
* More robust tmp file naming
* UUID approach
* 771 worst possible result (#845)
* Initial Commit
* Make worst result a function
* worst possible result in metric
* Fixing the name of the scorers
* Add exceptions to log file, not just stdout (#863)
* Add exceptions to log file, not just stdout
* Removing dummy pred as trys is not needed
* Add prediction with models trained with cross-validation (#864)
* add the possibility to predict with cross-validation
* fix unit tests
* test new feature, too
* 715 ml memory (#865)
* #715 Support for no ml memory limit
* API update
* Docs enhancement (#862)
* Improved docs
* Fixed example typos
* Beautify examples
* cleanup examples
* fixed rsa equal
* Move to minmax scaler (#866)
* Do not read predictions in memory, only after score (#870)
* Do not read predictions in memory, only after score
* Precission support for string/int
* Removal of competition manager (#869)
* Removal of competition manager
* Removed additional unused methods/files and moved metrics to estimator
* Fix meta data generation
* Make sure pytest is older newer than 4.6
* Unit tst fixing
* flake8 fixes in examples
* Fix metadata gen metrics
* Fix dataprocessing get params (#877)
* Fix dataprocessing get params
* Add clone-test to regression pipeline
* Allow 1-D threshold binary predictions (#879)
* fix single output regression not working
* regression need no _enusre_prediction_array_size_prediction_array_sizess
* #782 showcase pipeline components iteration
* Fixed flake-8 violations
* Release note 070 (#842)
* First version of 070 release notes
* Missed a bugfix
* Vim added unexpected space -- fix
* prepare new release (#846)
* Clip predict values to [0-1] in classification
* Fix for 3.5 python!
* Sensible default value of 'score_func' for SelectPercentileRegression (#843)
Currently default value of 'score_func' for SelectPercentileRegression
is "f_classif", which is an invalid value, and will surely be rejected and
will not work
* More robust tmp file naming (#854)
* More robust tmp file naming
* UUID approach
* 771 worst possible result (#845)
* Initial Commit
* Make worst result a function
* worst possible result in metric
* Fixing the name of the scorers
* Add exceptions to log file, not just stdout (#863)
* Add exceptions to log file, not just stdout
* Removing dummy pred as trys is not needed
* Add prediction with models trained with cross-validation (#864)
* add the possibility to predict with cross-validation
* fix unit tests
* test new feature, too
* 715 ml memory (#865)
* #715 Support for no ml memory limit
* API update
* Docs enhancement (#862)
* Improved docs
* Fixed example typos
* Beautify examples
* cleanup examples
* fixed rsa equal
* Move to minmax scaler (#866)
* Do not read predictions in memory, only after score (#870)
* Do not read predictions in memory, only after score
* Precission support for string/int
* Removal of competition manager (#869)
* Removal of competition manager
* Removed additional unused methods/files and moved metrics to estimator
* Fix meta data generation
* Make sure pytest is older newer than 4.6
* Unit tst fixing
* flake8 fixes in examples
* Fix metadata gen metrics
* Fix dataprocessing get params (#877)
* Fix dataprocessing get params
* Add clone-test to regression pipeline
* Allow 1-D threshold binary predictions (#879)
* multioutput_regression
* multioutput_regression
* multioutput_regression
* multioutput_regression
* multioutput_regression
* multioutput_regression
* multioutput regression
* multioutput regression
* multioutput regression
* multioutput regression
* multi_output regression v1
* fix y_shape in multioutput regression
* fix xy_data_manager change due to merge
* fix single output regression not working
* regression need no _enusre_prediction_array_size_prediction_array_sizess
* Add prediction with models trained with cross-validation (#864)
* add the possibility to predict with cross-validation
* fix unit tests
* test new feature, too
* multioutput_regression
* multioutput_regression
* multioutput_regression
* Removal of competition manager (#869)
* Removal of competition manager
* Removed additional unused methods/files and moved metrics to estimator
* Fix meta data generation
* Make sure pytest is older newer than 4.6
* Unit tst fixing
* flake8 fixes in examples
* Fix metadata gen metrics
* multioutput after rebased to 0.7.0
Problem:
Cause:
Solution:
* Regressor target y shape index out of range
* Revision for make tester
* Revision: Cancel Multiclass-MultiOuput
* Resolve automl.py metrics(__init__) reg_gb reg_svm
* Fix Flake8 errors
* Fix automl.py flake8
* Preprocess w/ mulitout reg,automl self._n_outputs
* test_estimator.py changed back
* cancel multioutput multiclass for multi reg
* Fix automl self._n_output update placement
* fix flake8
* Kernel pca cancelled mulitout reg
* Kernel PCA test skip python <3.8
* Add test unit for multioutput reg and fix.
* Fix flake8 error
* Kernel PCA multioutput regression
* default kernel to cosine, dodge sklearn=0.22 error
* Kernel PCA should be updated to 0.23
* Kernel PCA uses rbf kernel
* Kernel Pca
* Modify labels in reg, class, perpro in examples
* Kernel PCA
* Add missing supports to mincoal and truncateSVD
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: chico <[email protected]>
Co-authored-by: Francisco Rivera Valverde <[email protected]>
Co-authored-by: Xiaodong DENG <[email protected]>1 parent b180a37 commit 9a8ba56
File tree
78 files changed
+206
-74
lines changed- autosklearn
- data
- evaluation
- metrics
- pipeline
- components
- classification
- data_preprocessing
- balancing
- categorical_encoding
- category_shift
- imputation
- minority_coalescense
- rescaling
- variance_threshold
- feature_preprocessing
- regression
- util
- examples
- test
- test_automl
- test_pipeline
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+206
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
940 | 939 | | |
941 | | - | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
942 | 944 | | |
943 | 945 | | |
944 | 946 | | |
945 | 947 | | |
| 948 | + | |
946 | 949 | | |
947 | 950 | | |
948 | 951 | | |
| |||
1097 | 1100 | | |
1098 | 1101 | | |
1099 | 1102 | | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
1100 | 1106 | | |
1101 | 1107 | | |
1102 | 1108 | | |
| |||
1110 | 1116 | | |
1111 | 1117 | | |
1112 | 1118 | | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
1117 | 1124 | | |
1118 | 1125 | | |
| 1126 | + | |
| 1127 | + | |
1119 | 1128 | | |
1120 | 1129 | | |
1121 | 1130 | | |
1122 | 1131 | | |
1123 | | - | |
| 1132 | + | |
1124 | 1133 | | |
1125 | 1134 | | |
1126 | 1135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
803 | 802 | | |
804 | 803 | | |
805 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
295 | | - | |
| 296 | + | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments