文件名称:conflux:用于Python的时间序列实用程序库
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-22 10:28:18
python machine-learning time-series neural-network interpolation
合流 适用于Python的时间序列实用程序库。 特征: 时间间隔均匀/不均匀的类 不等距时间序列的() 将等距时间序列转换为数据集() 时间序列的预测包装,例如keras() 安装 要求: Python3.5+ 安装: git clone https://github.com/kweimann/conflux.git cd conflux pip install . 例子 插补 有关完整的示例,请参见examples/interpolation.py 。 # number of observations n = 25 # time interval i.e. first and last timestamp t0 , tn = [ 0 , 200 ] # function producing observation value from observation ti
【文件预览】:
conflux-master
----setup.py(379B)
----.gitignore(1KB)
----requirements.txt(22B)
----LICENSE(1KB)
----examples()
--------interpolation.py(2KB)
--------neural_network_forecast.py(3KB)
----README.md(4KB)
----conflux()
--------__init__.py(89B)
--------utils.py(913B)
--------ts()
--------solver.py(3KB)