Commit Graph

75 Commits

Author SHA1 Message Date
mbsantiago
0778663a2c Add extensive documentation for the labels module 2025-04-15 19:25:58 +01:00
mbsantiago
af48c33307 Add target classes module 2025-04-15 07:32:58 +01:00
mbsantiago
02d4779207 Add test for target filtering 2025-04-14 13:31:30 +01:00
mbsantiago
991529cf86 Create transform module 2025-04-13 16:43:13 +01:00
mbsantiago
02c1d97e5a Add documentation for batdetect2.targets.terms 2025-04-13 14:11:48 +01:00
mbsantiago
2fb3039f17 Create dedicated filtering module 2025-04-12 18:05:20 +01:00
mbsantiago
26a2c5c851 Modify to numpydoc style 2025-04-12 18:05:02 +01:00
mbsantiago
b93d4c65c2 Create separate targets module 2025-04-12 16:48:40 +01:00
mbsantiago
acda71ea45 Formatting 2025-04-04 10:58:54 +01:00
mbsantiago
62fa38557e Minor tweaks 2025-04-03 16:50:49 +01:00
mbsantiago
213b6dfd29 Expose model functions 2025-04-03 16:50:20 +01:00
mbsantiago
bfa6049adc Expose preprocessing functions 2025-04-03 16:50:06 +01:00
mbsantiago
e383a33cbf Improved train module 2025-04-03 16:49:58 +01:00
mbsantiago
7689580a24 Create train config module 2025-04-03 16:49:47 +01:00
mbsantiago
1338ae7431 Better read config nested field 2025-04-03 16:49:21 +01:00
mbsantiago
c2c4ac53fd Formatting 2025-04-03 16:49:11 +01:00
mbsantiago
ff00da9a9a Removed old data module 2025-04-03 16:48:50 +01:00
mbsantiago
22cf47ed39 Moved lightning module to root module 2025-04-03 16:48:31 +01:00
mbsantiago
d9f7304a0f Moved previous code to legacy folders 2025-04-03 16:48:01 +01:00
mbsantiago
451093f2da More structured data module 2025-04-03 16:47:03 +01:00
mbsantiago
30d3a2c92e Start work on expanding cli 2025-04-03 16:46:43 +01:00
mbsantiago
150305a273 Format code 2025-02-25 11:25:16 +00:00
mbsantiago
48e009fa9d WIP 2025-01-28 19:35:57 +00:00
mbsantiago
f7d6516550 WIP 2025-01-23 14:08:55 +00:00
mbsantiago
f6cdd4e87e Starting to create dataset builders 2024-11-19 22:54:26 +00:00
mbsantiago
9cf159efff Reworking model creation 2024-11-19 19:34:54 +00:00
mbsantiago
36c90a600f Ensure train inputs are almost equal 2024-11-18 18:10:58 +00:00
mbsantiago
1f0fb14d89 Minor restructuring 2024-11-16 21:26:18 +00:00
mbsantiago
ee884da8b0 Make sure labels are working in the notebook 2024-11-16 18:23:43 +00:00
mbsantiago
6a9e33c729 Merge branch 'main' into train 2024-11-15 20:10:36 +00:00
mbsantiago
2100a3e483 Bump version: 1.1.0 → 1.1.1 2024-11-11 13:01:57 +00:00
mbsantiago
69f59ff559 Added the EOFError to the list of expected errors when processing files 2024-11-11 12:44:21 +00:00
mbsantiago
d085b3212c Added weights_only argument to model loading function 2024-11-11 11:46:06 +00:00
mbsantiago
c393c5c29b Bump version: 1.0.8 → 1.1.0 2024-11-11 11:18:39 +00:00
mbsantiago
a4b22d6590 Improve the pad_audio function
This function was the culprit of the error. Broke the function into
other helper functions to make the flow easier to follow
2024-11-10 22:39:10 +00:00
mbsantiago
039c002796 Remove unnecessary imports 2024-11-10 22:37:57 +00:00
mbsantiago
c97a87b2a4 Remove numba debug logging for easier debugging 2024-11-10 22:37:45 +00:00
mbsantiago
9e0ad7fd78 address all linting errors from rule NPY201 2024-11-10 19:13:30 +00:00
mbsantiago
f63307757c Add the model back 2024-08-01 15:39:48 +01:00
mbsantiago
bc821835f1 add methods to load and save preprocessing config 2024-07-16 01:31:02 +01:00
mbsantiago
4973cfcc5f Fixed labeled dataset indexing error when loading 2024-07-16 01:30:52 +01:00
mbsantiago
335a05d51a Decouple config loading from preprocess function 2024-07-16 01:30:34 +01:00
mbsantiago
17cf958cd3 Working towards training code 2024-05-23 13:04:55 +01:00
mbsantiago
c66d14b7c7 WIP updating training code 2024-04-24 10:06:04 -06:00
Santiago Martinez
343bc5f87c Merge branch 'main' into train 2024-02-02 11:05:35 +00:00
Santiago Martinez
3744709c97 Bump version: 1.0.7 → 1.0.8 2024-01-30 12:41:32 +00:00
Santiago Martinez
0aa61af445 Added types to most functions 2024-01-14 17:15:22 +00:00
Santiago Martinez
a8f64d172b Merge branch 'main' into train 2023-11-30 11:49:50 +00:00
Santiago Martinez
963cc53fd3 Bump version: 1.0.6 → 1.0.7 2023-11-24 15:41:50 +00:00
Santiago Martinez
860e63dddf fix: implemented a cleaning step to remove detections above the nyquist limit 2023-11-24 15:40:58 +00:00