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: plot decision tree #876

Merged
merged 37 commits into from
Jul 12, 2024
Merged

feat: plot decision tree #876

merged 37 commits into from
Jul 12, 2024

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    dd1300d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c730d0 View commit details
    Browse the repository at this point in the history
  3. new snapshot for regressor

    timwirt committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ec712e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab2a05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2373f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. added snapshot for linux

    SamanHushi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4a8fb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829b95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dffdf42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a441379 View commit details
    Browse the repository at this point in the history
  5. styling

    SamanHushi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0fc9880 View commit details
    Browse the repository at this point in the history
  6. Merge branch '856-plot-decision-tree' of github.com:Safe-DS/Library i…

    …nto 856-plot-decision-tree
    SamanHushi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d753493 View commit details
    Browse the repository at this point in the history
  7. mac snapshot

    LIEeOoNn committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    bb848f5 View commit details
    Browse the repository at this point in the history
  8. skip linux and mac

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b8b22a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd4ba10 View commit details
    Browse the repository at this point in the history
  10. update windows snapshot

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    410cf3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7926e2b View commit details
    Browse the repository at this point in the history
  12. added documentation

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ef25c03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1fcbb02 View commit details
    Browse the repository at this point in the history
  14. fixed ruff errors

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b8b47f3 View commit details
    Browse the repository at this point in the history
  15. test: update snapshots

    lars-reimann committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d20352f View commit details
    Browse the repository at this point in the history
  16. removed linux from skip test

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c84d691 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9bdfadc View commit details
    Browse the repository at this point in the history
  18. Update src/safeds/ml/classical/classification/_decision_tree_classifi…

    …er.py
    
    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5c5ae1e View commit details
    Browse the repository at this point in the history
  19. Update src/safeds/ml/classical/regression/_decision_tree_regressor.py

    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    64f955a View commit details
    Browse the repository at this point in the history
  20. Update tests/safeds/ml/classical/regression/test_decision_tree.py

    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8c704e0 View commit details
    Browse the repository at this point in the history
  21. Update tests/safeds/ml/classical/regression/test_decision_tree.py

    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c9ed5d6 View commit details
    Browse the repository at this point in the history
  22. Update tests/safeds/ml/classical/classification/test_decision_tree.py

    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1ba5db8 View commit details
    Browse the repository at this point in the history
  23. Update tests/safeds/ml/classical/classification/test_decision_tree.py

    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    timwirt and lars-reimann authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3a3564f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d5d87b6 View commit details
    Browse the repository at this point in the history
  25. push

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    603cd74 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c8bf7f9 View commit details
    Browse the repository at this point in the history
  27. ignore mac os on regressor

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d6ea890 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    63b0e06 View commit details
    Browse the repository at this point in the history
  29. updated snapshots

    timwirt committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8ea6bf1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ccc3023 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    478c8f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fde7cbb View commit details
    Browse the repository at this point in the history