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

Features refactoring #398

Merged
merged 53 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a0040e3
features base classes, colors in progress
ignacioreyes Oct 5, 2023
c402a0b
some astroobject examples, color extractor in progress
ignacioreyes Oct 6, 2023
6a7da44
folded kim added
ignacioreyes Oct 10, 2023
504169a
period extractor with broken tests
ignacioreyes Oct 11, 2023
17355ef
period test running
ignacioreyes Oct 12, 2023
9795f6e
harmonics extractor, harmonics output values not checked yet
ignacioreyes Oct 13, 2023
4c9b0e3
turbofats ok, spm in progress
ignacioreyes Oct 20, 2023
a06c7b7
spm and sn extractors, sn incomplete
ignacioreyes Oct 26, 2023
0452ff9
sn extractor, gp drw extractor, ztf forced phot avro
ignacioreyes Oct 31, 2023
c269172
timespan and coordinate extractors
ignacioreyes Oct 31, 2023
fd7081c
gp drw with flux, first work with ztf forced phot data
ignacioreyes Nov 2, 2023
180c5d3
ztf forced photometry examples in progress
ignacioreyes Nov 3, 2023
4a34f7d
ztf extractor over ztf forced phot examples
ignacioreyes Nov 6, 2023
04d3cc1
computing features and their exploration
ignacioreyes Nov 9, 2023
50e6acc
libs/lc_classifier: some fixes, helio time correction, lower shift in…
ignacioreyes Nov 10, 2023
eeb25de
ztf classifier work in progress
ignacioreyes Nov 14, 2023
bd86f35
lc classifier ztf can be trained
ignacioreyes Nov 15, 2023
9118e1c
ztf mlp training and inference
ignacioreyes Nov 21, 2023
c034735
evaluate_model: classification report in val and test
ignacioreyes Nov 21, 2023
d7eb04b
ztf forced phot classifier with updated dataset
ignacioreyes Nov 28, 2023
5181277
confusion matrix makes sense now
ignacioreyes Nov 30, 2023
12bf0a1
removed period warnings, allwise in progress, shorten
ignacioreyes Dec 6, 2023
ab5f878
tde features in progress, updated ztf forced phot dataset
ignacioreyes Dec 29, 2023
3ed5d90
tde: fleet, some tde color preliminary work
ignacioreyes Jan 2, 2024
a48663b
tde working, ulens in progress
ignacioreyes Jan 18, 2024
972f7ef
ulens, tde and panstarrs
ignacioreyes Jan 23, 2024
3c6befd
jax memory leak fixed
ignacioreyes Jan 31, 2024
3b001fe
float64 bug in spm
ignacioreyes Jan 31, 2024
e98361a
minor changes
ignacioreyes Mar 4, 2024
fd9ef2b
harmonics chi bug
ignacioreyes Mar 4, 2024
5c95bf0
Merge branch 'features_refactoring' of github.com:alercebroker/pipeli…
ignacioreyes Mar 4, 2024
05f09e0
ztf forced phot evaluation
ignacioreyes Mar 5, 2024
d594e3c
classifiers: mlp, rf, xgboost, lightgbm
ignacioreyes Mar 12, 2024
117e81e
minor refactoring
ignacioreyes Mar 13, 2024
1589bed
meeeerge from main
ignacioreyes Mar 14, 2024
bd1f116
feature_step in progress
ignacioreyes Apr 1, 2024
7372f86
testing feature step
ignacioreyes Apr 2, 2024
5b6284f
cleaning tests of feature_step
ignacioreyes Apr 3, 2024
c6b9b70
pull from main
ignacioreyes Apr 3, 2024
8987716
feature step integration test running
ignacioreyes Apr 5, 2024
18b8288
changed parser version and group
AlxEnashi Apr 8, 2024
2cfb1df
added poetry lock
AlxEnashi Apr 8, 2024
bc85c4f
fixed imports for running the tests
AlxEnashi Apr 8, 2024
9de6627
Merge branch 'main' into features_refactoring
AlxEnashi Apr 8, 2024
8892fce
removed extra linebreak
AlxEnashi Apr 8, 2024
ce1ce30
runned black
AlxEnashi Apr 8, 2024
c847047
changed required python for test_utils, added cov to test requirements
AlxEnashi Apr 8, 2024
1b70fd1
updated lock file
AlxEnashi Apr 8, 2024
7ec035d
added tdqm and matplotlib to lc_classifier dependencies
AlxEnashi Apr 8, 2024
03aad5d
updated lock
AlxEnashi Apr 8, 2024
c6ea327
copied old dockerfile.
AlxEnashi Apr 8, 2024
4268c50
removed turbu fats
AlxEnashi Apr 8, 2024
da7e15d
workarround to build succesfully
AlxEnashi Apr 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
93 changes: 55 additions & 38 deletions P4J/P4J/algorithms/analysis_of_variance.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions P4J/P4J/algorithms/analysis_of_variance.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Generated by Cython 3.0.8 -->
<!-- Generated by Cython 3.0.10 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -289,7 +289,7 @@
</style>
</head>
<body class="cython">
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.8</span></p>
<p><span style="border-bottom: solid 1px grey;">Generated by Cython 3.0.10</span></p>
<p>
<span style="background-color: #FFFF00">Yellow lines</span> hint at Python interaction.<br />
Click on a line that starts with a "<code>+</code>" to see the C code that Cython generated for it.
Expand Down
Loading
Loading