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

KTP-762 Implemented Linear Quantile Regression Model #529

Merged
merged 8 commits into from
Apr 3, 2024

Commits on Mar 29, 2024

  1. feature(KTP-762): Added linear quantile model, tests and additional m…

    …issing values handler.
    
    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f918ec4 View commit details
    Browse the repository at this point in the history
  2. feature(KTP-762): Added irrelevant feature filtering for linear quant…

    …ile regression model.
    
    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    032c97d View commit details
    Browse the repository at this point in the history
  3. feature(KTP-762): Code style fixes

    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c6c34db View commit details
    Browse the repository at this point in the history
  4. fix(KTP-762): Added license

    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    94b8a60 View commit details
    Browse the repository at this point in the history
  5. fix(KTP-758): Fixed unit test issues.

    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f63608b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feature(KTP-762): Changed load/y normalization range to (-1,1). Updat…

    …ed documentation for MissingValueTransformer and LinearQuantile. Applied code fix suggestions from Sonarcloud.
    
    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    db10280 View commit details
    Browse the repository at this point in the history
  2. Format Python code with Black

    Signed-off-by: black <[email protected]>
    actions-user committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    43be69f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feature(KTP-762): Bump pipeline execution.

    Signed-off-by: Egor Dmitriev <[email protected]>
    egordm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c8d3d46 View commit details
    Browse the repository at this point in the history