Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
41417df
Merge pull request #2 from DSIP-FBK/v1.1.3
agobbifbk Feb 11, 2025
60e44aa
ag create main
agobbifbk Feb 11, 2025
9477c95
warning fixing
agobbifbk Feb 11, 2025
2451452
warning fixing
agobbifbk Feb 11, 2025
b559dba
starting working on layers
agobbifbk Feb 12, 2025
eb55142
update notebook
agobbifbk Feb 13, 2025
fcbaa2f
update TEST notebook
agobbifbk Feb 13, 2025
f7fda64
added version of the test notebook 2
agobbifbk Feb 18, 2025
5fdd0de
added version of the test notebook 2
agobbifbk Feb 18, 2025
e9f8c4d
experiments with d1 and d2
xandie985 Feb 21, 2025
233ff88
updated temp edits
xandie985 Feb 24, 2025
22ed5c2
proposed code with zarr integration
sxandie-fbk Feb 24, 2025
3eb8067
ag update
agobbifbk Feb 24, 2025
237c7db
ag update
agobbifbk Feb 24, 2025
810ec7d
ag update
agobbifbk Feb 24, 2025
92f627b
Merge branch 'main' into experiments_d1d2
sxandie-fbk Mar 2, 2025
1a48b0c
updated code in separate folder
sxandie-fbk Mar 14, 2025
48ae5de
updates: D2 layer consolidation | precompute & weight handling | cach…
sxandie-fbk Mar 24, 2025
f18af6e
fixed some errors
sxandie-fbk Mar 24, 2025
a40e814
datasorting - max caching groups - total classes info in D2 metadata
sxandie-fbk Apr 7, 2025
9bc44ec
removed unecessary caching | consistent sorting while loading | time …
sxandie-fbk Apr 14, 2025
94d3d11
added unit test cases - fixed needed
sxandie-fbk Apr 14, 2025
def84c7
added precompute in the D2 layer to handle on demand and precompute d…
sxandie-fbk Apr 22, 2025
7fdf5cb
code for testing d1d2 layer functionality with modelling
sxandie-fbk Apr 22, 2025
48cfdf6
updated code for data loading from Monash using dsipts.data_managemen…
sxandie-fbk Apr 28, 2025
1358256
Added readme for test cases and reorganised d1d2_model_integration t…
sxandie-fbk Apr 29, 2025
f805ad0
Refactored metadata handling, improved split logic, and fixed batch s…
sxandie-fbk May 8, 2025
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@


# DSIPTS: unified library for timeseries modelling
> [!CAUTION]
> THIS IS THE OFFICIAL FORK OF THE ORIGINAL LIBRARY. IT MAY CONTAIN A LOT OF NOT WORKING LINKS, REFERENCES. PLEASE USE THE ORIGINAL ONE UNTIL WE FINISH THE UPDATES. IT MAY REQUIRE SOME TIME


This library allows to:

Expand Down
Loading