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 test isotonic calibration on simulation data & FIX correct joblib dependency error #4

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

Commits on May 18, 2022

  1. Add files via upload

    Accommodate running HF in Jupyter Notebook Environment
    jzheng17 authored May 18, 2022
    Configuration menu
    Copy the full SHA
    fc0cddd View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Added calibrated HF to overlapping gaussian
    jzheng17 authored May 18, 2022
    Configuration menu
    Copy the full SHA
    69fccf3 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Tests done for Isotonic Calibrated HF
    jzheng17 authored May 18, 2022
    Configuration menu
    Copy the full SHA
    beed66d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Delete __init__.py

    try to pass pytest checks for committing (these files exist in the original repo already, I did not touch them)
    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    87de297 View commit details
    Browse the repository at this point in the history
  2. Delete test_forest.py

    try to pass pytest checks for committing (these files exist in the original repo already, I did not touch them)
    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    20eb0c9 View commit details
    Browse the repository at this point in the history
  3. Delete test_tree.py

    try to pass pytest checks for committing (these files exist in the original repo already, I did not touch them)
    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a897e29 View commit details
    Browse the repository at this point in the history
  4. Create __init__.py

    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    63b4156 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6cf6d62 View commit details
    Browse the repository at this point in the history
  6. Update forest.py

    fix dependency issues with the new version of joblib (no longer uses **_joblib_parallel_args)
    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    929b57a View commit details
    Browse the repository at this point in the history
  7. Update adapted_forest.py

    jzheng17 authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5db1419 View commit details
    Browse the repository at this point in the history