build_package_from_code_result#
- scikitplot.cython.build_package_from_code_result(modules, *, package_name, profile=None, **kwargs)[source]#
Build and import a multi-module extension package from code strings.
- Parameters:
- modulesMapping[str, str]
Mapping of module short name to Cython code.
- package_namestr
Package name.
- profile{‘fast-debug’, ‘release’, ‘annotate’} or None, default=None
Optional build profile preset.
- **kwargs
Passed to the underlying builder.
- Returns:
- scikitplot.cython.PackageBuildResult
Package build result.
- Parameters:
- Return type:
Gallery examples#
Workflow templates (train / hpo / predict) + CLI entry template
Workflow templates (train / hpo / predict) + CLI entry template