-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
executable file
·40 lines (28 loc) · 1.28 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
15/01/24
- Updated preprocess.py with the new changes:
- Major: added flag_WISE and flag_GALEX
14/01/24
- Fixed: order of lambdas in correct_extiction.py
26/04/23
- Fixed: --replace for get_predictions.py wasn't working properly because of mode="a"
Known issues:
- Fields that failed to crossmatch has to do with the lack of coverage with GALEX. We can change the order of crossmatch ( first unWISE then GALEX and set all GALEX filters as NaN) or we accept that these fields will not go into the VAC.
24/04/23
RF models were updated!
- Bug fixed: cross-validation after application of extinction correction were being done in a different sample size than original. After fixing it by correcting extinction after the preprocess step, grid search values were changed (max depth is now 20)
- We uploaded the new .sav files into the RF folder
- Next steps are: re-run RF and merge catalogs again
Known issues up to this date:
- 6 fields fields failed to crossmatch; 12 failed to preprocess
17/02/23
Flow should be:
1) get_crossmatch.py
2) preprocess.py
3) get_predictions.py
4) merge_catalogs.py
16/02/23
These models should have been trained with extinction-corrected data.
We saw that we were not correcting WISE and GALEX (GALEX being the worst case...)
- BMDN: yes
- RF: yes
- FLEX: yes