logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

神经网络进行股票预测

-- coding: utf-8 --“”"@Time : 19-10-1 上午7:32@Author : lei@Site :@File : 神经网络预测股票.py@Software: PyCharm“”"股票预测import pandas as pdimport numpy as npfrom sklearn.model_selection import train_te...

#神经网络#sklearn
python爬虫,58汽车信息爬取(selenium)

coding=utf-8“”"author:leifunction:“”"import timefrom selenium import webdriverimport jsonclass Car(object):def init(self):self.url = “https://sanhe.58.com/ershouche/”options = webdriver.ChromeOptions(

#python
python爬虫,百度翻译

coding=utf-8“”"author:leifunction:百度翻译“”"import jsonimport requestsclass Baidu(object):def __init__(self, word):self.url = "https://fanyi.baidu.com/sug"self.headers = {"User-Agent": "Mozilla/5.0 (Wind

#python
到底了