Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for functionality #26

Closed
mileta1976 opened this issue Aug 23, 2020 · 5 comments
Closed

Suggestion for functionality #26

mileta1976 opened this issue Aug 23, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@mileta1976
Copy link

Hello Bernado, your package certainly has great potential !

Could you add this functionality:
https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c

Thank you !

@laresbernardo
Copy link
Owner

laresbernardo commented Aug 23, 2020 via email

@mileta1976
Copy link
Author

Hi Bernarno,

Thank you for quick response.

I know for DALEX and dist function, but we can’t identify noisy features using feature importance.
(because they could be fairly important and still be very noisy).

Functionality: Identify noisy features by comparing feature trends in train/validation to identify noisy ones.
More info: https://github.com/abhayspawar/featexp/blob/master/featexp_demo.ipynb
Thank you !

@laresbernardo laresbernardo added the enhancement New feature or request label Nov 2, 2020
@NikitaEGroot
Copy link

Hi, thanks for your amazing work! I might be missing something obvious, but is there any way to add titles and remove the "Ranked Cross-Correlations" heading from the corr_cross?

@laresbernardo
Copy link
Owner

Hi @NikitaEGroot thanks!
Yes, you can actually do something like:

... + ggplot2::ggtitle("This is my new title")

@NikitaEGroot
Copy link

Hi @NikitaEGroot thanks! Yes, you can actually do something like:

... + ggplot2::ggtitle("This is my new title")

Thank you so much! I didn't realize the whole plot worked with ggplot2, this is perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants