AutomatedML / test.py
harshnarayan12's picture
Upload 9 files
248e491 verified
raw
history blame
121 Bytes
import streamlit as st
from pycaret.regression import load_model
pipeline = load_model("trained_model")
print(pipeline)