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):
1717# This turns your library code into an algorithm that can run on the platform.
1818# If you intend to use loading operations, remember to pass a `load` function as a second variable.
1919algorithm = 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
2121# to see how everything works.
2222algorithm.init(" Algorithmia" )
2323
@@ -78,7 +78,7 @@ def apply(input):
7878# This turns your library code into an algorithm that can run on the platform.
7979# If you intend to use loading operations, remember to pass a `load` function as a second variable.
8080algorithm = 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
8282# to see how everything works.
8383algorithm.init(" Algorithmia" )
8484
@@ -257,4 +257,4 @@ Verify that it works on pytest, then:
257257``` commandline
258258python -m twine upload -r pypi dist/*
259259```
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):
1313# This turns your library code into an algorithm that can run on the platform.
1414# If you intend to use loading operations, remember to pass a `load` function as a second variable.
1515algorithm = 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
1717# to see how everything works.
1818algorithm .init ("Algorithmia" )
You can’t perform that action at this time.
0 commit comments