-
Hi All,
As we approach v1.0, I thought it might be nice to look at the API for cross-validation. Currently, our cross-validation API takes the inputs:
```cs
IDataView data; // training data
IE…
-
Hello, in your paper, I found you get great scores on many datasets, but I can't reproduce your results. The original model get a better result than your plugin model.
iTransformer_Plugin_electric…
-
When attempting to predict the price of a single house, via
`HouseData hd = new HouseData() { Area = "76", BedRooms = 3, BedRoomsBsmt = 0, FullBath = 2, HalfBath = 0, Rooms = 7, ApproxSquFeet = 130…
-
ML.NET v1.3.1
[AnomalyDetectionCatalog.ChangeModelThreshold](https://github.com/dotnet/machinelearning/blob/master/src/Microsoft.ML.Data/TrainCatalog.cs#L715-L721) was [added](https://github.com/do…
-
### Question
Is it possible with ML.NET/Microsoft.ML to realise an own algorithm?
We tried different approches like CustomMapping, ITransformer, trainer to realised it but at some point we got into …
-
**System Information (please complete the following information):**
- OS & Version: [e.g. Windows 10] Windows 10 build 19043
- ML.NET Version: [e.g. ML.NET v1.5.5] 1.5.5
- .NET Version: [e.g. .N…
-
As we transition the code from being exclusively for a tool to being more appropriate for an API, one of the most crucial parts of the work is that summarized in #581 where we take the concept `IDataT…
-
I have some swagger specs generated from Swashbuckler. I have cleaned them up but when I try to generate C# using the command
`autorest --input-file=smallest.json --payload-flattening-threshold=2…
-
I have a fully working tensorflow model and I litterally just need the last step of having C# run my model, but I am stuck on a null exception.
I have a very simple setup, and I've locked down both…
-
Hi, thanks for sharing the iTransformer code earlier. I’ve made several adjustments to make it more flexible for my research. I’m curious, how is the iTransformer able to train so quickly with univari…