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

fix bugs in TCN networks; #2

Open
wants to merge 91 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
bb80b78
add DCdetector
real-lhj Sep 6, 2023
0833c20
add DCdetector
real-lhj Sep 6, 2023
fb5711b
add DCdetector
real-lhj Sep 6, 2023
07121ce
add DCdetector test file
real-lhj Sep 7, 2023
76f1f69
Update REASME.rst
real-lhj Sep 7, 2023
8f0e517
Update REASME.rst
real-lhj Sep 7, 2023
7adfca0
Merge branch 'xuhongzuo:main' into main
real-lhj Sep 7, 2023
cbf76c1
Update requirements_ci.yml
real-lhj Sep 7, 2023
bbc9723
fix bugs in TCN networks;
xuhongzuo Sep 7, 2023
82553c6
Update requirements.txt
real-lhj Sep 7, 2023
83218af
fix bugs in TCN networks
real-lhj Sep 7, 2023
e337593
fix bugs in TCN networks
real-lhj Sep 7, 2023
96a65eb
commits1
real-lhj Sep 7, 2023
c53d99f
commits2
real-lhj Sep 7, 2023
97fb54c
:boom: major update: add ray (auto hyper-parameter tuning tool) to De…
xuhongzuo Sep 9, 2023
db59630
:boom: major update: add ray (auto hyper-parameter tuning tool) to De…
xuhongzuo Sep 9, 2023
b14c428
:boom: major update: add ray (auto hyper-parameter tuning tool) to De…
xuhongzuo Sep 9, 2023
a752600
fix bugs in requirements.txt
xuhongzuo Sep 9, 2023
9d5ff3f
merge from xuhongzuo-main
real-lhj Sep 12, 2023
9b582d1
feat :sparkles: : Load and save models functiona
elsheikh21 Sep 18, 2023
ff43182
fix bugs in couta.py and test_rdp.py
xuhongzuo Sep 21, 2023
859e902
fix bugs in couta.py and test_rdp.py
xuhongzuo Sep 21, 2023
0015128
Merge pull request #35 from real-lhj/main
xuhongzuo Sep 21, 2023
7123744
commits to merge
xuhongzuo Sep 21, 2023
09eca95
Merge branch 'main' of https://github.com/xuhongzuo/DeepOD
xuhongzuo Sep 21, 2023
79d1c6b
Merge pull request #36 from elsheikh21/feat_load_and_save_mdls
xuhongzuo Sep 22, 2023
94f8f9d
commits to merge
xuhongzuo Sep 22, 2023
d60f6d3
Merge branch 'main' of https://github.com/xuhongzuo/DeepOD
xuhongzuo Sep 22, 2023
c7e384a
feature: add save/load model in base_model.py
xuhongzuo Sep 22, 2023
40d1740
Add files via upload
nuhdv Oct 22, 2023
650689f
Add files via upload
nuhdv Oct 22, 2023
2bbd126
Merge pull request #37 from nuhdv/main
xuhongzuo Oct 22, 2023
99dbfb2
tentatively remove test_flad.py
xuhongzuo Oct 25, 2023
d844e0c
Update utils.py
crishna0401 Oct 28, 2023
3dc3cb5
Update README.rst
xuhongzuo Nov 6, 2023
43bbcae
doc init
xuhongzuo Nov 7, 2023
4987c7b
doc init
xuhongzuo Nov 7, 2023
5942ef5
doc init
xuhongzuo Nov 7, 2023
59d2d75
doc init
xuhongzuo Nov 7, 2023
3791af8
doc init
xuhongzuo Nov 7, 2023
95d578e
doc init
xuhongzuo Nov 7, 2023
cb245f3
doc init
xuhongzuo Nov 7, 2023
f6c5ed0
doc init
xuhongzuo Nov 7, 2023
c6633a1
doc init
xuhongzuo Nov 7, 2023
3a2c74d
Add files via upload
yyysjz1997 Nov 8, 2023
6d970e0
Add files via upload
yyysjz1997 Nov 8, 2023
506c2b7
Delete deepod/core/__pycache__/__init__.cpython-39.pyc
yyysjz1997 Nov 9, 2023
aa0ef51
Delete deepod/core/__pycache__/base_model.cpython-39.pyc
yyysjz1997 Nov 9, 2023
84e7dba
Delete deepod/core/__pycache__/base_networks.cpython-39.pyc
yyysjz1997 Nov 9, 2023
b4cda6b
Delete deepod/metrics/affiliation/__init__.py
yyysjz1997 Nov 9, 2023
112484f
doc init
xuhongzuo Nov 9, 2023
54dbe70
doc init
xuhongzuo Nov 9, 2023
cd4a796
doc init
xuhongzuo Nov 9, 2023
119c8ea
doc init
xuhongzuo Nov 9, 2023
f1a6951
change doc's requirements.txt
xuhongzuo Nov 9, 2023
8c6ab24
update .readthedocs.yaml
xuhongzuo Nov 9, 2023
754933f
update README.rst
xuhongzuo Nov 9, 2023
f56e108
update README.rst
xuhongzuo Nov 9, 2023
0278174
update README.rst
xuhongzuo Nov 9, 2023
cbcdd31
Merge branch 'main' into main
xuhongzuo Nov 9, 2023
bdbfc90
Merge pull request #41 from yyysjz1997/main
xuhongzuo Nov 9, 2023
9dee44b
update README.rst
xuhongzuo Nov 9, 2023
a1c3f6e
Merge branch 'main' of https://github.com/xuhongzuo/DeepOD
xuhongzuo Nov 9, 2023
dbede6f
fix bugs in test files
xuhongzuo Nov 10, 2023
5dd4cfb
fix bugs in test files
xuhongzuo Nov 10, 2023
06d7562
fix bugs in test files
xuhongzuo Nov 10, 2023
5e7a076
fix bugs in test files
xuhongzuo Nov 10, 2023
254b7f1
fix bugs in test files
xuhongzuo Nov 10, 2023
c2c7566
remove some unused dependencies in metrics
xuhongzuo Nov 10, 2023
96f5f66
Remove deprecated tuple syntax for hidden_dims
NAThompson Nov 15, 2023
2362655
Make the minimum seq_len equal to the number of rows.
NAThompson Nov 15, 2023
3f2bcd2
Add code comments for documentation
yyysjz1997 Nov 19, 2023
312d7ad
Update base_model.py
yyysjz1997 Nov 19, 2023
e50de07
Add code comments for documentation
yyysjz1997 Nov 19, 2023
96c34e7
Add code comments for documentation
yyysjz1997 Nov 21, 2023
eb18ea1
Add code comments for documentation
yyysjz1997 Nov 26, 2023
622e28e
fix the import error in testbed (Issue #48)
xuhongzuo Dec 11, 2023
acdc813
Merge remote-tracking branch 'origin/main'
xuhongzuo Dec 11, 2023
e3fe697
change the default parameters in time_series/dif.py (Issue #46)
xuhongzuo Dec 11, 2023
f790ee5
Merge pull request #46 from NAThompson/deprecation_response
xuhongzuo Dec 11, 2023
a1ec53a
Merge pull request #39 from crishna0401/main
xuhongzuo Dec 11, 2023
b4d24e4
fix bugs
xuhongzuo Dec 12, 2023
4b2adfa
update
xuhongzuo Mar 27, 2024
6a2118b
add testing advanced metrics of tsad
xuhongzuo Mar 27, 2024
af4db6c
remove unused code in metrics
xuhongzuo May 25, 2024
f351a87
remove unused code in metrics
xuhongzuo May 25, 2024
7654813
remove unused code in metrics
xuhongzuo May 26, 2024
bd91d0b
Update README.rst
xuhongzuo Jun 9, 2024
8f32ab3
Merge pull request #47 from NAThompson/min_seq_len
xuhongzuo Jun 10, 2024
2a2b200
Update README.rst
xuhongzuo Sep 14, 2024
bb8c20c
Update README.rst
xuhongzuo Sep 14, 2024
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
Prev Previous commit
Next Next commit
Update base_model.py
  • Loading branch information
yyysjz1997 authored Nov 19, 2023
commit 312d7adf18a4d6531d02287ae3dc3b8ec24d59ea
2 changes: 1 addition & 1 deletion deepod/core/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class BaseDeepAD(metaclass=ABCMeta):
verbose: int, optional (default=1)
Verbosity mode

random_state int, optional (default=42)
random_state: int, optional (default=42)
the seed used by the random

Attributes
Expand Down