mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
reduce hierarchy of machine learning
This commit is contained in:
parent
142b04fa76
commit
fdc49775e6
5 changed files with 2 additions and 15 deletions
|
|
@ -5,4 +5,4 @@
|
|||
# @File : __init__.py
|
||||
# @Desc :
|
||||
from metagpt.tools.functions.register.register import registry
|
||||
import metagpt.tools.functions.libs.machine_learning
|
||||
import metagpt.tools.functions.libs.feature_engineering
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ from pandas.api.types import is_numeric_dtype
|
|||
from sklearn.preprocessing import PolynomialFeatures, OneHotEncoder
|
||||
|
||||
from metagpt.tools.functions import registry
|
||||
from metagpt.tools.functions.schemas.machine_learning.feature_engineering import *
|
||||
from metagpt.tools.functions.schemas.feature_engineering import *
|
||||
|
||||
|
||||
@registry.register("feature_engineering", PolynomialExpansion)
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2023/11/16 16:36
|
||||
# @Author : lidanyang
|
||||
# @File : __init__.py
|
||||
# @Desc :
|
||||
from metagpt.tools.functions.libs.machine_learning.feature_engineering import *
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Time : 2023/11/16 16:37
|
||||
# @Author : lidanyang
|
||||
# @File : __init__.py
|
||||
# @Desc :
|
||||
Loading…
Add table
Add a link
Reference in a new issue