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

Update ResspectClassifier so that model weights can be loaded #48

Closed drewoldag closed 1 month ago

drewoldag commented 1 month ago

Currently any call to either predict or __call__ will trigger the classifier to be fit to some data.

There will be use cases where people have trained the models, and don't want to refit, but instead simply need to load the pretrained weights and then predict.