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
Change PreFitVotingClassifier so that it will work for non-sklearn classifiers #50
Currently PreFitVotingClassifier is used only in
bootstrap
, and it seems quite coupled to classifier API that sklearn provides.