tksnnx / signate_scup2023

https://signate.jp/competitions/1051
0 stars 0 forks source link

SIGNATE Student Cup 2023

Competition Page
Repository

~ 2023/08/24 23:59:59 (JST)

Result

Rank 42th
Public LB 43.6241652
Private LB 43.4362935

Data

ヘッダ名称 値例 データ型 説明
id 1 int64 中古車の識別番号
region state college str 販売地域
year 2013 int64 製造年
manufacturer toyota str 製造メーカー
condition fair str 状態
cylinders 8 cylinders str 気筒数
fuel gas str 使用するガソリンの種類
odometer 172038 int64 走行距離
title_status clean str 所有権の状態
transmission automatic str 変速機
drive rwd str 駆動方式
size full-size str 大きさ
type sedan str ボディタイプ
paint_color silver str
state pa str 販売州
price 4724 int64 販売価格(目的変数)

File Structure

.
├── input
│   ├── sample_submit.csv
│   ├── train.csv
│   └── test.csv
├── output
├── work
└── exp

Usage

pip install signate
poetry install
poetry run start

Download Data

signate download --competition-id=1051 --path=./input

Submit Data

signate submit --competition-id=1051 ./output/~~