摘要:
[0] test merror:0.254804 [1] test merror:0.247885 [2] test merror:0.24427 [3] test merror:0.240677 [4] test merror:0.238474 [5] test merror:0.234763 [ 阅读全文
摘要:
When I write PySpark code, I use Jupyter notebook to test my code before submitting a job on the cluster. In this post, I will show you how to install 阅读全文
摘要:
```
from sklearn.datasets import make_classification
from sklearn.model_selection import cross_val_score
from sklearn.ensemble import RandomForestClassifier as RFC
from sklearn.svm import SVC from ba... 阅读全文