Guilherme Marthe
Guilherme Marthe
Should there be a set of default parameters in the tidy/augment/glance that are built-in into all supported models? This would allow for a common api, with changes only to the...
I'm thinking something along the lines of every tidy function should at least have the following parameters: - ran_prefix (or else) - conf.int (or a more general intervals) - conf.level...
hey @ericmjl, thank you for the prompt response! I think I can help you with this issue, even though I'm a beginner, I am aware of how friendly pyjanitor is...
Also, should we add messages and/or warnings whenever the user tries to use a method that depends on a non-installed dependency?
with the make_dataset.py main function it self i found that understanding the Click library was enough. This webcast made by the developer of Click is quite good https://youtu.be/kNke39OZ2k0 . However,...
No updates on this? Seems fixable, no?
Hey @astrojuanlu , I wasn't able to pip install the `kedro-init` package. Did this make it into a release within kedro?
Had this issue for a while, and for installations through nix one needs to add ben nix-profile bin directory like this: ``` set-environment -g PATH "/Users//.nix-profile/bin:/opt/homebrew/bin:/bin:/usr/bin" ```
Just to add to this style of syntax, mlogit uses something similar for multinomial choice models. Not saying it should be implemented here, but there is another use case for...
Will start working on it right now!