Gavin Mischler

Results 17 issues of Gavin Mischler

#### Reference Issues/PRs Fixes #286 #### What does this implement/fix? Explain your changes. Adds a menu to the bottom left of the docs to toggle between versions. #### Any other...

## Expected Behavior The docs should be consistent with what version they are for. For example, when you hover over the browser tab for the docs, it should indicate that...

In the cotraining classifier, need to make sure that the object has been fit before being used to predict.

good first issue

Currently, DCCA uses its own linear CCA implementation. Once KCCA is completed, switch to using mvlearn.kcca with a linear kernel, to improve code consistency.

enhancement

#### Reference Issues/PRs Fixes #317 #### What does this implement/fix? Explain your changes. Changes the attribute names of estimator1 and estimator2 in CTClassifier and CTRegressor to not have trailing underscores,...

#### Reference Issues/PRs #### What does this implement/fix? Explain your changes. Fix deprecated symeig function call in DCCA. Also change depracated parameter name in groupica tests. Also fix formatting issues....

Plotting functions like shaded_error_plot take params like `shade_args` but the defaults should be handled so that if the user passes in something else like `shade_args={'edgecolors':'none'}` that shouldn't override the other...

## Expected Behavior Tell us what should happen ## Actual Behavior Tell us what happens instead ## Template Code ```naplib Paste the template code (ideally a minimal example) that causes...

enhancement

## Expected Behavior Would be great if you could manually set weights in TRF for easy simulation of STRFs

enhancement

## Expected Behavior After parsing args, there should be better and more descriptive errors thrown if data is not correct. ## Actual Behavior For example, if you try to pass...

enhancement