Skip to content

Releases: RubixML/Server

0.2.0-beta

0.2.0-beta Pre-release
Pre-release

Choose a tag to compare

@andrewdalpino andrewdalpino released this 18 Oct 09:44
  • Update to Rubix ML 0.2.0
  • RPC client now has exponential backoff mechanism
  • Fixed JSON serialization of Estimator and Data types
  • Rename Rank and RankSample to Score and ScoreSample
  • Move Verbose interface to Server
  • Abstracted Router and Command Bus instantiation
  • Implemented Trusted Clients HTTP middleware

0.0.3-beta

0.0.3-beta Pre-release
Pre-release

Choose a tag to compare

@andrewdalpino andrewdalpino released this 12 Jul 06:01
Additional code style rules

0.0.2-beta

0.0.2-beta Pre-release
Pre-release

Choose a tag to compare

@andrewdalpino andrewdalpino released this 29 Jan 04:23
  • Changed name of Binary serializer to Igbinary
  • Renamed server status requests per minute key

0.0.1-beta

0.0.1-beta Pre-release
Pre-release

Choose a tag to compare

@andrewdalpino andrewdalpino released this 17 Nov 01:24
  • Added REST and RPC Servers
  • Added RPC client with retry and backoff failover
  • Implemented Command Bus
  • Implemented messaging framework
  • Added Shared Token Authenticator HTTP middleware
  • Added REST and RPC controllers
  • Added predict single sample command
  • Added predict probabilities of a single sample
  • Added rank single sample command
  • Added Verbose interface for chatty servers