/pipcook-plugin-bayesian-model

Pipcook plugin for bayesian model definition.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

@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"
},