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

Removing erronious GNU GPL notifications from the source tree. #65

Closed mtauraso closed 1 month ago

mtauraso commented 1 month ago

No more source code matches for GNU or GPL on this branch:

mtauraso@Michaels-MacBook-Pro RESSPECT % grep -rni gpl ./*
Binary file ./data/tests/RESSPECT_PHOTO.csv.gz matches
Binary file ./docs/images/active_learning_loop.png matches
mtauraso@Michaels-MacBook-Pro RESSPECT % grep -rni gnu ./*
github-actions[bot] commented 1 month ago
Before [c683c9b0] After [2849edd3] Ratio Benchmark (Parameter)
149±1ms 151±2ms 1.01 benchmarks.time_learn_loop('KNN', 'RandomSampling')
151±2ms 152±2ms 1.01 benchmarks.time_learn_loop('KNN', 'UncSampling')
197M 196M 1 benchmarks.peakmem_learn_loop('KNN')
188M 188M 1 benchmarks.peakmem_learn_loop('RandomForest')
131±3ms 131±1ms 1 benchmarks.time_feature_creation
2.55±0.02s 2.53±0s 0.99 benchmarks.time_learn_loop('RandomForest', 'RandomSampling')
2.58±0.03s 2.56±0.01s 0.99 benchmarks.time_learn_loop('RandomForest', 'UncSampling')

Click here to view all benchmarks.