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/transformers v2 #71

Merged
merged 5 commits into from
Jul 11, 2023
Merged

Feat/transformers v2 #71

merged 5 commits into from
Jul 11, 2023

Commits on Jul 7, 2023

  1. feat: ✨ Add support for separate fitting and transforming inside the …

    …pipeline.
    
    Cache can now be disabled using the `disable_cache` parameter. Added support for fitting and transforming using the same class instance. Simplified the composite pattern for transformers.
    
    Transformer steps in pipeline needs the `fit=` parameter. Reusing the same transformer will count towards the cache limit unless a different `cache_group` is specified. Please refer to the `Australia Rain Classification.ipynb` for examples.
    Erik Båvenstrand committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bb9b7a4 View commit details
    Browse the repository at this point in the history
  2. feat: ✨ Add fit transform support to all FeatureSelector along with…

    … refactoring the `LRUCacheMixin`.
    Erik Båvenstrand committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3df0601 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. revert: ✏️ Fix test case coverage.

    Erik Båvenstrand committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ad3d8f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix(data cleaning): 🐛 Switched to HDF5 as file format for faster I/O …

    …and better SageMaker support.
    
    Arrow file format is no longer used for storing output in the cache.
    Erik Båvenstrand committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    61f9e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3c21a View commit details
    Browse the repository at this point in the history