Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
hneth committed Sep 4, 2024
1 parent 73d4128 commit d0615eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,22 @@ From now on, consider using other packages such as **parsnip** or **tidymodels**

## Minor changes

Plotting:

- `plot.FFTrees()` now labels row of 2x2 confusion matrix as "Prediction" when using "test" data.
- `plot.FFTrees()` now has a `truth.labels` argument which, if set, distinguishes labels of true (signal vs. noise) cases from decision outcomes.
- `plot.FFTrees()` now has a `grayscale` argument which, if TRUE, creates a grayscale plot.

<!-- Costs: -->

Decision costs:

- Increased value of `cost_cues_default` from 0 to 1, so that default cue costs correspond to `mcu`.


## Details

- Fix bug for missing plot title.
- Added `@aliases FFTrees-package` to documentation of main `FFTrees()` function.
- Removed redundant `data_old` folder.

Expand Down Expand Up @@ -498,6 +507,6 @@ Thus, the main tree building function is now `FFTrees()` and the new tree object

------

[File `NEWS.md` last updated on 2024-05-21.]
[File `NEWS.md` last updated on 2024-09-04.]

<!-- eof. -->

0 comments on commit d0615eb

Please sign in to comment.