mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 09:46:24 +02:00
fix schema
This commit is contained in:
parent
abbaa6afa9
commit
4423524734
1 changed files with 5 additions and 5 deletions
|
|
@ -53,17 +53,17 @@ PolynomialExpansion:
|
|||
|
||||
CatCount:
|
||||
type: class
|
||||
description: "Add value counts of categorical columns as new features."
|
||||
description: "Add value counts of a categorical column as new feature."
|
||||
methods:
|
||||
__init__:
|
||||
description: "Initialize self."
|
||||
parameters:
|
||||
properties:
|
||||
cols:
|
||||
type: list
|
||||
description: "Columns for value counts."
|
||||
col:
|
||||
type: str
|
||||
description: "Column for value counts."
|
||||
required:
|
||||
- cols
|
||||
- col
|
||||
fit:
|
||||
description: "Fit the CatCount model."
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue