question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RFE: --diff and --recursive

See original GitHub issue

I think the following would be some good enhancements to this tool:

  • --diff like isort, which prints the suggested changes on stdout, instead of modifying the files.

    This is great for CI checks where a contributor gets to see the required changes to fix the situation directly.

  • --recursive option, to specify an entire project directory without globs.

    This would make CLI invocations easier.

I’ll be happy to write PRs for them if @asottile thinks they’re reasonable.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
suntzu86commented, Nov 16, 2018

TIL --show-diff-on-failure. Sweet!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recursive Feature Elimination (RFE) for Feature Selection in ...
RFE is a wrapper-type feature selection algorithm. This means that a different machine learning algorithm is given and used in the core of...
Read more >
What is the difference between Recursive Feature Elimination ...
See also: 'recursive feature elimination (RFE) is to select features by recursively considering smaller and smaller sets of features [.
Read more >
Multiple Regression and Recursive Feature Elimination (RFE)
This model seems to be a great fit. The R² score is very high at around 85%, also the difference between the RMSEs...
Read more >
How does the Recursive Feature elimination(RFE) works and ...
I read about the backward elimination and I understood its working as: Select the significance level. Fit our model with all independent ...
Read more >
5 Reasons Not To Use Recursive Feature Elimination (RFE)
When building a predictive model, an explanatory variable or feature is deemed unnecessary when it is either uninformative or redundant.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found