python
文章平均质量分 72
devops和机器学习专家
这个作者很懒,什么都没留下…
展开
-
时序预测算法 learn
时序预测算法 learn准备阶段官网和github地址pip下载数据集codeshow优化 准备阶段 官网和github地址 bprophet 官网 官网地址 github 地址 github 地址 pip下载 pip install fbprophet 数据集 航班数据 international-airline-passengers.csv 大家可以我的连接中进行下载 code import pandas as pd from fbprophet import Prophet from matplo原创 2021-04-14 16:55:33 · 497 阅读 · 0 评论 -
python写脚本监听端口
#!/usr/bin/python #-- coding: utf-8 -- import os import sys def partition(str,sep): return [str.split(sep)[0],sep,sep.join(str.split(sep)[1:])] def rpartition(str,sep): return [sep.join(str.split(sep)...原创 2018-12-06 21:30:30 · 2252 阅读 · 0 评论