mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
remove the specific fast ai prediction
This commit is contained in:
parent
9cd9208e3b
commit
3e38b572ce
1 changed files with 5 additions and 5 deletions
|
|
@ -64,11 +64,11 @@ def warming_up_invocation(
|
|||
columns=model.model.original_features,
|
||||
)
|
||||
|
||||
model_names = model.model.model_names()
|
||||
if "NeuralNetFastAI" in model_names:
|
||||
model.model.predict(warmup_df, model="NeuralNetFastAI")
|
||||
else:
|
||||
model.predict(data=warmup_df)
|
||||
# model_names = model.model.model_names()
|
||||
# if "NeuralNetFastAI" in model_names:
|
||||
# model.model.predict(warmup_df, model="NeuralNetFastAI")
|
||||
# else:
|
||||
model.predict(data=warmup_df)
|
||||
|
||||
|
||||
def handler(event, context):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue