We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3f7b5 commit 6fed1b1Copy full SHA for 6fed1b1
src/Microsoft.ML.TimeSeries/Forecast.cs
@@ -1,8 +1,9 @@
1
-using Microsoft.ML.Runtime;
+// Licensed to the .NET Foundation under one or more agreements.
2
+// The .NET Foundation licenses this file to you under the MIT license.
3
+// See the LICENSE file in the project root for more information.
4
+
5
+using Microsoft.ML.Runtime;
6
using Microsoft.ML.Runtime.Data;
-using System;
-using System.Collections.Generic;
-using System.Text;
7
8
namespace Microsoft.ML.TimeSeries
9
{
0 commit comments