c5b2346c03ba5b8aaadf6a4037b1939e9f3063a2,tests/test_features/test_scatter.py,ScatterVizTests,test_integrated_scatter,#ScatterVizTests#,131
Before Change
Test scatter on the real, occupancy data set
// Load the data from the fixture
X = np.asarray(self.occupancy[[
"temperature", "relative_humidity", "light", "C02", "humidity"
]].tolist())
y = self.occupancy["occupancy"].astype(int)
// Test the visualizer
features = ["temperature", "relative_humidity"]
After Change
]]
// Convert to numpy arrays
X = X.copy().view((float, len(X.dtype.names)))
y = self.occupancy["occupancy"].astype(int)
// Test the visualizer
features = ["temperature", "relative_humidity"]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: DistrictDataLabs/yellowbrick
Commit Name: c5b2346c03ba5b8aaadf6a4037b1939e9f3063a2
Time: 2018-03-05
Author: benjamin@bengfort.com
File Name: tests/test_features/test_scatter.py
Class Name: ScatterVizTests
Method Name: test_integrated_scatter
Project Name: rasbt/mlxtend
Commit Name: f1dd50395b7021c5194b3bd8e5c2900873c91f35
Time: 2015-03-13
Author: se.raschka@me.com
File Name: tests/tests_classifier/test_perceptron.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 5e64c4ea0ea4a2096c794c16130b3e6e0961fac2
Time: 2016-08-22
Author: eric.talevich@gmail.com
File Name: cnvlib/tabio/picard.py
Class Name:
Method Name: read_picard_hs