ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

Move lint to GHA #147

Closed richardliaw closed 3 years ago

richardliaw commented 3 years ago

Removes lint from Travis and moves to GHA.

richardliaw commented 3 years ago

@Yard1 do you know how to cancel existing builds of a PR if a new PR commit arrives?

Yard1 commented 3 years ago

@richardliaw I don't think it's possible with GHA.

richardliaw commented 3 years ago

@Yard1 review again? should be passing now!