Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
To run even complex doctest, we should setup/teardown environment, such as creating tmp project, adding items etc.
As for pytest, we should take a look at some setup/teardown functionality.
This way, we can factorize and hide from user the boring part of a doctest.
To run even complex
doctest
, we should setup/teardown environment, such as creating tmp project, adding items etc. As forpytest
, we should take a look at some setup/teardown functionality.This way, we can factorize and hide from user the boring part of a
doctest
.