b2774710630073df7ebbbfbd3aeeb28bd1c14c7e,auto_ml/predictor.py,Predictor,print_training_summary,#Predictor#Any#,1363

Before Change


            except:
                pass
            print("df_raw_scores")
            print(df_raw_scores)
            print("Score in the following columns always refers to cross-validation score")
            print(tabulate(df_raw_scores, headers="keys", floatfmt=".4f", tablefmt="psql", showindex=False))

After Change


            except:
                pass

            cleaned_params = list(df_raw_scores["params"].apply(utils.clean_params))
            df_params = pd.DataFrame(cleaned_params)
            df_scores = pd.concat([df_raw_scores.mean_score, df_params], axis=1)
            print("Score in the following columns always refers to cross-validation score")
            print(tabulate(df_scores, headers="keys", floatfmt=".4f", tablefmt="psql", showindex=False))

Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: ClimbsRocks/auto_ml
Commit Name: b2774710630073df7ebbbfbd3aeeb28bd1c14c7e
Time: 2017-06-23
Author: ClimbsBytes@gmail.com
File Name: auto_ml/predictor.py
Class Name: Predictor
Method Name: print_training_summary


Project Name: QUANTAXIS/QUANTAXIS
Commit Name: 17caea59f527cda84cbd6144c584c806af2846ae
Time: 2017-09-06
Author: yutiansut@qq.com
File Name: QUANTAXIS/QABacktest/QAAnalysis.py
Class Name:
Method Name: QA_backtest_analysis_start


Project Name: QUANTAXIS/QUANTAXIS
Commit Name: 9783be1abade3ea6f9700c6d7eceff06eb76c168
Time: 2017-08-14
Author: yutiansut@qq.com
File Name: QUANTAXIS/QAFetch/QATdx.py
Class Name:
Method Name: QA_fetch_get_stock_day


Project Name: EpistasisLab/scikit-rebate
Commit Name: fb54abbe2ce9235a8c270439e7104f0dd3938245
Time: 2019-01-07
Author: alexmxu99@gmail.com
File Name: visualizer.py
Class Name:
Method Name: