LSSTDESC / RESSPECT

The RESSPECT project is a result from an inter-collaboration agreement established between the Cosmostatistics Initiative (COIN) and the LSST Dark Energy Science Collaboration (DESC) with the goal of developing a recommendation system for telescope resource allocation able to optimize photometric supernova cosmology anaylsis.
MIT License
1 stars 0 forks source link

Bazin feature names to upper case #66

Closed drewoldag closed 1 month ago

drewoldag commented 1 month ago

Converting the feature names to uppercase to match fit_lightcurves.py:fit (https://github.com/LSSTDESC/RESSPECT/blob/main/src/resspect/fit_lightcurves.py#L408)

github-actions[bot] commented 1 month ago
Before [c683c9b0] After [f2acf0bc] Ratio Benchmark (Parameter)
197M 196M 1 benchmarks.peakmem_learn_loop('KNN')
188M 188M 1 benchmarks.peakmem_learn_loop('RandomForest')
151±2ms 150±2ms 1 benchmarks.time_learn_loop('KNN', 'UncSampling')
2.57±0.02s 2.55±0s 0.99 benchmarks.time_learn_loop('RandomForest', 'RandomSampling')
2.57±0.04s 2.55±0.01s 0.99 benchmarks.time_learn_loop('RandomForest', 'UncSampling')
151±3ms 148±2ms 0.98 benchmarks.time_learn_loop('KNN', 'RandomSampling')
145±3ms 133±2ms 0.92 benchmarks.time_feature_creation

Click here to view all benchmarks.