Closed mengxr closed 9 years ago
The current regex is not sufficient for MLlib. This PR adds the following:
/ml/
pyspark/ml/
examples/ml/
docs/ml
docs/ml-*.md
Also removes [ML] from PR title.
[ML]
@JoshRosen
LGTM, so I've merged this and re-reployed. The change should be live now. Thanks!
The current regex is not sufficient for MLlib. This PR adds the following:
/ml/
to matchpyspark/ml/
andexamples/ml/
.docs/ml
to matchdocs/ml-*.md
Also removes
[ML]
from PR title.@JoshRosen