-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,8 @@ This classifier has no hyper-parameters. | |
The fields of `fitted_params(mach)` are: | ||
- `tree`: the tree (a `OneTree`) returned by the core OneTree.jl algorithm | ||
- `a_target_element`: for internal use; it's a target element of the training data used to | ||
transfer `levels`-information to `predict` | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
roland-KA
Author
Owner
|
||
# Report | ||
|
If it's only for internal use, you could just drop it from
fitted_params
. However, you may want to think about passing, either here or in the report, any encoding which would allow one to plot an appropriately labelled tree, as per discussion at https://github.com/bensadeghi/DecisionTree.jl/issues/147.