Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 659 Bytes

@pipcook/plugins-bayesian-model-define

Description

This plugin will define the structure of Naive Bayes classifier for text classification. For more information, Please refer to here

Required Parameters

Parameter Type Description

Optional Parameters

Parameter Type Default Value Description
recoverPath string null The path to the model pretrained

Example

"modelDefine": {
  "package": "@pipcook/plugins-bayesian-model-define"
},