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

Estimator removal #67

Merged
merged 6 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Deep learning utilities library

`dlordinal` is an open-source Python toolkit focused on deep learning with ordinal methodologies. It is compatible with
[scikit-learn](https://scikit-learn.org).

The library includes various modules such as loss functions, models, layers, metrics, and an estimator.
`dlordinal` is an open-source Python toolkit focused on deep learning with ordinal methodologies.

| Overview | |
|-----------|------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
3 changes: 2 additions & 1 deletion build_tools/run_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ set -euxo pipefail
CMD="jupyter nbconvert --to notebook --inplace --execute --ExecutePreprocessor.timeout=600"

excluded=(
"tutorials/datasets_tutorial.ipynb"
"tutorials/datasets_tutorial.ipynb",
"tutorials/dlordinal_with_skorch_tutorial.ipynb",
)

shopt -s lastpipe
Expand Down
5 changes: 0 additions & 5 deletions dlordinal/estimator/__init__.py

This file was deleted.

188 changes: 0 additions & 188 deletions dlordinal/estimator/pytorch_estimator.py

This file was deleted.

1 change: 0 additions & 1 deletion dlordinal/estimator/tests/__init__.py

This file was deleted.

Loading
Loading