示例#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")