You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/09 01:35:46 UTC

[GitHub] bgweber opened a new pull request #23751: [SPARK-26852][PYTHON] Add absolute transform to CrossValidator

bgweber opened a new pull request #23751: [SPARK-26852][PYTHON] Add absolute transform to CrossValidator
URL: https://github.com/apache/spark/pull/23751
 
 
   ## What changes were proposed in this pull request?
   
   Updates to the Evaluator and CrossValidation classes to support an absolute transform on metrics.
   
   ## How was this patch tested?
   
   I cloned from the following branch:
   git clone --single-branch --branch bgweber-abs-evaluator https://github.com/bgweber/spark.git
   
   And ran ./dev/run-tests
   
   ========================================================================
   Running Python style checks
   ========================================================================
   starting python compilation test...
   python compilation succeeded.
   
   downloading pycodestyle from https://raw.githubusercontent.com/PyCQA/pycodestyle/2.4.0/pycodestyle.py...
   starting pycodestyle test...
   pycodestyle checks passed.
   
   starting flake8 test...
   flake8 checks passed.
   
   The pydocstyle command was not found. Skipping pydocstyle checks for now.
   
   The sphinx-build command was not found. Skipping pydoc checks for now.
   
   
   all lint-python tests passed!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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