上一页 1 2 3 4 5 6 7 ··· 44 下一页
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_e 阅读全文
posted @ 2021-04-22 10:48 我当道士那儿些年 阅读(452) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import warnings warnings.filterwarnings("ignore") f 阅读全文
posted @ 2021-04-22 10:46 我当道士那儿些年 阅读(835) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_e 阅读全文
posted @ 2021-03-03 20:15 我当道士那儿些年 阅读(96) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): ''' 载入模块 ''' import pandas as pd from sqlalchemy import create_engine ''' 连接数 阅读全文
posted @ 2021-03-03 20:13 我当道士那儿些年 阅读(95) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 导入模块 ''' import math import pandas as pd from sqlalchemy imp 阅读全文
posted @ 2021-03-03 20:11 我当道士那儿些年 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' from sklearn import preprocessing import pandas as 阅读全文
posted @ 2021-03-03 19:55 我当道士那儿些年 阅读(77) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding:utf-8 -*-# <editable>def execute(): # <editable> import pandas as pd import numpy as np import warnings warnings.fil 阅读全文
posted @ 2021-03-03 19:54 我当道士那儿些年 阅读(177) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> """ columns 特征 进行操作的所有列 """ def execute(): # <editable> ''' 载入模块 ''' import pandas as pd # i 阅读全文
posted @ 2021-03-03 19:53 我当道士那儿些年 阅读(74) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- def execute(): params = {"method": '', "columns": "score", "value": 20} inputs = {"table": 'test'} # <edi 阅读全文
posted @ 2021-03-03 19:52 我当道士那儿些年 阅读(90) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # <editable> def execute(): # <editable> ''' 载入模块 ''' import pandas as pd from sklearn.model_selection im 阅读全文
posted @ 2021-03-03 19:45 我当道士那儿些年 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 44 下一页