Mercurial > hg > plosone_underreview
diff scripts/results.py @ 13:98718fdd8326 branch-tests
edits in the core functions
author | Maria Panteli <m.x.panteli@gmail.com> |
---|---|
date | Tue, 12 Sep 2017 18:03:47 +0100 |
parents | 0f3eba42b425 |
children |
line wrap: on
line diff
--- a/scripts/results.py Tue Sep 12 13:31:42 2017 +0100 +++ b/scripts/results.py Tue Sep 12 18:03:47 2017 +0100 @@ -88,8 +88,7 @@ ddf = load_metadata(Yaudio, metadata_file='data/metadata.csv') w, data_countries = utils_spatial.get_neighbors_for_countries_in_dataset(Y) w_dict = utils_spatial.from_weights_to_dict(w, data_countries) - Xrhy, Xmel, Xmfc, Xchr = X_list - X = np.concatenate((Xrhy, Xmel, Xmfc, Xchr), axis=1) + X = np.concatenate(X_list, axis=1) # global outliers df_global, threshold, MD = get_outliers_df(X, Y, chi2thr=0.999)