bartmiller commited on
Commit
be2f547
·
verified ·
1 Parent(s): 1b1a9bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- # from sklearn.datasets import fetch_california_housing
5
- # from sklearn.model_selection import train_test_split
6
- # from sklearn.preprocessing import StandardScaler
7
- # from sklearn.linear_model import LinearRegression
8
- # from sklearn.metrics import mean_squared_error, r2_score
9
 
10
  # # Load the California Housing dataset
11
  # data = fetch_california_housing(as_frame=True)
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ from sklearn.datasets import fetch_california_housing
5
+ from sklearn.model_selection import train_test_split
6
+ from sklearn.preprocessing import StandardScaler
7
+ from sklearn.linear_model import LinearRegression
8
+ from sklearn.metrics import mean_squared_error, r2_score
9
 
10
  # # Load the California Housing dataset
11
  # data = fetch_california_housing(as_frame=True)