We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f576de commit 1e27eadCopy full SHA for 1e27ead
docs/samples/Microsoft.ML.Samples/Dynamic/Transforms/Conversion/MapKeyToVector.cs
@@ -67,8 +67,8 @@ private class DataPoint
67
68
private class TransformedData : DataPoint
69
{
70
- public uint[] TimeframeVector { get; set; }
71
- public uint[] CategoryVector { get; set; }
+ public float[] TimeframeVector { get; set; }
+ public float[] CategoryVector { get; set; }
72
}
73
74
0 commit comments