8000 Integrate DrugBAN example to PyKale -- PyTorch Version by jiayang-zhang · Pull Request #442 · pykale/pykale · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Integrate DrugBAN example to PyKale -- PyTorch Version #442

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

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

jiayang-zhang
Copy link
Contributor
@jiayang-zhang jiayang-zhang commented Aug 14, 2024

#442.

Description

Integrated Peizhen's DrugBAN to PyKale's workflow.

  1. Added a new folder for DrugBAN in the examples directory as a starting point for using this model within PyKale.
  2. Added ban.py to kale.embed for DrugBAN and BANLayer.
  3. Added drugban_datasets.py to kale.loaddata for loading datasets specific to DrugBAN.
  4. Added drugban_trainer to kale.pipeline.
  5. Created a Discriminator class in kale.predict.class_domain_nets to support domain adaptation.
  6. Added binary_cross_entropy function in kale.predict.losses for loss calculation.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • In-line docstrings updated.
  • Source for documentation at docs manually updated for new API.

@xianyuanliu xianyuanliu removed their request for review August 14, 2024 18:31
@xianyuanliu xianyuanliu added the new feature New feature/module (including request) label Aug 20, 2024
@jiayang-zhang jiayang-zhang marked this pull request as draft September 13, 2024 09:44
@jiayang-zhang jiayang-zhang removed the request for review from haipinglu September 13, 2024 10:04
@@ -17,7 +17,8 @@ All data in examples are from the public domain so they will be downloaded into
- [Action recognition via domain adaptation](https://github.com/pykale/pykale/tree/master/examples/action_dann)
- [Video loading](https://github.com/pykale/pykale/tree/master/examples/video_loading)
- Bioinformatics data analysis
- [Drug-target interaction prediction](https://github.com/pykale/pykale/tree/master/examples/bindingdb_deepdta)
- [Drug-target interaction prediction (with Deepdta)](https://github.com/pykale/pykale/tree/master/examples/bindingdb_deepdta)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to "DeepDTA"

8000
@haipinglu haipinglu requested a review from shuo-zhou September 19, 2024 16:15
@jiayang-zhang jiayang-zhang changed the title Integrate DrugBAN example to PyKale Integrate DrugBAN example to PyKale -- PyTorch Version Sep 19, 2024
@jiayang-zhang jiayang-zhang marked this pull request as ready for review September 24, 2024 15:52
Copy link
Contributor
github-actions bot commented Nov 9, 2024

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Nov 9, 2024
@xianyuanliu xianyuanliu removed the Stale label Dec 9, 2024
Copy link
Contributor

This pull request has been automatically marked as stale due to lack of activity.

Copy link
Contributor

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Mar 11, 2025
@github-actions github-actions bot removed the Stale label Apr 4, 2025
@jiayang-zhang jiayang-zhang removed the request for review from haipinglu April 4, 2025 11:20
Copy link
Contributor

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature/module (including request) Stale
Projects
Statu 44D9 s: In progress
Development

Successfully merging this pull request may close these issues.

2 participants
0