예제 #1
0
def get_data_home():
    return _get_data_home().replace("scikit_learn", "lightning")
예제 #2
0
def get_data_home():
    return _get_data_home().replace("scikit_learn", "lightning")
예제 #3
0
파일: datasets.py 프로젝트: ShuaiW/modl
def get_data_home():
    return _get_data_home().replace("scikit_learn", "modl")
예제 #4
0
파일: recsys.py 프로젝트: ml-lab/modl
def get_data_home():
    return _get_data_home().replace("scikit_learn", "modl")
예제 #5
0
def get_data_home():
    return _get_data_home().replace("scikit_learn", "spira")