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

Update demo project to use OmegaConfigLoader #1590

Commits on Oct 28, 2023

  1. Add missing dependency

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5264822 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated command in README

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3fb39c4 View commit details
    Browse the repository at this point in the history
  3. Bump kedro init version

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    abc3a01 View commit details
    Browse the repository at this point in the history
  4. Use OmegaConfigLoader in project settings

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    513fcae View commit details
    Browse the repository at this point in the history
  5. Remove unneeded CONFIG_LOADER_ARGS

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e2beb9e View commit details
    Browse the repository at this point in the history
  6. Update configuration to use OmegaConfigLoader

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1ed9394 View commit details
    Browse the repository at this point in the history
  7. Fix parameters of modeling pipeline

    Since the version 1.1 of scikit learn the default
    value of the parameter max_features of RandomForestRegressor
    have been changed from 'auto' to 1.0. Support for the old
    'auto' value used have been removed.
    
    This commit fix this issue.
    
    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5d24570 View commit details
    Browse the repository at this point in the history
  8. Fix Pandas SettingWithCopyWarning by using loc

    Signed-off-by: Alain Anghelidi <alainanghelidi@gmail.com>
    aanghelidi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b790049 View commit details
    Browse the repository at this point in the history