kaggle-otto-2015
奥托 Kaggle 挑战代码: ://www.kaggle.com/c/otto-group-product-classification-challenge
安装
使用 pip 安装需求:
pip install -r requirements.txt
需求包含像 numpy 这样的库,要求在你的系统上编译。 如果您无法编译或不知道如何处理,请访问他们的官方网站以查找带有安装程序的二进制文件。 您还可以使用 Python Anaconda,这是一个为数据科学家轻松设置包的 Python 环境。
配置
svm.py 文件包含一个字典,其中包含要计算的预测。 看起来像 :
predict_params = [
{
# The model of prediction to execute. The algorithm is done f
2021-06-07 20:03:33
19.45MB
Python
1