Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/scikit_learn-1.4.dev0-py3.8-linux-x86_64.egg/sklearn/_distributor_init.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-12 06:31 +0000

1""" Distributor init file 

2 

3Distributors: you can add custom code here to support particular distributions 

4of scikit-learn. 

5 

6For example, this is a good place to put any checks for hardware requirements. 

7 

8The scikit-learn standard source distribution will not put code in this file, 

9so you can safely replace this file with your own version. 

10"""