You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E assert 129.9102859946124 == 129.91028599461237
E + where 129.9102859946124 = (DataFrame[label_col: float, features: array, prediction: double])
E + where = RegressionEvaluator_c12c2d118a71.evaluate
E + and DataFrame[label_col: float, features: array, prediction: double] = (DataFrame[label_col: float, features: vector])
E + where = CrossValidatorModel_4072bbc9e0e1.transform
E + and 129.91028599461237 = (DataFrame[label_col: float, features: array, prediction: double])
E + where = RegressionEvaluator_c12c2d118a71.evaluate
E + and DataFrame[label_col: float, features: array, prediction: double] = (DataFrame[label_col: float, features: vector])
E + where = CrossValidatorModel_4072bbc9e0e1.transform
tests/test_tuning.py:99: AssertionError
The text was updated successfully, but these errors were encountered:
Environment:
4 V100 gpu
spark-rapids-ml branch-23.08
CUML 23.08
CUDA 12.1
python3.9
spark3.4.0
pytest error:
src/spark_rapids_ml/tree.py:260: ValueError
_________________ test_crossvalidator[(100, 8)-float32-vector] _________________
tmp_path = '/tmp/spark_rapids_ml_tests_3ywlntku', feature_type = 'vector'
data_type = <class 'numpy.float32'>, data_shape = (100, 8)
E assert 129.9102859946124 == 129.91028599461237
E + where 129.9102859946124 = (DataFrame[label_col: float, features: array, prediction: double])
E + where = RegressionEvaluator_c12c2d118a71.evaluate
E + and DataFrame[label_col: float, features: array, prediction: double] = (DataFrame[label_col: float, features: vector])
E + where = CrossValidatorModel_4072bbc9e0e1.transform
E + and 129.91028599461237 = (DataFrame[label_col: float, features: array, prediction: double])
E + where = RegressionEvaluator_c12c2d118a71.evaluate
E + and DataFrame[label_col: float, features: array, prediction: double] = (DataFrame[label_col: float, features: vector])
E + where = CrossValidatorModel_4072bbc9e0e1.transform
tests/test_tuning.py:99: AssertionError
The text was updated successfully, but these errors were encountered: