dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.94k stars 1.86k forks source link

Clarification on the privacy of data #6798

Open eperegrine opened 11 months ago

eperegrine commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

In the documentation it is stated that the training and use of models is done locally, however there is not explicit statement about the secuirty of that data - is there any analystics or usage of local training data. Would it be safe to train on commercially sensitive data (assuming responsible use of the model)?

Describe the solution you'd like A clear and concise description of what you want to happen.

An answer to my question and ideally an update to documentation addressing this concern