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

[BUG] : Provide an full example for hyperparameter optimization for graph-classification-task on a custom dataset using K-FOLD cross validation #142

Open
shrutiOx opened this issue Nov 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@shrutiOx
Copy link

shrutiOx commented Nov 7, 2023

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. Windows 10]
  • python version: [The output of cmd python -V]
  • autogl version: [The output of cmd python -c 'import autogl; print(autogl.__version__)']
  • pip list: [the output of cmd pip list]

Additional Info (Optional)
Add any other context about the problem here. Such as the possible reason you think, or how to solve this bug if you are interested.

@shrutiOx shrutiOx added the bug Something isn't working label Nov 7, 2023
@shrutiOx shrutiOx changed the title [BUG] : ModuleNotFoundError for "from autogl.module.model.pyg import AutoGIN" [BUG] : Provide an full example for hyperparameter optimization for graph-classification-task on a custom dataset using K-FOLD cross validation Nov 8, 2023
@shrutiOx
Copy link
Author

shrutiOx commented Nov 8, 2023

I used ''graph_cv.py'' module given in your repo to apply K-FOLD cross validation along with hyperparameter optimization for standard dataset. Although I converted my custom dataset using "InMemoryDataset" of torch_geomteric as mentioned in your website yet your module for K-FOLD cross validation (graph_cv.py) is not working for that custom dataset. Ot gives error which indicates that the code does not support this dataset. Can you please provide an example depicting a process where a custom dataset can apply HPO and K-FOLD cross validation using your tool or do I understand that it currently does not support such functions ? Thanks a lot!!

@shrutiOx
Copy link
Author

Hi,
I do not see NAS supprt for graph classification tasks ,can you please confirm this and custom datasets could not be processed with AutoGL for graph classifications either . Can you please provide an example depicting a process where a custom dataset can apply HPO and K-FOLD cross validation using your tool or do I understand that it currently does not support such functions ? Thanks a lot!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants