Dir checkup

This commit is contained in:
MatOgr 2022-05-15 12:50:04 +02:00
parent e13a78580e
commit bd63523e26

View File

@ -1,8 +1,10 @@
import mlflow
import numpy as np
import json
import os
print('################\n\n', os.listdir(), "\n\n###############")
model = mlflow.pyfunc.load_model(
'../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model')
with open('../mlruns/13/da5c6167bb45403fa35569849a1fbc13/artifacts/model/input_example.json') as f: