We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a1fb9 commit 663e939Copy full SHA for 663e939
docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/Conversion/MapKeyToVectorMultiColumn.cs
@@ -71,8 +71,8 @@ private class DataPoint
71
72
private class TransformedData : DataPoint
73
{
74
- public uint[] TimeframeVector { get; set; }
75
- public uint[] CategoryVector { get; set; }
+ public float[] TimeframeVector { get; set; }
+ public float[] CategoryVector { get; set; }
76
}
77
78
0 commit comments