mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix bug and update cache
This commit is contained in:
parent
321a4c0d75
commit
55dac10146
2 changed files with 7 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class DataPreprocessTool(MLProcess):
|
|||
|
||||
|
||||
@register_tool(tool_type=TOOL_TYPE)
|
||||
class FillMissingValue(MLProcess):
|
||||
class FillMissingValue(DataPreprocessTool):
|
||||
"""
|
||||
Completing missing values with simple strategies.
|
||||
"""
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue