Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python unit testing machine learning

from deepchecks.tabular.suites import model_evaluation
suite = model_evaluation()
result = suite.run(train_dataset=train_dataset, test_dataset=test_dataset, model=model)
result.show()
Source by github.com #
 
PREVIOUS NEXT
Tagged: #python #unit #testing #machine #learning
ADD COMMENT
Topic
Name
9+3 =