Cab Fare Prediction
1.0.0
githubフォルダーには:
このプロジェクトの目的は、データセット内の次のデータ属性に基づいてキャブ運賃の量を予測することです。
pickup_datetime - timestamp value indicating when the cab ride started.
pickup_longitude - float for longitude coordinate of where the cab ride started.
pickup_latitude - float for latitude coordinate of where the cab ride started.
dropoff_longitude - float for longitude coordinate of where the cab ride ended.
dropoff_latitude - float for latitude coordinate of where the cab ride ended.
passenger_count - an integer indicating the number of passengers in the cab ride.