Commit c80fb9b6 authored by 张彦钊's avatar 张彦钊

删除py文件顶部的配置环境

parent 0efaebd8
#!/usr/bin/python3
from eda.ml_tools.rocCurve import get_roc_curve
import pandas as pd
......
#!/usr/bin/python3
DIRECTORY_PATH = '/data2/models/'
VALIDATION_DATE = '2018-08-05'
......
#!/usr/bin/python3
import os
import time
......
#!/usr/bin/python3
import pymysql
import pandas as pd
......
#!/usr/bin/python3
import xlearn as xl
from config import *
......
#!/usr/bin/python3
from config import *
import pandas as pd
......
#!/usr/bin/python3
from utils import con_sql
import datetime
......
#!/usr/bin/python3
import time
from prepareData import fetch_data
......
#!/usr/bin/python3
from processData import *
from diaryTraining import *
......
#!/usr/bin/python3
from utils import con_sql
from datetime import datetime
......
#!/usr/bin/python3
# encoding = "utf-8"
import pymysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment