File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def apply(input):
17
17
# This turns your library code into an algorithm that can run on the platform.
18
18
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
19
19
algorithm = ADK(apply)
20
- # The 'serve ()' function actually starts the algorithm, you can follow along in the source code
20
+ # The 'init ()' function actually starts the algorithm, you can follow along in the source code
21
21
# to see how everything works.
22
22
algorithm.init(" Algorithmia" )
23
23
@@ -78,7 +78,7 @@ def apply(input):
78
78
# This turns your library code into an algorithm that can run on the platform.
79
79
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
80
80
algorithm = ADK(apply)
81
- # The 'serve ()' function actually starts the algorithm, you can follow along in the source code
81
+ # The 'init ()' function actually starts the algorithm, you can follow along in the source code
82
82
# to see how everything works.
83
83
algorithm.init(" Algorithmia" )
84
84
@@ -257,4 +257,4 @@ Verify that it works on pytest, then:
257
257
``` commandline
258
258
python -m twine upload -r pypi dist/*
259
259
```
260
- and you're done :)
260
+ and you're done :)
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ def apply(input):
13
13
# This turns your library code into an algorithm that can run on the platform.
14
14
# If you intend to use loading operations, remember to pass a `load` function as a second variable.
15
15
algorithm = ADK (apply )
16
- # The 'serve ()' function actually starts the algorithm, you can follow along in the source code
16
+ # The 'init ()' function actually starts the algorithm, you can follow along in the source code
17
17
# to see how everything works.
18
18
algorithm .init ("Algorithmia" )
You can’t perform that action at this time.
0 commit comments