Skip to content

Adding GP mixing to Taweret as a mixing module #125

@asemposki

Description

@asemposki

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:

  • Adding a new mixing module file, gpmixing.py or something similar, along with dependencies and any necessary versions of packages (see Issue Assess changes to external dependence versions #140 as well concerning major package versions)
  • Full doc strings for the code in the module
  • Make a Jupyter Book tutorial notebook for new users

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions