Skip to content

Commit

Permalink
For a 3.1.0 release (#24)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ablaom and OkonSamuel authored Jul 7, 2022
1 parent 8014091 commit 7bdf5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StatisticalTraits"
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "3.0.0"
version = "3.1.0"

[deps]
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
Expand Down
2 changes: 2 additions & 0 deletions src/StatisticalTraits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const TRAITS = [
:hyperparameter_ranges,
:orientation,
:reports_each_observation,
:reports_feature_importances,
:aggregation,
:is_feature_dependent,
:distribution_type,
Expand Down Expand Up @@ -176,6 +177,7 @@ orientation(::Type) = :loss # or `:score`, `:other`
aggregation(::Type) = Mean()
is_feature_dependent(::Type) = false
reports_each_observation(::Type) = false
reports_feature_importances(::Type) = false
distribution_type(::Type) = missing
iteration_parameter(::Type) = nothing
supports_training_losses(::Type) = false
Expand Down

0 comments on commit 7bdf5c6

Please sign in to comment.