ai.scikitlearn4net 0.0.4

dotnet add package ai.scikitlearn4net --version 0.0.4
NuGet\Install-Package ai.scikitlearn4net -Version 0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ai.scikitlearn4net" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ai.scikitlearn4net --version 0.0.4
#r "nuget: ai.scikitlearn4net, 0.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ai.scikitlearn4net as a Cake Addin
#addin nuget:?package=ai.scikitlearn4net&version=0.0.4

// Install ai.scikitlearn4net as a Cake Tool
#tool nuget:?package=ai.scikitlearn4net&version=0.0.4

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
0.0.4 839 6/29/2022
0.0.3 418 6/15/2022
0.0.0.1 401 5/31/2022

Initial build.