machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
**Is your feature request related to a problem? Please describe.** According to my tests, when trying to Execute multiple `RegressionExperiments` in parallel where data is loaded through `DatabaseSource`, some bottleneck...
How to set the path where temporary models could be stored in AutoML 2.0? When working with big datasets, users may want to save all models generated during experiment for...
This is a continuation of #1712 . We are in 2023 now and we have ML.NET 2. Does ML.NET 2 support KNN?
OpenAI library [tiktoken](https://github.com/openai/tiktoken) provides tokenization support for. Older GPT models were compatible with common [BPE tokenizer vocab format (vocab.json / merges.txt)](https://huggingface.co/gpt2/tree/main). More recent models support [other formats](https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken). Update Microsoft.ML.Tokenizers to...
**Is your feature request related to a problem? Please describe.** Currently, it is possible to specify a custom model loader when adding a `PredictionEnginePool` to the servicecollection, as mentioned in...
**System Information (please complete the following information):** - OS & Version: Windows 10 - ML.NET Version: 2.0.0 - .NET Version: 7.0 **Describe the bug** Some images have exit data that...
Please provide examples of the vocab and merge file formats. Better yet, provide links to downloadable pre-created files for common purposes GPT3 etc. --- #### Document Details ⚠ *Do not...
**System Information (please complete the following information):** - OS & Version: Windows 11 Pro 23H2 64GB RAM - ML.NET Version: Microsoft.ML Ver3.0.0, Microosft.ML.AutoML Ver0.21.0 - .NET Version: .NET 8 **Describe...
**Is your feature request related to a problem? Please describe.** Currently, the only way to load ONNX model is to specify concrete file path. But the usage of concrete file...