4c78a11e927205ed408dc37d5e2e492179c6b514,alpha.py,,pipeline,#Any#,64
Before Change
split_point = X_train.shape[0]
X = pd.concat([X_train, X_test])
else:
raise IndexError("The number of training and test columns must match.")
// Log feature statistics
logger.info("Original Feature Statistics")
After Change
X = pd.concat([X_train, X_test])
else:
raise IndexError("The number of training and test columns [%s, %s] must match.",
X_train.shape[1], X_test.shape[1] )
// Log feature statistics
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: ScottfreeLLC/AlphaPy
Commit Name: 4c78a11e927205ed408dc37d5e2e492179c6b514
Time: 2016-08-07
Author: Mark.R.Conway@gmail.com
File Name: alpha.py
Class Name:
Method Name: pipeline
Project Name: flow-project/flow
Commit Name: 786960b3ac9c0b3e75a8319649d1987194844d46
Time: 2019-07-01
Author: nathanlct@icloud.com
File Name: flow/envs/green_wave_env.py
Class Name: TrafficLightGridEnv
Method Name: k_closest_to_intersection
Project Name: brian-team/brian2
Commit Name: 65102dcc0cca9c1779955c12b523b07d1dc6d5ce
Time: 2019-02-13
Author: marcel.stimberg@inserm.fr
File Name: brian2/spatialneuron/spatialneuron.py
Class Name: SpatialNeuron
Method Name: spatialneuron_segment