You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@defaultobject has a repo called cleanair_aq_example that trains a JAX model on the LAQN data (see m_stgp.py).
We want to include the model into the cleanair repo.
Make sure importing the model from the stgp repo works
Create a new class that extends the ModelMixin class
Implement the 'fit' method
Implement the 'predict' method
make sure new class works with the other classes
.
The text was updated successfully, but these errors were encountered:
@defaultobject has a repo called cleanair_aq_example that trains a JAX model on the LAQN data (see m_stgp.py).
We want to include the model into the cleanair repo.
.
The text was updated successfully, but these errors were encountered: