8000 Comparing 0.7.0...0.8.0 · Quantco/metalearners · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000 Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Quantco/metalearners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: Quantco/metalearners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 22, 2024

  1. Implement CrossFitEstimator.score (#63)

    * Implement CrossFitEstimator.score
    
    * Use sklearn is_classifier and is_regressor
    FrancescMartiEscofetQC authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    95e2cfe View commit details
    Browse the repository at this point in the history
  2. Fix evaluate with not None feature_set (#66)

    * Add failing test
    
    * Pass all feature sets
    
    * Pass feature set to _evaluate_model_kind
    
    * Update CHANGELOG
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
    
    * Update tests/test_learner.py
    
    Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
    
    * Trigger readthedocs
    
    ---------
    
    Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
    FrancescMartiEscofetQC and kklein authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    348460d View commit details
    Browse the repository at this point in the history
  3. Split fit in fit_all_nuisance and fit_all_treatment (#64)

    * Split fit
    
    * Fix _TestMetaLearner
    
    * Update CHANGELOG
    
    * Trigger readthedocs
    FrancescMartiEscofetQC authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9406ef7 View commit details
    Browse the repository at this point in the history
  4. Improve memory usage of MetaLearnerGridSearch (#62)

    * Add options for storing
    
    * Tests
    
    * Finish TODO
    
    * Reduce memory usage by not creating metalearner object
    
    * Update CHANGELOG
    
    * Use generator_unordered
    
    * Add grid_size_ and move attributes initialization to fit
    
    * Fix
    
    * Fix
    
    * grid_size_ docstring
    
    * Add new options to tutorial
    
    * Remove check empty generator
    
    * Apply suggestions from code review
    
    Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
    
    * Add explanation grid_size_
    
    ---------
    
    Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
    FrancescMartiEscofetQC and kklein authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    80ce219 View commit details
    Browse the repository at this point in the history
  5. Update changelog.

    kklein committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    07d5fab View commit details
    Browse the repository at this point in the history
Loading
0