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

DOC Add example showcasing HGBT regression #26991

Merged
merged 67 commits into from
Feb 22, 2024

Commits on Aug 2, 2023

  1. DOC Add example showcasing HGBT regression

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4240074 View commit details
    Browse the repository at this point in the history
  2. Replace the landing-page figure

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9728566 View commit details
    Browse the repository at this point in the history
  3. Several tweaks

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7842e6d View commit details
    Browse the repository at this point in the history
  4. Wording

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f5ac584 View commit details
    Browse the repository at this point in the history
  5. Add cross-links from other examples

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    353329d View commit details
    Browse the repository at this point in the history
  6. Use dictionary to define monotonic_cst

    ArturoAmorQ committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1d56abd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78eda9d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add cross-links in the documentation

    ArturoAmorQ committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ff89b7c View commit details
    Browse the repository at this point in the history
  2. Change title

    ArturoAmorQ committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    543d280 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1550069 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    ArturoAmorQ and lorentzenchr committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b77ab5c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hgbt_new_example' of github.com:ArturoAmorQ/scikit-lear…

    …n into hgbt_new_example
    ArturoAmorQ committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0126963 View commit details
    Browse the repository at this point in the history
  4. Iter on suggestions from code-review

    ArturoAmorQ committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4689b0f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2685f9b View commit details
    Browse the repository at this point in the history
  2. Remove comment that will no longer be true in v1.4

    ArturoAmorQ committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    86f8f67 View commit details
    Browse the repository at this point in the history
  3. Address comment from Christian on calibration

    ArturoAmorQ committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    35c065a View commit details
    Browse the repository at this point in the history
  4. Address comment from Christian on bias

    ArturoAmorQ committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c3e01fc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Apply suggestions from code review

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    ArturoAmorQ and lorentzenchr committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    093b8dd View commit details
    Browse the repository at this point in the history
  2. Iter on suggestions

    ArturoAmorQ committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ff2888f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Silence warning from DataFrame.groupby

    ArturoAmorQ committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7471959 View commit details
    Browse the repository at this point in the history
  2. Add discussion on early stopping

    ArturoAmorQ committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9a486b8 View commit details
    Browse the repository at this point in the history
  3. Wording

    ArturoAmorQ committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    822f3db View commit details
    Browse the repository at this point in the history
  4. Rename instances of hgbt

    ArturoAmorQ committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    97cf642 View commit details
    Browse the repository at this point in the history
  5. Remove distinction on type of missingness

    ArturoAmorQ committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    60d8f61 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Apply suggestions from code review

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8799932 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e89c942 View commit details
    Browse the repository at this point in the history
  3. Use numbered list

    ArturoAmorQ committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c3c883c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9ddaf6f View commit details
    Browse the repository at this point in the history
  2. Prefer lineplot instead of pairplot

    ArturoAmorQ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    26ddf3b View commit details
    Browse the repository at this point in the history
  3. Prefer sample over example

    ArturoAmorQ committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4d70038 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Remove stepwise constant piece of dataset

    ArturoAmorQ committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5b0dcfd View commit details
    Browse the repository at this point in the history
  2. Plot predictions on unseen data

    ArturoAmorQ committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    29146ae View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Refactor code

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    25978ae View commit details
    Browse the repository at this point in the history
  2. Use train set for determining max_iter

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    16a19b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70c021f View commit details
    Browse the repository at this point in the history
  4. Reference the problem of coverage

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5cf52c2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a8f68dd View commit details
    Browse the repository at this point in the history
  6. Fix typo

    ArturoAmorQ committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    214a083 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Apply suggestions from code review

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    64ff629 View commit details
    Browse the repository at this point in the history
  2. Prefer ax instead of plt to plot

    ArturoAmorQ committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    604283e View commit details
    Browse the repository at this point in the history
  3. Add brief interpretation of plot

    ArturoAmorQ committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    11d165c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Revert use of numbered list

    ArturoAmorQ committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3abb0c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    13d7a4c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    6142af3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Apply suggestions from code review

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    ArturoAmorQ and lorentzenchr committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7c84068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db0094 View commit details
    Browse the repository at this point in the history
  3. Lint

    ArturoAmorQ committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    dcdf851 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7bfc635 View commit details
    Browse the repository at this point in the history
  2. Fix FutureWarning

    ArturoAmorQ committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ab0e21a View commit details
    Browse the repository at this point in the history
  3. List of features as suggested by Christian

    ArturoAmorQ committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c4d1b3b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Simplify code

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    ArturoAmorQ and lorentzenchr committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    49587ab View commit details
    Browse the repository at this point in the history
  2. Print simple stats

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    42c1742 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    37bb831 View commit details
    Browse the repository at this point in the history
  4. Use programmatic way to round up n_iter

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d1b809a View commit details
    Browse the repository at this point in the history
  5. Set random state for deterministic results

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5b18755 View commit details
    Browse the repository at this point in the history
  6. Add explanation on time-aware cross validation

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9499e61 View commit details
    Browse the repository at this point in the history
  7. Add comment on overcronstraining feature

    ArturoAmorQ committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3b1789e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Apply suggestion from Guillaume

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d972fae View commit details
    Browse the repository at this point in the history
  2. Update examples/ensemble/plot_adaboost_regression.py

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    ArturoAmorQ and lorentzenchr committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9f49ad5 View commit details
    Browse the repository at this point in the history
  3. Format

    ArturoAmorQ committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d333c6d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    593c5fb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    d46cd41 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update examples/ensemble/plot_hgbt_regression.py

    Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
    ArturoAmorQ and glemaitre committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c4a79e6 View commit details
    Browse the repository at this point in the history
  2. Fix random_state

    ArturoAmorQ committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1010ecc View commit details
    Browse the repository at this point in the history
  3. Wording as suggested by Guillaume

    ArturoAmorQ committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    31db489 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/scikit-learn/scikit-learn i…

    …nto hgbt_new_example
    ArturoAmorQ committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5e19545 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hgbt_new_example' of github.com:ArturoAmorQ/scikit-lear…

    …n into hgbt_new_example
    ArturoAmorQ committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ea70999 View commit details
    Browse the repository at this point in the history