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 605e599 + 895ae8a commit 738d14bCopy full SHA for 738d14b
src/HealthBase.jl
@@ -10,6 +10,16 @@ function fit end
10
"""
11
function fit! end
12
13
+"""
14
+ inverse_transform
15
16
+function inverse_transform end
17
+
18
19
+ inverse_transform!
20
21
+function inverse_transform! end
22
23
24
predict
25
@@ -30,4 +40,24 @@ function predict_proba end
30
40
31
41
function predict_proba! end
32
42
43
44
+ predict_log_proba
45
46
+function predict_log_proba end
47
48
49
+ predict_log_proba!
50
51
+function predict_log_proba! end
52
53
54
+ transform
55
56
+function transform end
57
58
59
+ transform!
60
61
+function transform! end
62
33
63
end # module
0 commit comments