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

feat: discretize table #327

Merged
merged 41 commits into from
Jul 7, 2023
Merged

feat: discretize table #327

merged 41 commits into from
Jul 7, 2023

Commits on May 26, 2023

  1. add Discretizer file

    robmeth committed May 26, 2023
    Configuration menu
    Copy the full SHA
    32f8c91 View commit details
    Browse the repository at this point in the history
  2. add tests for Discretizer

    robmeth committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b2705e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d06d95 View commit details
    Browse the repository at this point in the history
  4. added Discretizer to init file

    remove warnings
    remove inverse_transform bc the Discretizer isn't invertable
    robmeth committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d88cdec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a21a52 View commit details
    Browse the repository at this point in the history
  6. removed comment

    robmeth committed May 26, 2023
    Configuration menu
    Copy the full SHA
    432fde4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    603fda0 View commit details
    Browse the repository at this point in the history
  8. Merge branch '143-discretize-table' of https://github.com/Safe-DS/Stdlib

     into 143-discretize-table
    robmeth committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2e72846 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 23, 2023

  1. requested changes

    robmeth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2e8cf27 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 143-discretize-table

    # Conflicts:
    #	src/safeds/data/tabular/transformation/__init__.py
    robmeth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    146cb54 View commit details
    Browse the repository at this point in the history
  3. requested changes

    robmeth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a3e46bb View commit details
    Browse the repository at this point in the history
  4. import changes

    robmeth committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b33a95f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0435b55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf55a5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b58a0d View commit details
    Browse the repository at this point in the history
  6. fixed import

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4a7520a View commit details
    Browse the repository at this point in the history
  7. fixed import

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    452b1d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99f1391 View commit details
    Browse the repository at this point in the history
  9. fixed import

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    93fe3cc View commit details
    Browse the repository at this point in the history
  10. merge conflict

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    820ae0a View commit details
    Browse the repository at this point in the history
  11. change order of errors

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    30b5482 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7214b68 View commit details
    Browse the repository at this point in the history
  13. requested changes

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cf38032 View commit details
    Browse the repository at this point in the history
  14. requested changes

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2a5b687 View commit details
    Browse the repository at this point in the history
  15. Merge branch '143-discretize-table' of https://github.com/Safe-DS/Stdlib

     into 143-discretize-table
    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bcd834f View commit details
    Browse the repository at this point in the history
  16. make linter happy

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    135aa9e View commit details
    Browse the repository at this point in the history
  17. make linter happy

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4e48200 View commit details
    Browse the repository at this point in the history
  18. make linter happy

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c113b59 View commit details
    Browse the repository at this point in the history
  19. make linter happy

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1f332aa View commit details
    Browse the repository at this point in the history
  20. make linter happy

    robmeth committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7f0775e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9b5edf0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    11a9803 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed00f74 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7b5df1b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    be05305 View commit details
    Browse the repository at this point in the history
  2. Merge branch '143-discretize-table' of https://github.com/Safe-DS/Stdlib

     into 143-discretize-table
    robmeth committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bc92b9a View commit details
    Browse the repository at this point in the history
  3. requested changes

    robmeth committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b2c1b29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85827e4 View commit details
    Browse the repository at this point in the history