<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Denis, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086059#M331</link>
    <description>&lt;P&gt;Denis,&lt;/P&gt;

&lt;P&gt;Got it. Thanks for the super quick response.&lt;/P&gt;

&lt;P&gt;Looking forward to U3.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 19:17:32 GMT</pubDate>
    <dc:creator>gaston-hillar</dc:creator>
    <dc:date>2017-04-27T19:17:32Z</dc:date>
    <item>
      <title>scikit-learn  test errors under Intel Python</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086043#M315</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Testing &lt;A href="http://scikit-learn.org/"&gt;scikit-learn via the Intel Python gives many errors, shown below.&lt;/A&gt; The test can be run using:&lt;/P&gt;

&lt;P&gt;nosetests -v sklearn&lt;/P&gt;

&lt;P&gt;What this errors means in terms of using this package under Intel Python?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Sergio&lt;BR /&gt;
	Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-sci" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-sci&lt;/A&gt;&lt;BR /&gt;
	entific-computing-scipy-video&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-nu" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-nu&lt;/A&gt;&lt;BR /&gt;
	merical-and-scientific-computing-second-edition&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_estimators_pickle(LinearRegression)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 355, in wrapper&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 889, in check_estimators_pickle&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; pickled_estimator = pickle.dumps(estimator)&lt;BR /&gt;
	TypeError: can't pickle SwigPyObject objects&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_fit2d_predict1d(LinearRegression)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 479, in check_fit2d_predict1d&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; getattr(estimator, method), X[0])&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 186, in assert_warns&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; result = func(*args, **kw)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/daal4sklear&lt;BR /&gt;
	n/linear.py", line 156, in predict&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return daal_predict(self, X)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/daal4sklear&lt;BR /&gt;
	n/linear.py", line 56, in daal_predict&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; predictionResult = algorithm.compute()&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/daal/algorithms/lin&lt;BR /&gt;
	ear_regression/prediction.py", line 253, in compute&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return _prediction9.Batch_Float64DefaultDense_compute(self)&lt;BR /&gt;
	SystemError: Number of columns in numeric table is incorrect&lt;BR /&gt;
	Details:&lt;BR /&gt;
	Argument name: beta&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_estimators_pickle(RANSACRegressor)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 355, in wrapper&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 889, in check_estimators_pickle&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; pickled_estimator = pickle.dumps(estimator)&lt;BR /&gt;
	TypeError: can't pickle SwigPyObject objects&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_supervised_y_2d(RANSACRegressor)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 355, in wrapper&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 1151, in check_supervised_y_2d&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; estimator.fit(X, y[:, np.newaxis])&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/linear_mode&lt;BR /&gt;
	l/ransac.py", line 363, in fit&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.residual_threshold))&lt;BR /&gt;
	ValueError: No inliers found, possible cause is setting residual_threshold (None&lt;BR /&gt;
	) too low.&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_fit2d_predict1d(RANSACRegressor)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 479, in check_fit2d_predict1d&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; getattr(estimator, method), X[0])&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 186, in assert_warns&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; result = func(*args, **kw)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/linear_mode&lt;BR /&gt;
	l/ransac.py", line 428, in predict&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.estimator_.predict(X)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/daal4sklear&lt;BR /&gt;
	n/linear.py", line 156, in predict&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return daal_predict(self, X)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/daal4sklear&lt;BR /&gt;
	n/linear.py", line 56, in daal_predict&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; predictionResult = algorithm.compute()&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/daal/algorithms/lin&lt;BR /&gt;
	ear_regression/prediction.py", line 253, in compute&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return _prediction9.Batch_Float64DefaultDense_compute(self)&lt;BR /&gt;
	SystemError: Number of columns in numeric table is incorrect&lt;BR /&gt;
	Details:&lt;BR /&gt;
	Argument name: beta&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	======================================================================&lt;BR /&gt;
	ERROR: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_c&lt;BR /&gt;
	ommon.py.test_non_meta_estimators:check_estimators_pickle(Ridge)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 355, in wrapper&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 889, in check_estimators_pickle&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; pickled_estimator = pickle.dumps(estimator)&lt;BR /&gt;
	TypeError: can't pickle SwigPyObject objects&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.cluster.tests.test_bicluster.test_project_and_cluster&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/cluster/tes&lt;BR /&gt;
	ts/test_bicluster.py", line 207, in test_project_and_cluster&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_array_equal(labels, [0, 0, 1, 1])&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 813, in assert_array_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; verbose=verbose, header='Arrays are not equal')&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not equal&lt;/P&gt;

