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

660/truncate feature values #661

Merged
merged 13 commits into from
Oct 6, 2023
Merged

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    26a0081 View commit details
    Browse the repository at this point in the history
  2. feat: add clamp setting for rsmpredict and rsmtool

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    938ae02 View commit details
    Browse the repository at this point in the history
  3. feat: add clamp setting for rsmxval

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    27e370f View commit details
    Browse the repository at this point in the history
  4. fix: Rename the config name

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7f19cfe View commit details
    Browse the repository at this point in the history
  5. docs: add details on truncate outliers in each context

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b01a073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    546219c View commit details
    Browse the repository at this point in the history
  7. fix: address PR comments

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1de5b74 View commit details
    Browse the repository at this point in the history
  8. fix: address PR comments

    Zhaoyang Xie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4d31f66 View commit details
    Browse the repository at this point in the history
  9. refactor: remove unnnecessary function

    Use a simple `for` loop to verify and overwrite the values of
    `standardize_features` and `truncate_outliers` for rsmexplain.
    desilinguist committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f377618 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f977cb9 View commit details
    Browse the repository at this point in the history
  11. test: add new rsmexplain tests

    Add new tests to check that `truncate_outliers` values are correctly
    overwritten when necessary.
    desilinguist committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ed86ad6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    387aa2c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix: restore config_rsmtool.json

    Zhaoyang Xie committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    66b98af View commit details
    Browse the repository at this point in the history