go-ml-dev/nn

View on GitHub
model.go

Summary

Maintainability
A
0 mins
Test Coverage
D
69%

comment on exported method PredictionModel.Predicted should be of the form "Predicted ..."
Open

/*
Severity: Minor
Found in model.go by golint

exported method Model.Feed should have comment or be unexported
Open

func (e Model) Feed(ds model.Dataset) model.FatModel {
Severity: Minor
Found in model.go by golint

comment on exported method PredictionModel.FeaturesMapper should be of the form "FeaturesMapper ..."
Open

/*
Severity: Minor
Found in model.go by golint

exported function Objectify should have comment or be unexported
Open

func Objectify(source iokit.Input, collection ...string) (fm model.GpuPredictionModel, err error) {
Severity: Minor
Found in model.go by golint

comment on exported const DefaultBatchSize should be of the form "DefaultBatchSize ..."
Open

// default batch size for general nn training
Severity: Minor
Found in model.go by golint

exported function ObjectifyModel should have comment or be unexported
Open

func ObjectifyModel(c map[string]iokit.Input) (pm model.PredictionModel, err error) {
Severity: Minor
Found in model.go by golint

exported function LuckyObjectify should have comment or be unexported
Open

func LuckyObjectify(source iokit.Input, collection ...string) model.GpuPredictionModel {
Severity: Minor
Found in model.go by golint

comment on exported method FeaturesMapper.MapFeatures should be of the form "MapFeatures ..."
Open

/*
Severity: Minor
Found in model.go by golint

There are no issues that match your filters.

Category
Status