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

[ENH] Neat and automated transfer learning with OPTIMADE API for auto-adjusted problem-specific ML model generation on the fly #16

Merged
merged 50 commits into from
Apr 4, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    55043df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf83909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7408aed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd93bde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1af828 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6825060 View commit details
    Browse the repository at this point in the history
  7. (MA) add a message if ClearML is to be used in case someone does it o…

    …n accident and gets an error
    amkrajewski committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d69151b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    3a4b7a0 View commit details
    Browse the repository at this point in the history
  2. (MA) implemented a hyperparameter search matrix for 27 common options…

    …; meant mostly for tuning to smaller datasets
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2faea84 View commit details
    Browse the repository at this point in the history
  3. (MA) implemented a hyperparameter search matrix for 27 common options…

    …; meant mostly for tuning to smaller datasets
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    47e3fbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3a6c4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c3220 View commit details
    Browse the repository at this point in the history
  6. (MA) implemented querying OPTIMADE and passing structures to featuriz…

    …ation in`OPTIMADEAdjuster`
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e07e7f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a823eca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    637f1bb View commit details
    Browse the repository at this point in the history
  9. (MA) upped the default result number limit to 10000 and added it as…

    … a parameter with documentation in `OPTIMADEAdjuster`
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    889cad5 View commit details
    Browse the repository at this point in the history
  10. (core) removed info about importing from the top pysipfenn namespac…

    …e in the top `__init__`
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2525b2e View commit details
    Browse the repository at this point in the history
  11. (MA) finalized the fetchAndFeturize routine of OPTIMADEAdjuster,…

    … now collecting names, target data, and featurizing the obtained structures
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7889c30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71c8557 View commit details
    Browse the repository at this point in the history
  13. (MA) added class parameter of validationLabels, assigned at every …

    …adjustment, to display if a datapoint has been shown to the model at adjustment. Displayed when plotting unadjusted and adjusted models.
    amkrajewski committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3c5c290 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8fd4cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df8c77c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    5209b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbcbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4919926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e69976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f6ec51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7bb2c4 View commit details
    Browse the repository at this point in the history
  7. (MA) aded tracking of the compositions coming in from OPTIMADE; not u…

    …sed right now but important for future methods including crystALL
    amkrajewski committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    231bd5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb02fb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31cad70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01d646f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    81b41de View commit details
    Browse the repository at this point in the history
  12. (MA) added population of validation labels with "Training" after data…

    … is fetched from OPTIMADE but no training was done
    amkrajewski committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6858fd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36fce5a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff16218 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    bedfc09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a079d36 View commit details
    Browse the repository at this point in the history
  3. (MA) general minor improvements including populating `self.validation…

    …Labels` if no-validation adjustments were ran
    amkrajewski committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e024222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d94133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aa6dda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6316916 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87fb74e View commit details
    Browse the repository at this point in the history
  8. (test) added a pretty complete testing suite for model adjusters; tes…

    …ts all functions except for the optional, non-default ClearML connectivity
    amkrajewski committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8d635af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6e92e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. (MA) reduced hyperparameter search epoch *default* number to 20 and i…

    …mproved description of the parameter to make it clear higher number is desired if GPU is present
    amkrajewski committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    57eb3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd354c9 View commit details
    Browse the repository at this point in the history
  3. (MA) added an assertion more than no data was fetched, so that the er…

    …ror message is more clear to the user
    amkrajewski committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    785dabb View commit details
    Browse the repository at this point in the history
  4. (MA) implemented endpointOverride parameter to allow user to specif…

    …y the base URL to use and point to custom provider or a specific sub-database of a provider
    amkrajewski committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ac819da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c12c21 View commit details
    Browse the repository at this point in the history