We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7dbff commit 717e70fCopy full SHA for 717e70f
src/Microsoft.ML.Data/Prediction/PredictionEngine.cs
@@ -62,6 +62,8 @@ public void Reset()
62
/// <remarks>
63
/// This class can also be used with trained pipelines that do not end with a predictor: in this case, the
64
/// 'prediction' will be just the outcome of all the transformations.
65
+ ///
66
+ /// The PredictionEngine is NOT thread safe. Using it in a threaded environment can cause unexpected issues.
67
/// </remarks>
68
public sealed class PredictionEngine<TSrc, TDst> : PredictionEngineBase<TSrc, TDst>
69
where TSrc : class
0 commit comments