Skip to content

Commit 7bdf5c6

Browse files
ablaomOkonSamuel
andauthored
For a 3.1.0 release (#24)
* add `reports_feature_importances` trait. (#23) * add eports_intrinsic_importances trait. * rename eports_intrinsic_importances trait to eports_feature_importances. * bump 3.1.0 Co-authored-by: Okon Samuel <[email protected]>
1 parent 8014091 commit 7bdf5c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatisticalTraits"
22
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "3.0.0"
4+
version = "3.1.0"
55

66
[deps]
77
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"

src/StatisticalTraits.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const TRAITS = [
3434
:hyperparameter_ranges,
3535
:orientation,
3636
:reports_each_observation,
37+
:reports_feature_importances,
3738
:aggregation,
3839
:is_feature_dependent,
3940
:distribution_type,
@@ -176,6 +177,7 @@ orientation(::Type) = :loss # or `:score`, `:other`
176177
aggregation(::Type) = Mean()
177178
is_feature_dependent(::Type) = false
178179
reports_each_observation(::Type) = false
180+
reports_feature_importances(::Type) = false
179181
distribution_type(::Type) = missing
180182
iteration_parameter(::Type) = nothing
181183
supports_training_losses(::Type) = false

0 commit comments

Comments
 (0)