-
Notifications
You must be signed in to change notification settings - Fork 67
feat(skorch): add an inherited class from skorch.NeuralNet that is compatible with PyTorch Frame #375
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
34j
wants to merge
57
commits into
pyg-team:master
Choose a base branch
from
34j:feat/skorch-compatible
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(skorch): add an inherited class from skorch.NeuralNet that is compatible with PyTorch Frame #375
Changes from 48 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
71fbea0
feat(skorch): add prototype of an inherited class from skorch.NeuralN…
34j b8e8ae4
docs: add tutorial for the last commit
34j df8ecc4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ca95b8f
fix: patch `skorch.utils.to_tensor()`
34j 0b9426f
style: format code
34j 198b749
feat: fix multiple issues, support sklearn-like datasets and predict()
34j d264488
chore(example): test with regression as well
34j 691f204
Merge branch 'master' into feat/skorch-compatible
34j 9cc4fe1
docs: add changelog
34j 98aea5c
fix(skorch): import annotations from __future__
34j 0f650d8
revert: revert wrong changes
34j 95688e3
style(skorch): fix typing
34j 7594b44
fix(skorch): use `classes` if specified
34j aa5484d
Merge branch 'master' into feat/skorch-compatible
34j cb76e8d
Merge branch 'master' into feat/skorch-compatible
34j 4a7598d
Merge branch 'master' into feat/skorch-compatible
34j bacf31f
chore: remove comments
34j 1c50a59
chore(skorch): add more comments
34j 3a90392
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 474caff
test: add prototype test
34j cda1524
feat: add NeuralNetBinaryClassifierPytorchFrame
34j 568a6de
test: update test
34j 7cc2f30
fix(dataset): fix dataset
34j 95f22c1
feat: allow creating module later
34j 7f2ec3e
test: add binary test
34j 098cb4f
feat: add sklearn test
34j d8a1ca5
style: format code
34j 4d12972
docs: update docs
34j 03e9d56
chore(deps): add skorch as deps
34j ca284f3
test_skorch.py
34j 6052910
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2826100
test_skorch.py
34j ba740ba
fix: use dict.update instead of dict | dict
34j a0b3f51
fix(dataset): convert indices to list
34j 90f57d4
fix: fix staticmethod usage for < Python 310
34j 10689d9
fix: safer patch
34j 71d9763
fix: do not call twice
34j eca1905
fix: copy dataframe before adding columns
34j 33009b6
docs: add docs to _patch_skorch_support_tenforframe
34j e624953
fix(skorch): wrap with functools.wraps
34j 3276903
fix: move imports
34j 18a50ee
chore: do not use NeuralNetClassifierPytorchFrame for regression alth…
34j d53061d
fix(skorch): add typing only for module
34j a09beb2
fix: support specifying module as class
34j a967b0d
docs: add docs
34j bc07d7b
fix: fix dtype
34j aa23ca0
Merge branch 'master' into feat/skorch-compatible
34j e6d5dfe
Merge branch 'master' into feat/skorch-compatible
34j 2fe4f69
test: remove comment
34j 14f0e7b
Discard changes to examples/revisiting.py
34j 06ec88e
Discard changes to examples/tutorial.py
34j 8d4d32d
Discard changes to README.md
34j 947daf1
fix: use args instead of kwargs to match typing
34j 3769f2d
feat: add example for sklearn api
34j 05785eb
Merge branch 'master' into feat/skorch-compatible
34j 8e46fb5
Merge branch 'master' into feat/skorch-compatible
34j eddecf8
Merge branch 'master' into feat/skorch-compatible
34j File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ full=[ | |
"lightgbm", | ||
"datasets", | ||
"torchmetrics", | ||
"skorch", | ||
] | ||
|
||
[project.urls] | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.