|
@@ -1,15 +1,11 @@
|
|
|
import concurrent.futures
|
|
|
import json
|
|
|
import logging
|
|
|
-import os
|
|
|
-import sys
|
|
|
from datetime import datetime, timedelta
|
|
|
|
|
|
import pandas as pd
|
|
|
import xgboost as xgb
|
|
|
|
|
|
-sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
-
|
|
|
from client import ODPSClient
|
|
|
from config import ConfigManager
|
|
|
from helper import RedisHelper
|