You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "zhengruifeng (Jira)" <ji...@apache.org> on 2020/03/23 05:51:00 UTC

[jira] [Created] (SPARK-31223) Update py code to generate dates in testsuites

zhengruifeng created SPARK-31223:
------------------------------------

             Summary: Update py code to generate dates in testsuites
                 Key: SPARK-31223
                 URL: https://issues.apache.org/jira/browse/SPARK-31223
             Project: Spark
          Issue Type: Improvement
          Components: ML
    Affects Versions: 3.1.0
            Reporter: zhengruifeng


in FValueTestSuite/ANOVASelectorSuite/ANOVATestSuite/...:

 

can not regenerate the test datasets with given py code (like {color:#676773}X = np.random.rand(20, 6){color}), so:

1, directly create X like : X = np.array(...);

2, or, set a seed at first;

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org