Skip to content

Commit 1539a5f

Browse files
committed
fixes
1 parent bf4b095 commit 1539a5f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717

1818
## Installation
1919

20-
```julia
20+
```julia-repl
2121
] add NeuroTreeModels
2222
```
2323

24+
⚠ Compatible with Julia >= v1.9.
25+
2426
## Configuring a model
2527

2628
A model configuration is defined with the [NeuroTreeRegressor](https://evovest.github.io/NeuroTreeModels.jl/dev/models#NeuroTreeModels.NeuroTreeRegressor) constructor:

src/MLJ.jl

-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ function MMI.predict(::NeuroTreeRegressor, fitresult, A)
6868
return pred
6969
end
7070

71-
MMI.supports_weights(::Type{<:NeuroTreeRegressor}) = true
72-
73-
7471
# Metadata
7572
MMI.metadata_pkg.(
7673
(NeuroTreeRegressor),

0 commit comments

Comments
 (0)