Project Documentation
Bases: TestCase
TestCase
Class with tests associated with Model class.
Method tests the build_pipeline method of the model.
Method tests the count_accuracy method of the model.
Method tests the get_X method of the model.
Method tests the get_X_test method of the model.
Method tests the get_X_train method of the model.
Method tests the get_clf method of the model.
Method tests the get_pipeline method of the model.
Method tests the get_random_state method of the model.
Method tests the get_test_size method of the model.
Method tests the get_y method of the model.
Method tests the get_y_pred method of the model.
Method tests the get_y_test method of the model.
Method tests the get_y_train method of the model.
Method tests the initialization of a model
Method tests the set_X method of the model.
Method tests the set_X_test method of the model.
Method tests the set_X_train method of the model.
Method tests the set_clf method of the model.
Method tests the set_random_state method of the model.
Method tests the set_test_size method of the model.
Method tests the set_y method of the model.
Method tests the set_y_pred method of the model.
Method tests the set_y_test method of the model.
Method tests the set_y_train method of the model.
Method tests the train method of the model.