fix bug and update cache

This commit is contained in:
yzlin 2024-02-04 20:34:46 +08:00
parent 321a4c0d75
commit 55dac10146
2 changed files with 7 additions and 1 deletions

View file

@ -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