Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example multi-output regression #1136

Merged
merged 3 commits into from
May 21, 2021

Conversation

isaac-chung
Copy link
Contributor

@isaac-chung isaac-chung commented Apr 24, 2021

Resolves issue #1057, regarding adding an example for multi-output (multi-label) regression.

Copy link
Contributor

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example looks good to me, thanks a lot for your contribution.

What do you think about adding another cell which shows the configuration space to demonstrate that it is reduced (i.e. no SVM)?

@isaac-chung
Copy link
Contributor Author

Thanks @mfeurer .

And sure. Would it be simply a call to print(automl.get_configuration_space(X_train, y_train))?

@mfeurer
Copy link
Contributor

mfeurer commented May 4, 2021

Yes, exactly, thanks a lot. Will merge once the checks are done.

@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #1136 (883c92d) into development (0982410) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1136      +/-   ##
===============================================
- Coverage        85.83%   85.81%   -0.02%     
===============================================
  Files              137      137              
  Lines            10625    10625              
===============================================
- Hits              9120     9118       -2     
- Misses            1505     1507       +2     
Impacted Files Coverage Δ
...ine/components/feature_preprocessing/kernel_pca.py 94.73% <0.00%> (-1.76%) ⬇️
..._preprocessing/select_percentile_classification.py 87.93% <0.00%> (-1.73%) ⬇️
autosklearn/ensemble_builder.py 76.65% <0.00%> (-0.41%) ⬇️
...ine/components/classification/gradient_boosting.py 92.17% <0.00%> (+0.86%) ⬆️
...ature_preprocessing/select_rates_classification.py 87.32% <0.00%> (+1.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0982410...883c92d. Read the comment docs.

@isaac-chung isaac-chung requested a review from mfeurer May 15, 2021 21:11
@mfeurer mfeurer merged commit 03928c9 into automl:development May 21, 2021
@isaac-chung isaac-chung deleted the development branch December 5, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants