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

Class balanced sampling #524

Merged
merged 40 commits into from
Aug 10, 2024
Merged

Class balanced sampling #524

merged 40 commits into from
Aug 10, 2024

Commits on Jan 29, 2024

  1. feat: add data/check_pandas.py

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c880d91 View commit details
    Browse the repository at this point in the history
  2. add data/check_smiles_split.py

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    30f160c View commit details
    Browse the repository at this point in the history
  3. update kg meta.yaml files

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3e6e541 View commit details
    Browse the repository at this point in the history
  4. add data/natural

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f8e8f65 View commit details
    Browse the repository at this point in the history
  5. add dataset scripts

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e837fea View commit details
    Browse the repository at this point in the history
  6. update data/text_sampling/

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4df139f View commit details
    Browse the repository at this point in the history
  7. update meta and transform

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    019c91a View commit details
    Browse the repository at this point in the history
  8. additional fixes

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fafc650 View commit details
    Browse the repository at this point in the history
  9. apply pre-commit hook

    MicPie committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    66dd58a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    625d6eb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. more fixes (#517)

    * fix: use SMILES__description instead of SMILES__names__noun for mol. repr. sampling
    
    * fix: mol_repr_transl/transform.py w/o SMILES with H and with split col only
    
    * fix: exclude uniprot binding ..
    
    * fix: missing ! and wrong variable name in template
    
    * fix: missing ! in templates
    
    * fix: and rheadb and sort exclude_from_standard_tabular_text_templates
    
    * fix: RedDB templates and fully export to meta.yaml
    
    * fix: aminoacids templates var name
    
    * fix: polymer_data templates var name
    
    * fix: var dtypes
    
    * fix: name and id
    
    * fix: add rdkit_features to /exclude_from_standard_tabular_text_templates
    
    * fix: # missing in template var
    
    * fix: # missing in template var 2
    
    * fix: fix dialogue template in compound_protein_compound_*
    
    * fix: QC templates 1
    
    * update reddb
    
    * update zhu
    
    * add description of representation
    
    * orexin1_receptor_butkiewicz
    
    * smiles__description
    
    * molecule with SMILES
    
    * fix: QC templates 2
    
    * fix: QC templates 3
    
    * fix: QC templates 3
    
    * fix: QC templates
    
    * fix: QC templates
    
    * fix: QC templates
    
    * fix: QC templates
    
    * add organism
    
    * make explicit
    
    * add representation name
    
    * add representation name
    
    * update standard templates
    
    * add representation name
    
    * add representation names
    
    * representation name use
    
    * smiles usage
    
    * must to
    
    * add representation name
    
    * Update data/kg/compound_protein_protein/meta.yaml
    
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    
    * Update data/tabular/freesolv/meta.yaml
    
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    
    * Update data/tabular/freesolv/transform.py
    
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    
    * Update data/tabular/freesolv/transform.py
    
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    
    * Update data/tabular/sr_p53_tox21/meta.yaml
    
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    
    * Update data/kg/compound_protein_protein/meta.yaml
    
    * Update data/kg/compound_protein_protein/meta.yaml
    
    * Update data/kg/compound_protein_protein/meta.yaml
    
    * Update data/tabular/freesolv/meta.yaml
    
    * Update data/tabular/sr_p53_tox21/meta.yaml
    
    * Update data/kg/compound_protein_compound_1/meta.yaml
    
    * Update data/kg/compound_protein_compound_1/meta.yaml
    
    * Update data/kg/compound_protein_compound_1/meta.yaml
    
    * Update data/kg/compound_protein_compound_1/meta.yaml
    
    * Update data/kg/compound_protein_compound_1/meta.yaml
    
    * Update data/kg/compound_protein_compound_3/meta.yaml
    
    * Update data/kg/compound_protein_compound_3/meta.yaml
    
    * Update data/kg/compound_protein_compound_3/meta.yaml
    
    * Update data/kg/compound_protein_compound_3/meta.yaml
    
    * Update data/kg/compound_protein_compound_3/meta.yaml
    
    * Update data/kg/compound_protein_go_term_1/meta.yaml
    
    * Update data/kg/compound_protein_go_term_1/meta.yaml
    
    * Update data/kg/compound_protein_go_term_2/meta.yaml
    
    * Update data/kg/compound_protein_go_term_2/meta.yaml
    
    * Update data/kg/compound_protein_go_term_3/meta.yaml
    
    * Update data/kg/compound_protein_go_term_3/meta.yaml
    
    * Update data/kg/compound_protein_go_term_4/meta.yaml
    
    * Update data/kg/compound_protein_go_term_4/meta.yaml
    
    * Update data/kg/compound_protein_pathway_disease_2/meta.yaml
    
    * Update data/kg/drug_protein_hpo_disease/meta.yaml
    
    * Update data/tabular/chemcaption_rdkit/meta.yaml
    
    * Update data/tabular/mona/meta.yaml
    
    * Update data/tabular/mona/transform.py
    
    ---------
    
    Co-authored-by: Michael Pieler <Michael.Pieler@Gmail.com>
    Co-authored-by: Kevin Maik Jablonka <kevin.jablonka@epfl.ch>
    Co-authored-by: Michael Pieler <36303596+MicPie@users.noreply.github.com>
    4 people authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    896c055 View commit details
    Browse the repository at this point in the history
  2. additional fixes

    MicPie committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    73c197c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update data/check_pandas.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    96067cf View commit details
    Browse the repository at this point in the history
  2. Update data/check_pandas.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5807e44 View commit details
    Browse the repository at this point in the history
  3. Update data/check_smiles_split.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    68b20dc View commit details
    Browse the repository at this point in the history
  4. Update data/natural/preprocess_europepmc.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    171b945 View commit details
    Browse the repository at this point in the history
  5. Update data/natural/preprocess_msds.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2294ad2 View commit details
    Browse the repository at this point in the history
  6. Update data/natural/preprocess_nougat.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    981e7de View commit details
    Browse the repository at this point in the history
  7. Update data/postprocess_split.py

    Co-authored-by: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com>
    MicPie and kjappelbaum authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    361291f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. additional fixes 2

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    90a1ebd View commit details
    Browse the repository at this point in the history
  2. additional fixes 3

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    747c9bc View commit details
    Browse the repository at this point in the history
  3. additional fixes 4

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    642d8b2 View commit details
    Browse the repository at this point in the history
  4. additional fixes 5

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f7a2ac8 View commit details
    Browse the repository at this point in the history
  5. additional fixes 6

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    33054f5 View commit details
    Browse the repository at this point in the history
  6. additional fixes 7

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    df19548 View commit details
    Browse the repository at this point in the history
  7. additional fixes 8

    MicPie committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1d101a2 View commit details
    Browse the repository at this point in the history
  8. remove linebreak

    kjappelbaum authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3f6920a View commit details
    Browse the repository at this point in the history
  9. remove linebreak

    kjappelbaum authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fcf7706 View commit details
    Browse the repository at this point in the history
  10. Delete data/tabular/bicerano_dataset/meta.yaml

    those changes are incorrect, the CTE and density are not there for all polymers
    kjappelbaum authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5b8ef87 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: update yamls

    MicPie committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6718fab View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    f5e3f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6521e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7314837 View commit details
    Browse the repository at this point in the history
  4. feat: pre-commit fixes

    MicPie committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    36853f2 View commit details
    Browse the repository at this point in the history
  5. feat: pre-commit fixes 2

    MicPie committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ee54965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4604f62 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Aug 10, 2024

  1. feat: update

    MicPie committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    84a30c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3438175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899e61d View commit details
    Browse the repository at this point in the history