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

Synthetic Feature Generators Documenation #71

Merged
merged 9 commits into from
Jul 17, 2024

Commits on Jul 4, 2024

  1. added complex synthetic feature generators

    Added a suite of functions related to synthetic feature generation.
    98MM committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1118ad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. removed .idea

    98MM committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cb04d4d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. pre-commit, code review changes

    pre-commit,
    code review changes:
    - added _feature_builder method to avoid duplicate code blocks
    - added some new parameters to enable random value domains for features
    98MM committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    30549a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    d0d5097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79eb4de View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. code review fixes

    renamed _feature_builder -> _configure_generate_featuer
    
    Replace np.ndarray typing with ArrayLike from numpy typing, other typing fixes
    98MM committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1e50ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Added documentation for feature generation

    Small demo code in DOCSMAIN as well as pdoc entry
    98MM committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fc029a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    18c6cb8 View commit details
    Browse the repository at this point in the history
  2. fixed conflicting file

    98MM committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cad09f1 View commit details
    Browse the repository at this point in the history