Thanks to visit codestin.com
Credit goes to github.com

Skip to content

In sklearn.naive_bayes, GaussianNB model return an attribute called sigma_.  #16760

@TaiChiTiger

Description

@TaiChiTiger

In the document, sigma_ is the variance of each feature per class, but in general, it means standard variation. So we either change its name to variance_ or call sigma_ the std of each feature per class.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions