PlainML 0.0.165

There is a newer version of this package available.
See the version list below for details.
dotnet add package PlainML --version 0.0.165
NuGet\Install-Package PlainML -Version 0.0.165
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="PlainML" Version="0.0.165" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PlainML --version 0.0.165
#r "nuget: PlainML, 0.0.165"
#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 PlainML as a Cake Addin
#addin nuget:?package=PlainML&version=0.0.165

// Install PlainML as a Cake Tool
#tool nuget:?package=PlainML&version=0.0.165

PlainML

Kurze Beschreibung (TODO)

build

Features

  • Experimenttracking (Runs with parameters, metrics and artifacts)
  • Integration of trainingprocesses
  • Deployment to different targets (dev, production)
  • Manage artifacts (deployment, caching)
  • Visualization

Getting Started

  1. Install VSCode
  2. Install C# extensions for VSCode
  3. Create project
  4. Install nuget package to project:
    dotnet add package PlainML
    
  5. Database and artifactstorage configuration with dependency injection:
    dotnet add package PlainML.Infrastructure
    
  6. Apply migration when a new major version is avaiable
    var s = new PlainMLService(dbContextFactory, artifactStorage);
    await s.Migrate();
    
  7. Use code
    TODO: example code
    
  8. Use UI

Examples

  • watch src/PlainML.Samples/Program.cs

NuGet Packages

Roadmap

  • Develop unstable version 0.0.*
  • Create initial stable version 1.0.0
  • Create docs
  • Rest-interface
  • Web-interface for visualization and Manage Experiments (run-table, graphs,...)

Contributing

TODO

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 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PlainML:

Package Downloads
PlainML.Infrastructure

This library should simplify the tracking process of Machine-Learning training tasks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.192 351 1/25/2023
0.1.191 300 1/25/2023
0.1.189 314 1/25/2023
0.1.185 317 1/25/2023
0.0.184 307 1/25/2023
0.0.179 316 1/25/2023
0.0.171 302 1/25/2023
0.0.165 300 1/24/2023
0.0.157 303 1/24/2023
0.0.155 305 1/24/2023
0.0.148 311 1/24/2023
0.0.141 271 1/24/2023
0.0.138 263 1/24/2023
0.0.137 277 1/23/2023
0.0.135 267 1/23/2023
0.0.133 265 1/23/2023
0.0.118 262 1/22/2023
0.0.117 283 1/21/2023
0.0.116 275 1/21/2023
0.0.115 280 1/21/2023
0.0.112 280 1/21/2023
0.0.111 278 1/21/2023