What Have I Been Working On:
This week, I’ve been working on finishing the vector autoregressive model addition, connectivity examples showing off the VAR model and adding a "connectivity for classification" example. This involves working a lot with scikit-learn's API to assist transformation of functions into scikit-learn compatible pipelines. The other examples require me to learn how to best simplify explanations for new readers.
My plan for the upcoming week is to finish these functional improvements, taking in feedback from my mentors. I intend on then adding additional tests, and code that deals with bivariate statistical tests, or graph statistical tests.
What Have I Been Struggling With: Writing good examples that are useful for package users is difficult, so there's a lot of iteration that I have been working on with my mentors.