Skip to content
Closed
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5269de7
plots
andresmondragont Dec 14, 2025
dbe668b
added file for generating data
andresmondragont Dec 14, 2025
e66d778
files
andresmondragont Dec 14, 2025
97d3242
changes
andresmondragont Dec 15, 2025
80847be
changes
andresmondragont Dec 17, 2025
914454e
changes
andresmondragont Dec 18, 2025
bca1221
changes
andresmondragont Dec 18, 2025
11bf1dc
fixed bugs related to bad coords in config[city_file]
paco-barreras Dec 18, 2025
8756a85
changes
andresmondragont Dec 20, 2025
1a70da6
new notebooks
andresmondragont Dec 22, 2025
060b34d
changed name to 1 notebook
andresmondragont Dec 22, 2025
25c8351
plotting notebook for accuracy and delta roam/dist thresh
andresmondragont Jan 12, 2026
f9d9869
fixed hdbscan cluster selection with epsilon (flat cut)
andresmondragont Jan 12, 2026
4fdbaf2
changes to remove overlaps on dbscan labels
paco-barreras Jan 21, 2026
6160a54
latest changes to dbscan labels
paco-barreras Jan 22, 2026
4c732b5
changed plots
andresmondragont Jan 28, 2026
f85564c
updated remove overlaps
andresmondragont Jan 28, 2026
9dc3371
changed dbscan
andresmondragont Jan 29, 2026
a0db2f5
added comments to remove overlap code
andresmondragont Feb 2, 2026
22e919a
Sliding stops --> exp_hdbscan_paper (#229)
carolineychen8 Feb 2, 2026
cd0f8e9
Ta dbscan examples and modified ta-dbscan (#230)
paco-barreras Feb 3, 2026
2f27063
Add files via upload
paco-barreras Feb 3, 2026
50f3208
Brought changes to ta_dbscan_examples
paco-barreras Feb 11, 2026
e82efe6
added svgs and eps to gitignore
paco-barreras Feb 12, 2026
b834e26
mod gitignore
paco-barreras Feb 12, 2026
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
Binary file modified examples/garden-city.gpkg
Binary file not shown.
Binary file added examples/lachesis_colored_pings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 0 additions & 110 deletions examples/lachesis_demo.ipynb

This file was deleted.

4 changes: 2 additions & 2 deletions examples/research/garden-city-paper-code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
"formats": "ipynb,py:percent"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "nomad_env",
"language": "python",
"name": "python3"
},
Expand All @@ -1274,7 +1274,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
Loading