ai.scikitlearn4net
0.0.0.1
See the version list below for details.
dotnet add package ai.scikitlearn4net --version 0.0.0.1
NuGet\Install-Package ai.scikitlearn4net -Version 0.0.0.1
<PackageReference Include="ai.scikitlearn4net" Version="0.0.0.1" />
paket add ai.scikitlearn4net --version 0.0.0.1
#r "nuget: ai.scikitlearn4net, 0.0.0.1"
// Install ai.scikitlearn4net as a Cake Addin #addin nuget:?package=ai.scikitlearn4net&version=0.0.0.1 // Install ai.scikitlearn4net as a Cake Tool #tool nuget:?package=ai.scikitlearn4net&version=0.0.0.1
Working with Python and the Machine Learning and Data Science ecosystem is fun, but when it comes to deployment, you may not want to have to use Python. The goal of this repository (and its siblings) is to address this need; you can experiment and train models in the rich Python ecosystem, but deploy your models in other languages and platforms. scikit-learn4x is a free an open source library that allows you to deploy scikit-learn model in other programming languages. As such, the training codes are not included in this repository (the fit methods), only the inference of models is supported (the predict, predict_proba and predict_log_proba).
This package is the code for the .NET (scikit-learn 4 .NET). You can also use scikit-learn for JVM to deploy in Java and other JVM based languages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial build.