pcs pipeline:使用PCS进行稳定性分析的框架 源码
PCS管道 使用PCS进行稳定性分析的框架。 (正在开发中,尚未准备就绪) 样品用法 使用pip install pcsp (请参阅以获取帮助) import pcsp from pcsp import PCSPipeline # replaces sklearn.Pipeline from pcsp import ModuleSet # drop-in replacement for any function with a set of functions 文献资料 在上大量构建,但对其进行扩展以方便稳定性分析。 管道 是使用(key, value)对的列表构建的,其中key是包含您要为此步骤指定的名称的字符串,而value是估计器对象: from pcsp import PCSPipeline # replaces sklearn.Pipeline pipe = PCSPipe
文件列表
pcs-pipeline-master.zip
(预估有个23文件)
pcs-pipeline-master
docs
module.html
9KB
module_set.html
22KB
github.css
228KB
index.html
11KB
style_docs.py
3KB
pipeline.html
11KB
build_docs.sh
147B
troubleshooting.md
282B
暂无评论