上传者: 38720653
|
上传时间: 2021-10-17 16:31:27
|
文件大小: 27KB
|
文件类型: -
数据集为sklearn提供的加利福利亚房价预测数据集
import matplotlib.pyplot as plt
from tensorflow import keras
import tensorflow as tf
import matplotlib as mpl
import pandas as pd
import numpy as np
import sklearn
import time
import sys
import os
# 加载数据
from sklearn.datasets import fetch_california_housing
housing = fetch