赞
踩
lstm+attention股票价格预测
- # -*- coding: utf-8 -*-
- # 导入库pip install openpyxl -i https://pypi.tuna.tsinghua.edu.cn/simple
- import pandas as pd
- import numpy as np
- from sklearn.model_selection import train_test_split
- from sklearn import metrics
- from sklearn.metrics import mean_squared_error # 评价指标
- import matplotlib.pyplot as plt
- from keras.models
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。