计算时间

54 个文件 来自所有库 的总执行时间为 00:04.385

示例

时间

内存 (MB)

使用 XGBoost 模型转换管道 (tutorial/plot_gexternal_xgboost.py)

00:04.385

0.0

ONNX 的 ONNX Runtime 后端 (examples/plot_backend.py)

00:00.000

0.0

将 CDist 与 scipy 进行比较 (examples/plot_benchmark_cdist.py)

00:00.000

0.0

基准测试管道 (examples/plot_benchmark_pipeline.py)

00:00.000

0.0

使用缩减的操作符列表转换模型 (examples/plot_black_op.py)

00:00.000

0.0

与 StandardScaler 的差异 (examples/plot_cast_transformer.py)

00:00.000

0.0

使用 ColumnTransformer 转换管道 (examples/plot_complex_pipeline.py)

00:00.000

0.0

概率或原始分数 (examples/plot_convert_decision_function.py)

00:00.000

0.0

训练、转换和预测模型 (examples/plot_convert_model.py)

00:00.000

0.0

转换模型的不同方式 (examples/plot_convert_syntax.py)

00:00.000

0.0

作为向量或 ZipMap 的概率 (examples/plot_convert_zipmap.py)

00:00.000

0.0

为您自己的模型编写您自己的转换器 (examples/plot_custom_model.py)

00:00.000

0.0

当自定义模型既不是分类器也不是回归器时 (examples/plot_custom_parser.py)

00:00.000

0.0

当自定义模型既不是分类器也不是回归器时(替代方案) (examples/plot_custom_parser_alternative.py)

00:00.000

0.0

onnxruntime 错误 (examples/plot_errors_onnxruntime.py)

00:00.000

0.0

与 GaussianProcessorRegressor 的差异:使用双精度浮点数 (examples/plot_gpr.py)

00:00.000

0.0

遍历中间输出 (examples/plot_intermediate_outputs.py)

00:00.000

0.0

调查管道 (examples/plot_investigate_pipeline.py)

00:00.000

0.0

日志记录,详细模式 (examples/plot_logging.py)

00:00.000

0.0

元数据 (examples/plot_metadata.py)

00:00.000

0.0

NMF 分解的自定义操作符 (examples/plot_nmf.py)

00:00.000

0.0

玩转 ONNX 操作符 (examples/plot_onnx_operators.py)

00:00.000

0.0

将 onnx 节点附加到转换后的模型 (examples/plot_output_onnx_single_probability.py)

00:00.000

0.0

绘制管道 (examples/plot_pipeline.py)

00:00.000

0.0

使用 LightGbm 模型转换管道 (examples/plot_pipeline_lightgbm.py)

00:00.000

0.0

使用 XGBoost 模型转换管道 (examples/plot_pipeline_xgboost.py)

00:00.000

0.0

ONNX 与 TfIdfVectorizer (examples/plot_tfidfvectorizer.py)

00:00.000

0.0

训练和部署 scikit-learn 管道 (tutorial/plot_abegin_convert_pipeline.py)

00:00.000

0.0

基准测试 ONNX 转换 (tutorial/plot_bbegin_measure_time.py)

00:00.000

0.0

categorical_encoder 中 WOEEncoder 的转换器 (tutorial/plot_catwoe_transformer.py)

00:00.000

0.0

opset 号是什么? (tutorial/plot_cbegin_opset.py)

00:00.000

0.0

一种模型,通过选项进行多种可能的转换 (tutorial/plot_dbegin_options.py)

00:00.000

0.0

转换时操作符黑名单 (tutorial/plot_dbegin_options_list.py)

00:00.000

0.0

选择分类器的合适输出 (tutorial/plot_dbegin_options_zipmap.py)

00:00.000

0.0

切换到浮点数时的问题 (tutorial/plot_ebegin_float_double.py)

00:00.000

0.0

中间结果和调查 (tutorial/plot_fbegin_investigate.py)

00:00.000

0.0

在一个 onnx 图中存储数组 (tutorial/plot_gbegin_cst.py)

00:00.000

0.0

数据帧作为输入 (tutorial/plot_gbegin_dataframe.py)

00:00.000

0.0

修改 ONNX 图 (tutorial/plot_gconverting.py)

00:00.000

0.0

使用 CatBoost 分类器转换管道 (tutorial/plot_gexternal_catboost.py)

00:00.000

0.0

使用 LightGBM 分类器转换管道 (tutorial/plot_gexternal_lightgbm.py)

00:00.000

0.0

使用 LightGBM 回归器转换管道 (tutorial/plot_gexternal_lightgbm_reg.py)

00:00.000

0.0

实现一个新的转换器 (tutorial/plot_icustom_converter.py)

00:00.000

0.0

实现转换器的两种方式 (tutorial/plot_jcustom_syntax.py)

00:00.000

0.0

FunctionTransformer 的问题 (tutorial/plot_jfunction_transformer.py)

00:00.000

0.0

使用其他转换器实现一个新的转换器 (tutorial/plot_kcustom_converter_wrapper.py)

00:00.000

0.0

一个带有选项的新转换器 (tutorial/plot_lcustom_options.py)

00:00.000

0.0

通过添加解析器更改输出数量 (tutorial/plot_mcustom_parser.py)

00:00.000

0.0

转换 CountVectorizer 或 TfidfVectorizer 时棘手的问题 (tutorial/plot_ngrams.py)

00:00.000

0.0

处理差异 (tf-idf) (tutorial/plot_transformer_discrepancy.py)

00:00.000

0.0

TfIdf 和稀疏矩阵 (tutorial/plot_usparse_xgboost.py)

00:00.000

0.0

FeatureHasher、pandas 值和意外差异 (tutorial/plot_weird_pandas_and_hash.py)

00:00.000

0.0

pyod.models.iforest.IForest 的转换器 (tutorial/plot_wext_pyod_forest.py)

00:00.000

0.0

WOE 的转换器 (tutorial/plot_woe_transformer.py)

00:00.000

0.0