&lt;P&gt;(mismatch 100.0%)&lt;BR /&gt;
	&amp;nbsp;x: array([1, 1, 0, 0], dtype=int32)&lt;BR /&gt;
	&amp;nbsp;y: array([0, 0, 1, 1])&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.cluster.tests.test_k_means.test_k_means_non_collapsed&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/cluster/tes&lt;BR /&gt;
	ts/test_k_means.py", line 552, in test_k_means_non_collapsed&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_equal(len(np.unique(km.labels_)), 3)&lt;BR /&gt;
	AssertionError: 1 != 3&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.linear_model.tests.test_ridge.test_dense_sparse(&amp;lt;function _test_ri&lt;BR /&gt;
	dge_loo at 0x7fb59bd21840&amp;gt;,)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/linear_mode&lt;BR /&gt;
	l/tests/test_ridge.py", line 454, in check_dense_sparse&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; ret_dense = test_func(DENSE_FILTER)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/linear_mode&lt;BR /&gt;
	l/tests/test_ridge.py", line 329, in _test_ridge_loo&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_almost_equal(errors, errors2)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 523, in assert_almost_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return assert_array_almost_equal(actual, desired, decimal, err_msg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 918, in assert_array_almost_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; precision=decimal)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not almost equal to 7 decimals&lt;/P&gt;

