I will be adding the option of model mixing via GPs to Taweret, which will require a whole new mixing module to implement. This will mean I need to complete the following tasks:
The new mixing module will be based off of the GP class in scikit-learn, and will need to pull from scikit-learn to be used, which I foresee being the main potential difficulty of building this method. Making the code general and not needing to directly edit source code will be the hurdle to overcome.
I will be adding the option of model mixing via GPs to Taweret, which will require a whole new mixing module to implement. This will mean I need to complete the following tasks:
The new mixing module will be based off of the GP class in scikit-learn, and will need to pull from scikit-learn to be used, which I foresee being the main potential difficulty of building this method. Making the code general and not needing to directly edit source code will be the hurdle to overcome.