Skip to content
Snippets Groups Projects
Commit 2a7f4dd9 authored by Siddhartha Laghuvarapu's avatar Siddhartha Laghuvarapu
Browse files

Correct mistype in inference_setup function

parent 67b00f07
No related branches found
No related tags found
1 merge request!2Starterkit corrections
...@@ -27,7 +27,7 @@ class RandomPredictor(AirbornePredictor): ...@@ -27,7 +27,7 @@ class RandomPredictor(AirbornePredictor):
PARTICIPANT_TODO: PARTICIPANT_TODO:
During the evaluation all combinations for flight_id and flight_folder_path will be provided one by one. During the evaluation all combinations for flight_id and flight_folder_path will be provided one by one.
NOTE: In case you want to load your model, please do so in `predict_setup` function. NOTE: In case you want to load your model, please do so in `inference_setup` function.
""" """
def inference(self, flight_id): def inference(self, flight_id):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment