wuzxc1230123

Results 8 issues of wuzxc1230123

C# 8中可用引用类型 导致可空类型 非空类型 必须在构造函数赋值 但如果 实体里面有构造函数,仓储模式 无法添加

```python import pandas as pd from autots import AutoTS symbol='BTCUSDT' forecast_length=1 df = pd.read_csv(symbol+"-Reverse-Eval.csv") df=df[-200:] print(df.head()) # at = AutoTS( # forecast_length=forecast_length, # frequency='infer', # prediction_interval=0.9, # ensemble='all', # model_list="fast",...

mycode using CsvHelper; using Microsoft.ML; using Microsoft.ML.AutoML; using Microsoft.ML.Data; using Microsoft.ML.Trainers.LightGbm; using System.Globalization; using static Microsoft.ML.DataOperationsCatalog; var list= new List(); for (int i = 1; i < 1000; i++) {...

https://github.com/dotnet/machinelearning-samples/blob/main/samples/csharp/getting-started/MLNET2/AutoMLEstimators/Program.cs The model the code runs on cannot be called, Is it possible to provide the complete code, including the training model and the usage model

I have a well-trained model, how should I switch the env to connect to Binance, is there any support here?

My code version ```xml ``` I am rewriting XunitTestFramework in A Project,ProjectB references Project A, but fails to run HostTestStartup ```csharp [assembly: TestFramework("LJ.Test.Host.Web.HostTestStartup", "LJ.Test.Host.Web")] namespace LJ.Test.Host.Web { public class HostTestStartup(IMessageSink...

status: Waiting for Repro/Response

// 在程序集级别进行代理,所有标记了 ObsoleteAttribute 的方法都将应用 ObsoleteProxyMoAttribute [assembly: MoProxy(typeof(ObsoleteAttribute), typeof(ObsoleteProxyMoAttribute))]

question