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

Num embeddings #200

Merged
merged 29 commits into from
Feb 17, 2024
Merged

Num embeddings #200

merged 29 commits into from
Feb 17, 2024

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    9d2319b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Added 'PeriodicLinearContEmbeddings' as a method to encode numerical …

    …feats. Now the two changes that need to happen are: 1. add the activation funcion in the Encoding Layer itself and 2. Define the embedding process in the base models rather than the DiffSizeCatAndContEmbeddings and the SameSizeCatAndContEmbeddings wrappers
    jrzaurin committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f8dcfdc View commit details
    Browse the repository at this point in the history
  2. Activation function within the embedding layer added for the cont emb…

    …edding layers. Needs to be added within the cat embed layers and then move to 2. Define the embedding process in the base models rather than the DiffSizeCatAndContEmbeddings and the SameSizeCatAndContEmbeddings wrappers
    jrzaurin committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0b53f3f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Activation function within the embedding layer added for the cat embe…

    …dding layers. Now onto 2. Define the embedding process in the base models rather than the DiffSizeCatAndContEmbeddings and the SameSizeCatAndContEmbeddings wrappers
    jrzaurin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    8c29ca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Set up the embeddings within the _base_tabular_model module. Now I ne…

    …ed to test the two classes manually and then change the main models accordingly
    jrzaurin committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c51876c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Incorporated the continuous embeddings parameters to the main models.…

    … Now I need to 1. Adjust docs. 2. Adjust/Fix tests. 3. Redo the examples. 4. Add new examples
    jrzaurin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d82c879 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    ac9fc50 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Adjusted the tests. Now: 1. Re-do tab2vec and corresponding tests. 2.…

    … Just have an overall look at the code. 3. Re-do examples. 4. Have a look to the mkdocs
    jrzaurin committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b915203 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    17e370a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    bf8bc28 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    55f13cf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. All examples reviewed. Some code chanages made. Now: 1. new example n…

    …otebook with num embeddings. 2. Review the docs 3. Test in all possible platforms. Nearly there...
    jrzaurin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ee7c6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079b251 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    4de48e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    db6d124 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Added tests to test the functioning of the continuous embedding featu…

    …res. I want to increase the coverage for the deeptabular_utils module and we are done
    jrzaurin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cab9cca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    526799f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead8541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8c809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32d231 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    ba473dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3901e07 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. minor style changes

    jrzaurin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    11ad157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8d457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd76625 View commit details
    Browse the repository at this point in the history
  4. Updated style libraries

    jrzaurin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    973f987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07d6401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23ce8e0 View commit details
    Browse the repository at this point in the history
  7. Adjusted the python supported versions in the README and updated the …

    …version of the library
    jrzaurin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8c65e93 View commit details
    Browse the repository at this point in the history