Skip to content

Commit

Permalink
add note: experiment API is subject to changes outside semversioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Aug 31, 2020
1 parent 793f90b commit 9414630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/adding_models_for_general_use.md
Expand Up @@ -595,7 +595,7 @@ for an example.

!!! warning "Experimental"

The following API is experimental
The following API is experimental. It is subject to breaking changes during minor or major releases without warning.

```julia
MMI.predict_joint(model::SomeSupervisedModel, fitresult, Xnew) -> yhat
Expand Down Expand Up @@ -849,7 +849,7 @@ encoding representations).

!!! warning "Experimental"

The following API is experimental
The following API is experimental. It is subject to breaking changes during minor or major releases without warning.

Models that fit a probability distribution to some `data` should be
regarded as `Probablisitic <: Supervised` models with target `y=data`
Expand Down

0 comments on commit 9414630

Please sign in to comment.