Submission ID:9709172 I'm able to successfully push my docker image to Synapse, however, I get an 'INVALID' UW Status result. Can I please get feedback or be provided log report specifying reason(s) for the result obtained? Thank-you

Created by Mohammad Bakir MBakir
Hi @MBakir , The logs from that submission are: ``` Preparing Data Traceback (most recent call last): File "/app/train.py", line 124, in X, Y = prepare_data() File "/app/train.py", line 33, in prepare_data concept_feature_id_map_train_set, corr_series = get_highest_corr_concept_feature_id_map_and_corr_series(specific_path=TRAIN_PATH, keep_first_n=None, use_parsed_values=True, agg_imp_config=DEFAULT_AGG_IMP_CONFIG) File "/app/etl.py", line 120, in get_highest_corr_concept_feature_id_map_and_corr_series use_parsed_values=use_parsed_values, agg_imp_config=agg_imp_config) File "/app/etl.py", line 97, in get_concept_list_and_corr_series_ordered_by_correlation concept_id_list = get_unique_cid_list(path, use_parsed_values) if specific_concept_id_list == None else specific_concept_id_list File "/app/etl.py", line 76, in get_unique_cid_list parsed_df = get_parsed_values_df(path) File "/app/etl.py", line 150, in get_parsed_values_df first_half_df = generate_first_half_of_parsed_values_df(rows, cols, vals, pid_list, val_impute_strategy) # from: https://stackoverflow.com/a/44257532 File "/app/etl.py", line 339, in generate_first_half_of_parsed_values_df df_sparse = coo_matrix((vals, (rows, fids)), shape=(m, n)) File "/usr/local/lib/python3.6/site-packages/scipy/sparse/coo.py", line 196, in __init__ self._check() File "/usr/local/lib/python3.6/site-packages/scipy/sparse/coo.py", line 283, in _check raise ValueError('row index exceeds matrix dimensions') ValueError: row index exceeds matrix dimensions ``` Let me know if you need more information! Thanks, @trberg

UW Status Invalid page is loading…