We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3a301d + cecf928 commit 6c2aa50Copy full SHA for 6c2aa50
src/machines.jl
@@ -6,7 +6,7 @@
6
Return the current global default value for scientific type checking
7
when constructing machines.
8
9
- default_scitype_check_level(i)
+ default_scitype_check_level(i::Integer)
10
11
Set the global default value for scientific type checking to `i`.
12
@@ -213,7 +213,7 @@ for the concrete data but no type or dimension checks are applied.
213
214
### Checks on the types of training data
215
216
-A model articulates it's data requirements using [scientific
+A model articulates its data requirements using [scientific
217
types](https://juliaai.github.io/ScientificTypes.jl/dev/), i.e.,
218
using the [`scitype`](@ref) function instead of the `typeof` function.
219
0 commit comments