B
    	\              (   @   s8  d Z ddlZddlZddlZddlZddlmZmZmZ e	e
Zee  eej ejdedee
d dZye W n ek
r   d	ZY nX erejd
 n|ddlmZ ddlmZ ddlmZ e ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5g(Zd6d7 Z dS )8a  
Machine learning module for Python
==================================

sklearn is a Python module integrating classical machine
learning algorithms in the tightly-knit world of scientific Python
packages (numpy, scipy, matplotlib).

It aims to provide simple and efficient solutions to learning problems
that are accessible to everybody and reusable in various contexts:
machine-learning as a versatile tool for science and engineering.

See http://scikit-learn.org for complete documentation.
    N   )
get_config
set_configconfig_contextalwaysz^{0}\.)categorymodulez0.20.3Fz4Partial import of sklearn during the build process.
)__check_build)clone)show_versionsZcalibrationZclusterZ
covarianceZcross_decompositionZdatasetsZdecompositionZdummyZensemble
exceptionsZ	externalsZfeature_extractionZfeature_selectionZgaussian_processZisotonicZkernel_approximationZkernel_ridgeZlinear_modelZmanifoldZmetricsZmixtureZmodel_selectionZ
multiclassZmultioutputZnaive_bayesZ	neighborsZneural_networkZpipelineZpreprocessingZrandom_projectionZsemi_supervisedZsvmZtreeZdiscriminant_analysisZimputeZcomposer
   r   r   r   r   c             C   sj   ddl }ddl}ddl}|jdd}|dkr<|j d }t|}td|  |j| || dS )zEFixture for the tests to assure globally controllable seeding of RNGsr   NZSKLEARN_SEEDizI: Seeding RNGs with %r)	osZnumpyrandomenvirongetZuniformintprintZseed)r   r   Znpr   Z_random_seed r   /lib/python3.7/site-packages/sklearn/__init__.pysetup_moduleS   s    r   )!__doc__sysrewarningsZloggingZ_configr   r   r   Z	getLogger__name__ZloggerZ
addHandlerZStreamHandlerZsetLevelINFOfilterwarningsDeprecationWarningformatescape__version__Z__SKLEARN_SETUP__	NameErrorstderrwrite r	   baser
   Zutils._show_versionsr   __all__r   r   r   r   r   <module>   sB   



