MCPcopy Index your code
hub / github.com/VivekPa/AIAlpha / check_labels

Method check_labels

data_processor/data_processing.py:104–105  ·  view source on GitHub ↗
(self, y_values)

Source from the content-addressed store, hash-verified

102 return fulldata, y_values, train_x, train_y, test_x, test_y
103
104 def check_labels(self, y_values):
105 print(y_values['y_values'].value_counts())
106
107
108if __name__ == "__main__":

Callers 2

run.pyFile · 0.80
pca_auto.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected