Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

To not regularize bias, must specify -B 1 along with -R #1

@EddieChan1993

Description

@EddieChan1993

When calling 'golinear.TrainModel(param, problem)' there is an error. How can it be resolved?

	param := golinear.DefaultParameters()
	model, err := golinear.TrainModel(param, problem)
	if err != nil {
		log.Fatal(fmt.Errorf("TrainModel err %v", err))
	}

TrainModel err To not regularize bias, must specify -B 1 along with -R

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions