dotnet / dotnet/machinelearning

Price PredictionML add projects adding namespaces with space

オープン
#4,167 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area-AutoML Priority:3
主要言語
C#
スター
9.4k
フォーク
2k
平均マージ
2日 20時間
マージ済み PR(30日)
11

説明

when I try to add projects after training the price prediction Model.

Check the namespace here with auto generated code.

`using Microsoft.ML.Data;

namespace **Price PredictionML.**Model.DataModels
{
public class ModelInput
{
[ColumnName("vendor_id"), LoadColumn(0)]
public string Vendor_id { get; set; }

[ColumnName("rate_code"), LoadColumn(1)]
public float Rate_code { get; set; }

[ColumnName("passenger_count"), LoadColumn(2)]
public float Passenger_count { get; set; }

[ColumnName("trip_time_in_secs"), LoadColumn(3)]
public float Trip_time_in_secs { get; set; }

[ColumnName("trip_distance"), LoadColumn(4)]
public float Trip_distance { get; set; }

[ColumnName("payment_type"), LoadColumn(5)]
public string Payment_type { get; set; }

[ColumnName("fare_amount"), LoadColumn(6)]
public float Fare_amount { get; set; }

}
}`

### System information

- **OS version/distro**:
- **.NET Version (eg., dotnet --info)**:

### Issue

- **What did you do?**
- **What happened?**
- **What did you expect?**

### Source code / logs

Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。