IntelPython / scikit-learn_bench

scikit-learn_bench benchmarks various implementations of machine learning algorithms across data analytics frameworks. It currently support the scikit-learn, DAAL4PY, cuML, and XGBoost frameworks for commonly used machine learning algorithms.
Apache License 2.0
107 stars 65 forks source link

chore: rename `master` branch to `main` #146

Closed homksei closed 6 months ago

ahuber21 commented 6 months ago

I think there are a lot more places where master should be replaced

$ grep -r "master" . | grep -v "master node" | wc -l
338
md-shafiul-alam commented 6 months ago

I think there are a lot more places where master should be replaced

$ grep -r "master" . | grep -v "master node" | wc -l
338

my search on vscode only showed 5!