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

ENH add partial_fit for DecisionTreeClassifier #50

Closed
wants to merge 147 commits into from

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    1542765 View commit details
    Browse the repository at this point in the history
  2. Update _tree.pxd

    PSSF23 committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    8ded0f7 View commit details
    Browse the repository at this point in the history
  3. Remove unused attribute

    PSSF23 committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d6d5879 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate operations

    PSSF23 committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    0ed0819 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

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

Commits on Nov 11, 2020

  1. Catch AttributeError

    PSSF23 committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6ca6725 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Evaluate tree building logic

    PSSF23 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a403f5b View commit details
    Browse the repository at this point in the history
  2. Follow node addition logic

    PSSF23 committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    cb4cf43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7af31 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Work with high variability

    PSSF23 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    c24c87a View commit details
    Browse the repository at this point in the history
  2. Fix y coordinates

    PSSF23 committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    5e6685c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Duplicate sample organization

    PSSF23 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5f6c373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac15f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a94fa2 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    PSSF23 committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d6c03a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Remove capacity resetting

    PSSF23 committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    7a3985a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Resolve 1 node tree problem

    PSSF23 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4f8605e View commit details
    Browse the repository at this point in the history
  2. Optimize node order

    PSSF23 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    11764a1 View commit details
    Browse the repository at this point in the history
  3. Update _tree.pyx

    PSSF23 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    02ca737 View commit details
    Browse the repository at this point in the history
  4. Optimize partial_fit api

    PSSF23 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    92f7e18 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    ab51a53 View commit details
    Browse the repository at this point in the history
  2. Fix linting

    PSSF23 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f05a3b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. FIX add __reduce__ functions

    PSSF23 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e1b6658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a4174 View commit details
    Browse the repository at this point in the history
  3. FIX black format the code

    PSSF23 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    0a5420c View commit details
    Browse the repository at this point in the history
  4. FIX remove min_impurity_split

    PSSF23 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    19893c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdd1dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4cbfa4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f4b664 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3562219 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93ead2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfaa18c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Revert "FIX remove FutureWarning filter"

    This reverts commit 3562219.
    PSSF23 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    73779c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d724c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3f15ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    992e34a View commit details
    Browse the repository at this point in the history
  5. Revert "MAINT remove duplicate category"

    This reverts commit d3f15ad.
    PSSF23 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2a72c8f View commit details
    Browse the repository at this point in the history
  6. FIX change parameter order

    PSSF23 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    68d2d7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    631a953 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ae93b8 View commit details
    Browse the repository at this point in the history
  9. FIX add class indices

    PSSF23 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    23fd392 View commit details
    Browse the repository at this point in the history
  10. FIX revert class changes

    PSSF23 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    665ceef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85689d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Oct 13, 2021

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

Commits on Oct 18, 2021

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

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    30a6237 View commit details
    Browse the repository at this point in the history
  2. DOC add changelog

    PSSF23 authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    814e67e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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

Commits on Nov 17, 2021

  1. DOC optimize log format

    PSSF23 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f0d0eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e62e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef4f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Nov 29, 2021

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

