Spaces:
Runtime error
Runtime error
adding rayan prompt
Browse files
utils.py
CHANGED
|
@@ -6,6 +6,10 @@ import pandas as pd
|
|
| 6 |
import random
|
| 7 |
import boto3
|
| 8 |
s3 = boto3.resource('s3')
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
from io import StringIO
|
| 10 |
import joblib
|
| 11 |
s3_client = boto3.client('s3')
|
|
|
|
| 6 |
import random
|
| 7 |
import boto3
|
| 8 |
s3 = boto3.resource('s3')
|
| 9 |
+
import streamlit as st
|
| 10 |
+
from sklearn.metrics import r2_score
|
| 11 |
+
import tempfile
|
| 12 |
+
|
| 13 |
from io import StringIO
|
| 14 |
import joblib
|
| 15 |
s3_client = boto3.client('s3')
|