affinitree 0.20.0

A crate to distill faithful decision trees out of neural networks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
blank_lines_upper_bound = 2
brace_style = "SameLineWhere" # default
control_brace_style = "ClosingNextLine"
edition = "2021"
indent_style = "Block" # default
# license_template_path
imports_granularity = "Module"
reorder_impl_items = true 
reorder_imports = true # default
group_imports = "StdExternalCrate"
reorder_modules = true # default
report_fixme = "Always"
report_todo = "Always"
space_after_colon = true # default
tab_spaces = 4 # default
trailing_comma = "Never"