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

Fit transform #145

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 10, 2023

  1. gitignore VScode

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    be2ee12 View commit details
    Browse the repository at this point in the history
  2. gitignore Mac clutter

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9c91571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea8c2a View commit details
    Browse the repository at this point in the history
  4. add fit_transform

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    19257f5 View commit details
    Browse the repository at this point in the history
  5. y=None consistency

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9f338aa View commit details
    Browse the repository at this point in the history
  6. docs

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    272e52a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af71588 View commit details
    Browse the repository at this point in the history
  8. add y passthrough

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cfe8a30 View commit details
    Browse the repository at this point in the history
  9. test fit_transform

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1ba2a46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c078a43 View commit details
    Browse the repository at this point in the history
  11. fix self.embedding

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4b779f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d49703 View commit details
    Browse the repository at this point in the history
  13. list -> array

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    782bdbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8fd406 View commit details
    Browse the repository at this point in the history
  15. meta fit_transform

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7272e25 View commit details
    Browse the repository at this point in the history
  16. meta tests

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    95d1423 View commit details
    Browse the repository at this point in the history
  17. attributed fit_transform

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c039fbb View commit details
    Browse the repository at this point in the history
  18. Revert "attributed fit_transform"

    This reverts commit c039fbb.
    
    Attributed node embeddings
    Need different fit_transform method that can account for features
    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    82de7de View commit details
    Browse the repository at this point in the history
  19. attributed POC

    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    99dcb9f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b7e8148 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    276e614 View commit details
    Browse the repository at this point in the history
  22. fix sine test

    stochastic therefore check shape
    tomlincr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    edaadd1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bae0046 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. test y arg of fit_transform

    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    877f66f View commit details
    Browse the repository at this point in the history
  2. test y arg for fit_transform

    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8cdf885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3c89d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8092ed0 View commit details
    Browse the repository at this point in the history
  5. add model to fit_transform

    NB NEU is a meta model!
    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3b7052e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7ceb75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45e12b5 View commit details
    Browse the repository at this point in the history
  8. add set_params to estimator

    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b327689 View commit details
    Browse the repository at this point in the history
  9. test set_params

    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    45e833e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from tomlincr/set_params

    Add set_params to Estimator base class
    tomlincr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    90bc37b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    716a796 View commit details
    Browse the repository at this point in the history