上传者: 38669091
|
上传时间: 2021-12-23 20:55:51
|
文件大小: 31KB
|
文件类型: -
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_california_housing()
print