Closed drewoldag closed 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.
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)