goscore
Model API
An API that enables the deployment of machine learning models in Go, specifically designed to work with Predictive Model Markup Language (PMML) and support various algorithms like decision trees and neural networks.
Go Scoring API for PMML
99 stars
9 watching
22 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
classificationdecision-treesgolangmachine-learningpmmlrandom-forest
Related projects:
Repository | Description | Stars |
---|---|---|
asafschers/scoruby | An API for loading and predicting outcomes with machine learning models in Ruby. | 68 |
minimaxir/automl-gs | Automates machine learning model creation and optimization for complex datasets | 1,853 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
sbabiv/xml2map | A Go library that converts XML data into a hierarchical map representation. | 62 |
alonsovidales/go_ml | Provides a collection of machine learning algorithms and implementations for data analysis in Go | 203 |
arolek/ase | An ASE file decoder and encoder written in Go | 12 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
chanced/caps | A case conversion library for Go. | 54 |
asty-org/asty | Tool for converting Go source code AST to JSON and back to AST | 81 |
dmitryikh/leaves | A Go library implementing prediction code for Gradient Boosting Regression Trees (GBRT) models from popular frameworks. | 432 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
mdempsky/unconvert | A tool that analyzes Go source code to identify and report unnecessary type conversions. | 378 |
wzshiming/gotype | A tool for parsing and manipulating Golang source code at compile-time | 61 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |