Logan Thomas

Results 19 issues of Logan Thomas

# Brief Description I've been thinking of a few ML additions for pyjanitor. Below are 3 ideas that I think would be helpful to add to the API: 1. A...

enhancement

# Brief Description - .github/workflows/auto-release.yml - See https://github.com/marketplace/actions/wait-on-check - Have every push to dev trigger a test suite run

# Brief Description of Fix Currently, the recommended approach for reviewing documentation updates is to build the docs locally. This may still be the recommended approach, but a note should...

good first issue
docfix
available for hacking
hacktoberfest

# Brief Description I would like to propose the dev team creates a new "Hacktoberfest 2020" label for outstanding issues for pyjanitor that they may want people to work on...

# Brief Description of Fix In some of the notebook examples, the cells that indicate the order in which cells are run are off by a few steps. In the...

docfix
infrastructure

# Brief Description The Windows build never fails when it should. #738 comments out the windows build in `.azure-pipelines/pipeline-master.yml` so that it doesn't run until properly debugged. # Notes -...

good intermediate issue
available for hacking
infrastructure
good advanced issue
hacktoberfest

# Brief Description I would like to propose a consistent framework for raising errors within pyjanitor. - There is a `JanitorError` class that is being used by some modules to...

``` import catplotlib.catplot as clt clt.catterplot() ``` ![catterplot](https://user-images.githubusercontent.com/24984410/185748891-2efa231c-c66d-41f8-9365-113cf651ba4a.png)

Fixes #2924 Re-implements #2914 (accidental deletion from forked repo) ## Description New beginner recipe on how to access model parameters, collect trainable parameters, and use `torchinfo.summary()` - How to inspect...

cla signed

## Description `batch_size` is not currently exposed as `train_loop()` parameter - Re-implements #2920 (accidental deletion from forked repo) ## Checklist - [X] The issue that is being fixed is referred...

cla signed