API Reference#
Subpackages#
- dstk.adaptors package
- dstk.hooks package
- dstk.lib_types package
- Submodules
- dstk.lib_types.dstk_types module
BigramBigramListCollocatesCollocatesListDirectedCollocateListDirectedCollocatesExcludedMethodsLabelsMatrixNeighborNeighborsNeuralModelsNumberPOSTaggedWordPOSTaggedWordListResultGeneratorRulesTemplateSentencesStageModulesStageTemplateStageWorkflowStepConfigStepGeneratorStepResultTaggedSentencesTaggedWordsListWordWordCountsWordSentecesWordsWorkflowWorkflowTemplate
- dstk.lib_types.fasttext_types module
- dstk.lib_types.gensim_types module
- dstk.lib_types.numpy_types module
- dstk.lib_types.pandas_types module
- dstk.lib_types.plotly_types module
- dstk.lib_types.sklearn_types module
- dstk.lib_types.spacy_types module
- Module contents
- dstk.models package
- dstk.modules package
- Subpackages
- Submodules
- dstk.modules.count_models module
- dstk.modules.geometric_distance module
- dstk.modules.ngrams module
- dstk.modules.predict_models module
- dstk.modules.text_matrix_builder module
- dstk.modules.text_processor module
- dstk.modules.tokenizer module
- dstk.modules.weight_matrix module
- Module contents
- dstk.templates package
- dstk.workflows package
Submodules#
dstk.utils module#
- dstk.utils.check_return_results(return_list: list[str], callable_names: list[str], callable_type: str) None[source]#
Validates and warns about the order of user-requested workflow/method/module outputs.
- Parameters:
return_list – The list of callables to be returned (e.g., return_workflows).
callable_names – The names of callables in the pipeline, in execution order.
callable_type – The kind of callable being validated (e.g., ‘workflow’, ‘method’, ‘module’).