Activity
feat: add the method 'compute_correlation' and others to class TestEv…
feat: add the method 'compute_correlation' and others to class TestEv…
feat: add class 'TestEvaluation' for evaluation by differential gene …
feat: add class 'TestEvaluation' for evaluation by differential gene …
chore: fix indentation in trainer.py
chore: fix indentation in trainer.py
feat: add the debug_mode parameter in the toml files and implement de…
feat: add the debug_mode parameter in the toml files and implement de…
refactor: Now getting tokenized data before creating dataloaders
refactor: Now getting tokenized data before creating dataloaders
refactor: Run set_dataloader() of PertData in prepare_data() of Trainer
refactor: Run set_dataloader() of PertData in prepare_data() of Trainer
fix: Use the 'keep_ctrl' parameter in class DataSplitter
fix: Use the 'keep_ctrl' parameter in class DataSplitter
feat: Add the DataSplitter class in perturb/data
feat: Add the DataSplitter class in perturb/data
feat: Add a method get_output_dict() in class Trainer
feat: Add a method get_output_dict() in class Trainer
add Adversarial Siamese-scGPTs Class and finetune_drug_ad_siamese_per…
add Adversarial Siamese-scGPTs Class and finetune_drug_ad_siamese_per…
feat: Allow arbitrary length inputs for the Transformer4Cmpd model an…
feat: Allow arbitrary length inputs for the Transformer4Cmpd model an…
fix: Fix the wrong de_idx and the error in plot_perturb()
fix: Fix the wrong de_idx and the error in plot_perturb()
fix: Fixed the bug of increasing memory usage in Trainer.fit()
fix: Fixed the bug of increasing memory usage in Trainer.fit()
improve Compound Encoder Part: adding Deeper GAT layers and features …
improve Compound Encoder Part: adding Deeper GAT layers and features …
fix: Fix a bug in the method _drop_NA_genes() of PertBase
fix: Fix a bug in the method _drop_NA_genes() of PertBase
fix: Fix a bug in the method get_pert_flags() of class PertData
fix: Fix a bug in the method get_pert_flags() of class PertData
feat: Add plot_corr_matrix() in perturb.metrics and corr_heatmaps() a…
feat: Add plot_corr_matrix() in perturb.metrics and corr_heatmaps() a…
feat: add write_json() and write_pickle() in perturb/utils/
feat: add write_json() and write_pickle() in perturb/utils/
fix: a fix for _check_mode() method in DataModule
fix: a fix for _check_mode() method in DataModule
feat: Add metrics for delta values (i.e. pert values minus ctrl values)
feat: Add metrics for delta values (i.e. pert values minus ctrl values)
feat: Add perturb/train/; Add object method 'get_dataloader_for_predi…
feat: Add perturb/train/; Add object method 'get_dataloader_for_predi…
feat: Add object method 'create_dataset_for_prediction' in PertData
feat: Add object method 'create_dataset_for_prediction' in PertData