mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Modified Spellman et al data load.
This commit is contained in:
parent
0fde50f56d
commit
dd6f7c1f4c
2 changed files with 2 additions and 2 deletions
|
|
@ -385,7 +385,7 @@ def spellman_yeast(data_set='spellman_yeast'):
|
|||
Y = read_csv(filename, header=0, index_col=0, sep='\t')
|
||||
return data_details_return({'Y': Y}, data_set)
|
||||
|
||||
def spellman_yeast_cdc(data_set='spellman_yeast'):
|
||||
def spellman_yeast_cdc15(data_set='spellman_yeast'):
|
||||
if not data_available(data_set):
|
||||
download_data(data_set)
|
||||
from pandas import read_csv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue