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

Print the feature names in report.print_tree() #54

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

adarshpalaskar1
Copy link
Contributor

This commit addresses issue #23 by modifying TreePrinter struct and fit function to include the feature_names parameter.

This commit addresses issue JuliaAI#23 by modifying TreePrinter struct and fit function to include the feature_names parameter.
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (51dc062) 97.87% compared to head (b1a41d5) 97.87%.

Files Patch % Lines
src/MLJDecisionTreeInterface.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #54   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files           1        1           
  Lines         141      141           
=======================================
  Hits          138      138           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ablaom ablaom merged commit a8d448c into JuliaAI:dev Feb 21, 2024
4 of 5 checks passed
Copy link
Member

@ablaom ablaom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go. Thank you @adarshpalaskar1 for this contribution.

@ablaom ablaom mentioned this pull request Feb 21, 2024
@adarshpalaskar1
Copy link
Contributor Author

Good to go. Thank you @adarshpalaskar1 for this contribution.

Thank you for helping me find this issue. Do we have any issues to solve with respect to TreePlots.jl integration discussed earlier / anything else I can take a stab at?

@ablaom
Copy link
Member

ablaom commented Feb 22, 2024

@adarshpalaskar1 You could have a go at this. A bit harder.

@adarshpalaskar1
Copy link
Contributor Author

@adarshpalaskar1 You could have a go at this. A bit harder.

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants