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 polars version of dummy proba regressor #447

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2024

  1. inital commit

    julian-fong committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    078a6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3dc3b View commit details
    Browse the repository at this point in the history
  3. updates

    julian-fong committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c0340e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    99f08e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4cb58f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. initial commit

    julian-fong committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2cbb933 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. intial commit

    julian-fong committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c94b612 View commit details
    Browse the repository at this point in the history
  2. updated _convert

    julian-fong committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    17c3126 View commit details
    Browse the repository at this point in the history
  3. updated to from_pandas

    julian-fong committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fc46414 View commit details
    Browse the repository at this point in the history
  4. removed duplicative code

    julian-fong committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ae9ee7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ea699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    446e180 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    c220f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8cacd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d3f40 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. refactored check_polars_frame to ignore __index__ columns and edited …

    …examples to use conversion methods
    julian-fong committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    16e8f51 View commit details
    Browse the repository at this point in the history
  2. bug fix

    julian-fong committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8f97233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf810c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d4d2d1 View commit details
    Browse the repository at this point in the history
  5. removed line

    julian-fong committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6498824 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98f668a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    b7e0d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6d698 View commit details
    Browse the repository at this point in the history
  3. fixed import

    julian-fong committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    99a6bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26c5d2f View commit details
    Browse the repository at this point in the history
  5. inital commit

    julian-fong committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d227036 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19ee986 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05d1e19 View commit details
    Browse the repository at this point in the history
  8. fixed typo

    julian-fong committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7f6e052 View commit details
    Browse the repository at this point in the history
  9. fixed typo

    julian-fong committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ca79f83 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. test updates

    julian-fong committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    59cce04 View commit details
    Browse the repository at this point in the history
  2. test updates

    julian-fong committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a3c7fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857f706 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update dummy_polars.py

    Fixed sigma to use std instead of var
    julian-fong authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    261cf85 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

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

Commits on Sep 10, 2024

  1. updates

    julian-fong committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9bc13d5 View commit details
    Browse the repository at this point in the history
  2. removed unused import

    julian-fong committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f6a5c3 View commit details
    Browse the repository at this point in the history