11 2021 档案
摘要:# https://facebook.github.io/prophet/docs/quick_start.html import pandas as pd from fbprophet import Prophet from fbprophet import __version__ print(_
阅读全文
摘要:from statsmodels.tsa.api import VAR # VAR example from statsmodels.tsa.vector_ar.var_model import VAR from random import random # VAR example from sta
阅读全文
摘要:from sktime.classification.interval_based import TimeSeriesForestClassifier from sktime.datasets import load_arrow_head from sklearn.model_selection i
阅读全文
摘要:tasklist | findstr "processname" # 查找进程名 netstat -ano |findstr "port" # 查找端口
阅读全文
摘要:启动XLaunch XLaunch 要使用管理员模式启动,否则进程就退出了并且没有提示 设置DISPLAY参数 指定主机的ip: export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.
阅读全文