Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,346 contributions in the last year
Activity overview
Contribution activity
October 2020
- aslotte/website HTML
Created a pull request in aslotte/MLOps.NET that received 3 comments
Added ability to register model schemas for a run
Resolves Fixes #360 Description Added the ability to register a schema for a model and run
- Update MLOps.NET.Tests.Common.csproj
- Updated CI build for sample to only run on changes to the specific folder
- Bumping development to version v1.3
- Updated samples to v1.2
- Updated to release version v1.2
- Add ability to deploy a model to a Kubernetes cluster using the saved schema
- Added ability to install package dependencies before generating Docker Image
- Added ability to install package dependencies before generating Docker Image
- Adding the ability to detect and save PackageDependencies for a Run
- Consolidated the namespace and location of a couple of services
- Create Blog “2020-10-11-exploring-model-repositories-with-mlops-net”
- Create Blog “2020-10-06-how-to-track-your-model-training-with-mlops-net”
- Create Blog “2020-10-05-get-started-with-mlops-net”
- Update Blog “2020-10-02-announcing-mlops-net-v1-2”
- Update Blog “2020-10-02-announcing-mlops-net-v1-2”
- Create Blog “2020-10-02-announcing-mlops-net-v1-2”
Created an issue in aslotte/MLOps.NET that received 2 comments
Add additional methods to MLOps.NET.CLI
Is your feature request related to a problem? Please describe. We currently have MLOps.NET.CLI, a global dotnet tool to access MLOps.NET through th…