Commits on Nov 30, 2021

  1. FIX optimize n_classes format

    PSSF23 authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    55a6b4b View commit details
    Browse the repository at this point in the history
  2. FIX add internal function

    PSSF23 authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8d3f5c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. MNT remove unnecessary checks

    PSSF23 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c47bbb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Mar 29, 2023

  1. [EXAMPLE DIFF] (Tree featuresv2) Fork of sklearn that maintains all n…

    …ecessary refactorings to enable downstream functionality (scikit-learn#32)
    
    #### Reference Issues/PRs
    This is the most up-to-date PR branch to consolidate all proposed
    refactor changes that work with:
    
    - unsupervised trees
    - oblique trees
    - no performance/runtime regressions against main
    
    #### What does this implement/fix? Explain your changes.
    Incorporates refactors to:
    
    Internal Cython of scikit-learn's:
    - criterion
    - splitter
    - tree
    
    Internals of Python in scikit-learns:
    - python Tree
    
    Adds the basic implementation of oblique trees. The implementation of
    oblique trees has been tested on all sklearn's `check_estimator` testing
    function and has error-checking bounds for the new hyperparameter
    introduced, which is `feature_combinations` that defaults to ``min(1.5,
    n_features)``.
    
    TODO:
    1. [ ] ~Add honest support for trees (splitting the data at the Python
    API level)~
    2. [x] Build wheels
    3. [ ] ~Brainstorm unit-tests, or weekly checks to determine when our
    fork is out-of-date compared to upstream sklearn~
    4. [x] Revamp README for the fork
    
    #### Any other comments?
    
    [cd build]
    
    ---------
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    Co-authored-by: Chester Huynh <chester.huynh924@gmail.com>
    Co-authored-by: Parth Vora <pvora4@jhu.edu>
    3 people authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0ac8a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927d2a9 View commit details
    Browse the repository at this point in the history
  3. Docs (scikit-learn#39)

    #### Reference Issues/PRs
    Fixes README and wheel building
    
    
    ---------
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    475bd05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a2176 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

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

Commits on Apr 4, 2023

  1. Release v1.2.2

    <!--
    Thanks for contributing a pull request! Please ensure you have taken a
    look at
    the contribution guidelines:
    https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md
    -->
    
    #### Reference Issues/PRs
    <!--
    Example: Fixes scikit-learn#1234. See also scikit-learn#3456.
    Please use keywords (e.g., Fixes) to create link to the issues or pull
    requests
    you resolved, so that they will automatically be closed when your pull
    request
    is merged. See
    https://github.com/blog/1506-closing-issues-via-pull-requests
    -->
    
    
    #### What does this implement/fix? Explain your changes.
    
    
    #### Any other comments?
    
    
    <!--
    Please be aware that we are a loose team of volunteers so patience is
    necessary; assistance handling other issues is very welcome. We value
    all user contributions, no matter how minor they are. If we are slow to
    review, either the pull request needs some benchmarking, tinkering,
    convincing, etc. or more likely the reviewers are simply busy. In either
    case, we ask for your understanding during the review process.
    For more information, see our FAQ on this topic:
    
    http://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention.
    
    Thanks for contributing!
    -->
    
    ---------
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    706a742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db58884 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 11, 2023

  1. Update README

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a22db03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b6175 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

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

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. Merging

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c41c983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5b69a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 28, 2023

  1. Merging

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    12d45d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1837ae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Adding working submodule

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9c5321d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2544c5 View commit details
    Browse the repository at this point in the history
  3. Merged main

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f82f258 View commit details
    Browse the repository at this point in the history
  4. Successful merge with the missing value support

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7e38502 View commit details
    Browse the repository at this point in the history
  5. Add cyton headers

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    34a5621 View commit details
    Browse the repository at this point in the history
  6. Fix imports to be absolute

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f35c758 View commit details
    Browse the repository at this point in the history
  7. Fix forest import

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    45320b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    5a2ac9a View commit details
    Browse the repository at this point in the history
  2. Fix classes and criterion

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    49526f0 View commit details
    Browse the repository at this point in the history
  3. Working..

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2105949 View commit details
    Browse the repository at this point in the history
  4. Add leaf storage ability

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9b07f2a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. [ENH] Adding leaf node samples to be stored when "quantile" tree is t…

    …urned on (scikit-learn#45)
    
    #### Reference Issues/PRs
    Addresses the quantile-trees part of:
    neurodata/treeple#29
    
    
    #### What does this implement/fix? Explain your changes.
    1. Stores for each leaf node a 2D numpy array of the y-samples (remember
    `y` is (n_samples, n_outputs))
    2. Does this all the way in Criterion
    3. Only supports supervised tree/splitter/criterion
    4. merges in `main` changes.
    
    #### Any other comments?
    
    
    <!--
    Please be aware that we are a loose team of volunteers so patience is
    necessary; assistance handling other issues is very welcome. We value
    all user contributions, no matter how minor they are. If we are slow to
    review, either the pull request needs some benchmarking, tinkering,
    convincing, etc. or more likely the reviewers are simply busy. In either
    case, we ask for your understanding during the review process.
    For more information, see our FAQ on this topic:
    
    http://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention.
    
    Thanks for contributing!
    -->
    
    ---------
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    21ccb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545e2a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Add quantile

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    855ee19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7b450 View commit details
    Browse the repository at this point in the history
  3. Add check input

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3f5cb65 View commit details
    Browse the repository at this point in the history
  4. Try to fix docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7401ddc View commit details
    Browse the repository at this point in the history
  5. Try to fix docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    13e2913 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Fix docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    43aa3ef View commit details
    Browse the repository at this point in the history
  2. Fix docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    fe3072f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix the predict quantiles docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2d4de9a View commit details
    Browse the repository at this point in the history
  2. Fix the predict quantiles docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1c1ec8c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merging main, but with two test failures

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1994f15 View commit details
    Browse the repository at this point in the history
  2. Remove some diff

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4bc651d View commit details
    Browse the repository at this point in the history
  3. Fix regression error

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    cc035d0 View commit details
    Browse the repository at this point in the history
  4. Fix boolean

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4840d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    a6a6b0e View commit details
    Browse the repository at this point in the history
  2. Added doc to store_leaf_values

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fdf2e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be902cc View commit details
    Browse the repository at this point in the history
  4. Merging main

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5b7ce7e View commit details
    Browse the repository at this point in the history
  5. Fix now

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9655d01 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Bring in monotonicity (scikit-learn#47)

    <!--
    Thanks for contributing a pull request! Please ensure you have taken a
    look at
    the contribution guidelines:
    https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md
    -->
    
    #### Reference Issues/PRs
    <!--
    Example: Fixes scikit-learn#1234. See also scikit-learn#3456.
    Please use keywords (e.g., Fixes) to create link to the issues or pull
    requests
    you resolved, so that they will automatically be closed when your pull
    request
    is merged. See
    https://github.com/blog/1506-closing-issues-via-pull-requests
    -->
    
    
    #### What does this implement/fix? Explain your changes.
    
    
    #### Any other comments?
    
    
    <!--
    Please be aware that we are a loose team of volunteers so patience is
    necessary; assistance handling other issues is very welcome. We value
    all user contributions, no matter how minor they are. If we are slow to
    review, either the pull request needs some benchmarking, tinkering,
    convincing, etc. or more likely the reviewers are simply busy. In either
    case, we ask for your understanding during the review process.
    For more information, see our FAQ on this topic:
    
    http://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention.
    
    Thanks for contributing!
    -->
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6b57c58 View commit details
    Browse the repository at this point in the history
  2. Complete merge

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    df0fae2 View commit details
    Browse the repository at this point in the history
  3. Fix splitter

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    34e540a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 19, 2023

  1. Merging main

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a927669 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e9d702b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fix linting

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce6a727 View commit details
    Browse the repository at this point in the history
  2. Fix docstring

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    00a3595 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    329cbc8 View commit details
    Browse the repository at this point in the history
  4. Fix unit test

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8b5d0f9 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    38bade7 View commit details
    Browse the repository at this point in the history
  6. Adding fix

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    feffdeb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Fixed

    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2bb5f1c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    5f68744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1e20d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    fbf49a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87760b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d83cc1b View commit details
    Browse the repository at this point in the history
  4. FIX update numpy usage

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6c0a3e3 View commit details
    Browse the repository at this point in the history
  5. Revert "FIX update numpy usage"

    This reverts commit 6c0a3e3.
    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    db66c7b View commit details
    Browse the repository at this point in the history
  6. FIX resolve conflicts

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c868e9e View commit details
    Browse the repository at this point in the history
  7. FIX correct nogil location

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c42a29c View commit details
    Browse the repository at this point in the history
  8. FIX remove deprecated import

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    af2918f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    876285c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1599018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f20a4fa View commit details
    Browse the repository at this point in the history
  12. FIX optimize cython method

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f556e0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b226e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d88dd28 View commit details
    Browse the repository at this point in the history
  15. DOC update cython variable

    PSSF23 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c894f60 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. ENH optimize efficiency & FIX correct param order

    Co-Authored-By: Adam Li <3460267+adam2392@users.noreply.github.com>
    PSSF23 and adam2392 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6907a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b2def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0133ee1 View commit details
    Browse the repository at this point in the history
  4. FIX remove duplicate method

    PSSF23 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d4d677e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. [MERGE] Merge changes from sklearn main (scikit-learn#52)

    Merging latest changes from sklearn main
    
    #### What does this implement/fix? Explain your changes.
    
    
    #### Any other comments?
    
    
    <!--
    Please be aware that we are a loose team of volunteers so patience is
    necessary; assistance handling other issues is very welcome. We value
    all user contributions, no matter how minor they are. If we are slow to
    review, either the pull request needs some benchmarking, tinkering,
    convincing, etc. or more likely the reviewers are simply busy. In either
    case, we ask for your understanding during the review process.
    For more information, see our FAQ on this topic:
    
    http://scikit-learn.org/dev/faq.html#why-is-my-pull-request-not-getting-any-attention.
    
    Thanks for contributing!
    -->
    
    ---------
    
    Signed-off-by: Adam Li <adam2392@gmail.com>
    adam2392 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6ec023b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    423fa49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcc0758 View commit details
    Browse the repository at this point in the history