248e491
1
2
3
4
5
6
import streamlit as st from pycaret.regression import load_model pipeline = load_model("trained_model") print(pipeline)