&lt;P&gt;(mismatch 100.0%)&lt;BR /&gt;
	&amp;nbsp;x: array([&amp;nbsp; 1.8295168e+04,&amp;nbsp;&amp;nbsp; 5.6704414e+02,&amp;nbsp;&amp;nbsp; 1.1782287e+03,&amp;nbsp;&amp;nbsp; 5.2810053e+03,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.8443835e+02,&amp;nbsp;&amp;nbsp; 8.0439421e+03,&amp;nbsp;&amp;nbsp; 2.3982367e+03,&amp;nbsp;&amp;nbsp; 3.3362619e+03,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1783452e+01,&amp;nbsp;&amp;nbsp; 5.1091672e+03,&amp;nbsp;&amp;nbsp; 1.3139571e+04,&amp;nbsp;&amp;nbsp; 1.5552388e+01,...&lt;BR /&gt;
	&amp;nbsp;y: array([&amp;nbsp; 1.8505354e+04,&amp;nbsp;&amp;nbsp; 6.0452467e+02,&amp;nbsp;&amp;nbsp; 1.1257434e+03,&amp;nbsp;&amp;nbsp; 5.1693552e+03,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.1556914e+02,&amp;nbsp;&amp;nbsp; 8.1834151e+03,&amp;nbsp;&amp;nbsp; 2.4742189e+03,&amp;nbsp;&amp;nbsp; 3.4259267e+03,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.7722638e+01,&amp;nbsp;&amp;nbsp; 4.9988370e+03,&amp;nbsp;&amp;nbsp; 1.3318625e+04,&amp;nbsp;&amp;nbsp; 1.0045693e+01,...&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.manifold.tests.test_spectral_embedding.test_pipeline_spectral_clus&lt;BR /&gt;
	tering&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/manifold/te&lt;BR /&gt;
	sts/test_spectral_embedding.py", line 198, in test_pipeline_spectral_clustering&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; true_labels), 1.0, 2)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 918, in assert_array_almost_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; precision=decimal)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not almost equal to 2 decimals&lt;/P&gt;

&lt;P&gt;(mismatch 100.0%)&lt;BR /&gt;
	&amp;nbsp;x: array(0.5866188259941206)&lt;BR /&gt;
	&amp;nbsp;y: array(1.0)&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.mixture.tests.test_dpgmm.test_class_weights&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 355, in wrapper&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return fn(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/mixture/tes&lt;BR /&gt;
	ts/test_dpgmm.py", line 41, in test_class_weights&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_array_less(dpgmm.weights_[~active], .05)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 990, in assert_array_less&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; header='Arrays are not less-ordered')&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not less-ordered&lt;/P&gt;

&lt;P&gt;(mismatch 14.285714285714292%)&lt;BR /&gt;
	&amp;nbsp;x: array([ 0.227048,&amp;nbsp; 0.035354,&amp;nbsp; 0.034998,&amp;nbsp; 0.03491 ,&amp;nbsp; 0.034875,&amp;nbsp; 0.034874,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.034887])&lt;BR /&gt;
	&amp;nbsp;y: array(0.05)&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.model_selection.tests.test_validation.test_cross_val_score_with_sc&lt;BR /&gt;
	ore_func_regression&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/model_selec&lt;BR /&gt;
	tion/tests/test_validation.py", line 418, in test_cross_val_score_with_score_fun&lt;BR /&gt;
	c_regression&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_array_almost_equal(neg_mse_scores, expected_neg_mse, 2)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 918, in assert_array_almost_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; precision=decimal)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not almost equal to 2 decimals&lt;/P&gt;

&lt;P&gt;(mismatch 100.0%)&lt;BR /&gt;
	&amp;nbsp;x: array([ -760.52,&amp;nbsp; -514.85,&amp;nbsp; -265.83,&amp;nbsp; -275.24, -1647.&amp;nbsp; ])&lt;BR /&gt;
	&amp;nbsp;y: array([ -763.07,&amp;nbsp; -553.16,&amp;nbsp; -274.38,&amp;nbsp; -273.26, -1681.99])&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_co&lt;BR /&gt;
	mmon.py.test_non_meta_estimators:check_estimators_nan_inf(LinearRegression)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 840, in check_estimators_nan_inf&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(error_string_predict, Estimator)&lt;BR /&gt;
	AssertionError: ("Estimator doesn't check for NaN and inf in predict.", &amp;lt;class '&lt;BR /&gt;
	sklearn.linear_model.base.LinearRegression'&amp;gt;)&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: /home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_co&lt;BR /&gt;
	mmon.py.test_non_meta_estimators:check_estimators_nan_inf(RANSACRegressor)&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/testi&lt;BR /&gt;
	ng.py", line 830, in __call__&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.check(*args, **kwargs)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/utils/estim&lt;BR /&gt;
	ator_checks.py", line 840, in check_estimators_nan_inf&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(error_string_predict, Estimator)&lt;BR /&gt;
	AssertionError: ("Estimator doesn't check for NaN and inf in predict.", &amp;lt;class '&lt;BR /&gt;
	sklearn.linear_model.ransac.RANSACRegressor'&amp;gt;)&lt;/P&gt;

&lt;P&gt;======================================================================&lt;BR /&gt;
	FAIL: sklearn.tests.test_cross_validation.test_cross_val_score_with_score_func_r&lt;BR /&gt;
	egression&lt;BR /&gt;
	----------------------------------------------------------------------&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/nose/case.py", line&lt;BR /&gt;
	&amp;nbsp;198, in runTest&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; self.test(*self.arg)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/sklearn/tests/test_&lt;BR /&gt;
	cross_validation.py", line 918, in test_cross_val_score_with_score_func_regressi&lt;BR /&gt;
	on&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; assert_array_almost_equal(neg_mse_scores, expected_neg_mse, 2)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 918, in assert_array_almost_equal&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; precision=decimal)&lt;BR /&gt;
	&amp;nbsp; File "/home/intel/intelpython3/lib/python3.5/site-packages/numpy/testing/utils&lt;BR /&gt;
	.py", line 739, in assert_array_compare&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; raise AssertionError(msg)&lt;BR /&gt;
	AssertionError:&lt;BR /&gt;
	Arrays are not almost equal to 2 decimals&lt;/P&gt;

&lt;P&gt;(mismatch 100.0%)&lt;BR /&gt;
	&amp;nbsp;x: array([ -760.52,&amp;nbsp; -514.85,&amp;nbsp; -265.83,&amp;nbsp; -275.24, -1647.&amp;nbsp; ])&lt;BR /&gt;
	&amp;nbsp;y: array([ -763.07,&amp;nbsp; -553.16,&amp;nbsp; -274.38,&amp;nbsp; -273.26, -1681.99])&lt;/P&gt;

&lt;P&gt;----------------------------------------------------------------------&lt;BR /&gt;
	Ran 7166 tests in 203.755s&lt;/P&gt;

&lt;P&gt;FAILED (SKIP=14, errors=6, failures=9)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 08:19:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086043#M315</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-04-17T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086044#M316</link>
      <description>&lt;P&gt;Sergio,&lt;/P&gt;

&lt;P&gt;This thread is a duplicate or provides additional information to this thread:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 03:04:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086044#M316</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-18T03:04:56Z</dc:date>
    </item>
    <item>
      <title>Hi Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086045#M317</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Sergio,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;We have seen the issue and are looking into it.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:36:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086045#M317</guid>
      <dc:creator>DavidLiu</dc:creator>
      <dc:date>2017-04-19T20:36:13Z</dc:date>
    </item>
    <item>
      <title>Quote:gaston-hillar wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086046#M318</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;gaston-hillar wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Sergio,&lt;/P&gt;

&lt;P&gt;This thread is a duplicate or provides additional information to this thread:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Jumping to conclusions, Hillar, is not a polite way to request info.&lt;/P&gt;

&lt;P&gt;I am in this forum because of an invitation to test the software. I am reporting errors as I find them and if we are using the same&lt;BR /&gt;
	Intel python release it is suppose to behave the same in any system.&lt;/P&gt;

&lt;P&gt;I'm glad you profited from my post and learnt that in your system the errors are also happening.&lt;/P&gt;

&lt;P&gt;As David mention in the next post, Intel's python gurus are looking into the reported issue. This is my major intention in this forum.&lt;/P&gt;

&lt;P&gt;Sergio&lt;BR /&gt;
	Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 21:44:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086046#M318</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-04-19T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086047#M319</link>
      <description>&lt;P&gt;Sergio,&lt;/P&gt;

&lt;P&gt;It's great to know the issue is being investigating.&lt;/P&gt;

&lt;P&gt;Regarding some of the comments you include in your post, I cannot understand what you meant.&lt;/P&gt;

&lt;P&gt;"Jumping to conclusions, Hillar, is not a polite way to request info."&lt;/P&gt;

&lt;P&gt;I just indicated the thread was duplicated. Please, help me understand your comment, in case it is important. If it isn't important, don't worry at all.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 23:19:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086047#M319</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-19T23:19:18Z</dc:date>
    </item>
    <item>
      <title>David,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086048#M320</link>
      <description>&lt;P&gt;David,&lt;/P&gt;

&lt;P&gt;In case it helps, I've provided the results of running the tests on a different configuration in the other thread that was opened (it was the first one i saw):&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344" style="font-size: 12px;"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 04:43:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086048#M320</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-20T04:43:50Z</dc:date>
    </item>
    <item>
      <title>Quote:gaston-hillar wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086049#M321</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;gaston-hillar wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Sergio,&lt;/P&gt;

&lt;P&gt;It's great to know the issue is being investigating.&lt;/P&gt;

&lt;P&gt;Regarding some of the comments you include in your post, I cannot understand what you meant.&lt;/P&gt;

&lt;P&gt;"Jumping to conclusions, Hillar, is not a polite way to request info."&lt;/P&gt;

&lt;P&gt;I just indicated the thread was duplicated. Please, help me understand your comment, in case it is important. If it isn't important, don't worry at all.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;In the (duplicated by error) previous post [ &lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344"&gt;&lt;/A&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/731344&lt;/A&gt; ], Gaston, you wrongly mentioned I was spaming.&lt;/P&gt;

&lt;P&gt;Sergio&lt;BR /&gt;
	Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 11:15:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086049#M321</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-04-20T11:15:35Z</dc:date>
    </item>
    <item>
      <title>Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086050#M322</link>
      <description>&lt;P&gt;Sergio,&lt;/P&gt;

&lt;P&gt;Got it... You are including the following three lines after your name with links to products in which you are involved:&lt;/P&gt;

&lt;P&gt;Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-an" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-an&lt;/A&gt;.&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-sci" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-sci&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;However, in the other post, you included those lines as the output for the tests. Hence, the output was confusing. I was confused.&lt;/P&gt;

&lt;P&gt;You can include the information in your profile details at Intel Developer Zone. This way, we don't see the continuous promotion of your products mixed with the text of your posts. You are not in twitter, you are in a forum. I know that probably some marketing team member suggested you to SPAM in forums. Please, avoid doing so, it will only hurt your reputation.&lt;/P&gt;

&lt;P&gt;However, don't worry, I'm not a moderator in the forum. So, it is just my opinion.&lt;/P&gt;

&lt;P&gt;You are not polite when you spam in forums. Rule #1 in any professional forum: avoid SPAM.&lt;/P&gt;

&lt;P&gt;When you SPAM you hurt reputation for others that work with the same publisher.&lt;/P&gt;

&lt;P&gt;BTW, this is the last comment I will write about this specific issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 16:27:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086050#M322</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-20T16:27:11Z</dc:date>
    </item>
    <item>
      <title>Hi, thank you for your</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086051#M323</link>
      <description>&lt;P&gt;Hi, thank you for your interest to our optimizations for sklearn in Intel Distribution for Python.&lt;BR /&gt;
	We are aware of these failures. These failures are caused by our optimizations. There are 3 groups of issues.&lt;BR /&gt;
	The first one - absence of some functionality - like failures with pickling or with processing of special values (like inf and nan). These failures arise from use of DAAL library whose state we can't serialize at this moment and which doesn't take special values into consideration.&lt;BR /&gt;
	The second one - differences in implementations which produces slightly different results. It means for example that order of centroids can be different for K-Means algorithm or values you get can slightly differ from those expected in tests. &amp;nbsp;We are working on improving such tests.&lt;BR /&gt;
	The third - real minor bugs which was introduced by new implementations. We are working on fixing them. (i.e. fail in fastica test). This is going to be fixed in the forthcoming update.&amp;nbsp;&lt;BR /&gt;
	Thank you again for helping us to improve the quality of our product. If you would rather disable use of DAAL in sklearn due to these failures, please let us know, and I will provide you will steps of doing so.&lt;BR /&gt;
	Denis Nagorny.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086051#M323</guid>
      <dc:creator>Denis_N_Intel</dc:creator>
      <dc:date>2017-04-24T18:45:53Z</dc:date>
    </item>
    <item>
      <title>Hi Denis,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086052#M324</link>
      <description>&lt;P&gt;Hi Denis,&lt;/P&gt;

&lt;P&gt;In my case, I was very interested in this issue because I'm working with K-means. It would be great if you can provide the steps to disable use of DAAL and to enable it again.&lt;/P&gt;

&lt;P&gt;In addition, I think it would be a good idea to add a sticky with known issues in this forum on in the release notes. Intel does this for other products in which there are known issues that developers should be aware of. The fact that some tests fail can generate some uncertainty. If these issues are included in a known issues documentation, it will help developers to know that they can expect these specific tests to fail and know what they mean.&lt;/P&gt;

&lt;P&gt;BTW, it is great to know that there is always a timely response in all the threads that have been started so far in this forum. :)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 05:04:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086052#M324</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-25T05:04:04Z</dc:date>
    </item>
    <item>
      <title>HI Gastón, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086053#M325</link>
      <description>&lt;P&gt;HI &lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px;"&gt;Gastón&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is&amp;nbsp;daal4sklearn module in our sklearn. If you want to disable our K-means implementation you can:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;from sklearn.daal4sklearn import dispatcher
dispatcher.disable('KMeans')
&lt;/PRE&gt;

&lt;P&gt;accordingly there is &lt;EM&gt;enable&lt;/EM&gt; method to return it back.&lt;/P&gt;

&lt;P&gt;Denis.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 13:14:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086053#M325</guid>
      <dc:creator>Denis_N_Intel</dc:creator>
      <dc:date>2017-04-25T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Hi Denis,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086054#M326</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Denis,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Cool. Thanks for the details.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:22:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086054#M326</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-25T16:22:36Z</dc:date>
    </item>
    <item>
      <title>Quote:Denis Nagorny (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086055#M327</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Denis Nagorny (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;HI Gastón,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is&amp;nbsp;daal4sklearn module in our sklearn. If you want to disable our K-means implementation you can:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;from sklearn.daal4sklearn import dispatcher
dispatcher.disable('KMeans')
&lt;/PRE&gt;

&lt;P&gt;accordingly there is &lt;EM&gt;enable&lt;/EM&gt; method to return it back.&lt;/P&gt;

&lt;P&gt;Denis.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks Gastón for asking and Denis for answering. Nice to know the errors were traced down and a fix is already in place.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Sergio&lt;BR /&gt;
	Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 01:42:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086055#M327</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-04-27T01:42:29Z</dc:date>
    </item>
    <item>
      <title>@Denis,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086056#M328</link>
      <description>&lt;P&gt;@Denis,&lt;/P&gt;

&lt;P&gt;I've executed the following two lines in Intel Distribution for Python 2017 Update 2 (Python 3.5.2) on Windows and on macOS. I receive errors in both cases.&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;from sklearn.daal4sklearn import dispatcher
dispatcher.disable('KMeans')
&lt;/PRE&gt;

&lt;P&gt;I receive the following error:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Traceback (most recent call last):
  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "C:\IntelPython35\lib\site-packages\sklearn\daal4sklearn\dispatcher.py", line 56, in disable
    do_unpatch(name)
  File "C:\IntelPython35\lib\site-packages\sklearn\daal4sklearn\dispatcher.py", line 43, in do_unpatch
    raise ValueError("Has no patch for: " + name)
ValueError: Has no patch for: KMeans&lt;/PRE&gt;

&lt;P&gt;Do I have to install any additional package to enable this feature?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:52:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086056#M328</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-27T04:52:17Z</dc:date>
    </item>
    <item>
      <title>@Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086057#M329</link>
      <description>&lt;P&gt;@Sergio,&lt;/P&gt;

&lt;P&gt;It's great to know my additional questions provided you valuable information. :)&lt;/P&gt;

&lt;P&gt;The solution doesn't work on my configurations and I'll wait for additional comments from Denis.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 04:53:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086057#M329</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-27T04:53:20Z</dc:date>
    </item>
    <item>
      <title>Hi Gastón, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086058#M330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px;"&gt;Gastón,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px;"&gt;Original fail log indicates that topic starter has kmeans optimizations enabled.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px;"&gt;It seems that KMean can be still unavailable in default 2017 U2, but it definitely should be in forthcoming U3.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.008px;"&gt;To disable all daal's optimizations in sklearn you can use &lt;EM&gt;disable()/enable()&lt;/EM&gt; methods without any arguments.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Denis.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 15:26:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086058#M330</guid>
      <dc:creator>Denis_N_Intel</dc:creator>
      <dc:date>2017-04-27T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Denis,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086059#M331</link>
      <description>&lt;P&gt;Denis,&lt;/P&gt;

&lt;P&gt;Got it. Thanks for the super quick response.&lt;/P&gt;

&lt;P&gt;Looking forward to U3.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:17:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086059#M331</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-27T19:17:32Z</dc:date>
    </item>
    <item>
      <title>Quote:gaston-hillar wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086060#M332</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;gaston-hillar wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;@Denis,&lt;/P&gt;

&lt;P&gt;I've executed the following two lines in Intel Distribution for Python 2017 Update 2 (Python 3.5.2) on Windows and on macOS. I receive errors in both cases.&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;from sklearn.daal4sklearn import dispatcher
dispatcher.disable('KMeans')
&lt;/PRE&gt;

&lt;P&gt;I receive the following error:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Traceback (most recent call last):
  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "C:\IntelPython35\lib\site-packages\sklearn\daal4sklearn\dispatcher.py", line 56, in disable
    do_unpatch(name)
  File "C:\IntelPython35\lib\site-packages\sklearn\daal4sklearn\dispatcher.py", line 43, in do_unpatch
    raise ValueError("Has no patch for: " + name)
ValueError: Has no patch for: KMeans&lt;/PRE&gt;

&lt;P&gt;Do I have to install any additional package to enable this feature?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Gaston and Denis: the above function calls seems to work in my setup:&lt;/P&gt;

&lt;P&gt;$ python&lt;BR /&gt;
	Python 3.5.2 |Intel Corporation| (default, Mar 27 2017, 10:34:52)&lt;BR /&gt;
	[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux&lt;BR /&gt;
	Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;
	Intel(R) Distribution for Python is brought to you by Intel Corporation.&lt;BR /&gt;
	Please check out: &lt;A href="https://software.intel.com/en-us/python-distribution" target="_blank"&gt;https://software.intel.com/en-us/python-distribution&lt;/A&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;&amp;gt;&amp;gt;&amp;gt; from sklearn.daal4sklearn import dispatcher
&amp;gt;&amp;gt;&amp;gt; dispatcher.disable('KMeans')
&amp;gt;&amp;gt;&amp;gt; dispatcher.enable('KMeans')
&amp;gt;&amp;gt;&amp;gt; import sklearn
&amp;gt;&amp;gt;&amp;gt; sklearn.__version__
'0.18.1'
&lt;/PRE&gt;

&lt;P&gt;Salut,&lt;/P&gt;

&lt;P&gt;Sergio&lt;BR /&gt;
	Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 10:23:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086060#M332</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-05-03T10:23:33Z</dc:date>
    </item>
    <item>
      <title>@Sergio,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086061#M333</link>
      <description>&lt;P&gt;@Sergio,&lt;/P&gt;

&lt;P&gt;Thanks for sharing the results in your configuration. I'll check on my Linux-based configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086061#M333</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-05-03T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Hi Gastón, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086062#M334</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Hi&amp;nbsp;Gastón,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;It seems that kmeans could be already available on our channel.&lt;/P&gt;

&lt;P&gt;You can try to use 'conda update -c intel scikit-learn'&lt;/P&gt;

&lt;P&gt;Denis.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/scikit-learn-test-errors-under-Intel-Python/m-p/1086062#M334</guid>
      <dc:creator>Denis_N_Intel</dc:creator>
      <dc:date>2017-05-10T12:00:13Z</dc:date>
    </item>
  </channel>
</rss>

