invertedv / moru

functions to run goMortgage models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package moru

Go Report Card godoc

Package moru provides functions to run the models created by goMortgage. Using moru is quite straightforward.

There are two options: ScoreToTable and ScoreToPipe.

With ScoreToTable, the user provides

  • A ClickHouse table that has the features required by the model(s)
  • Pointers to the directories of the models created by goMortgage

The input table, augmented by the model outputs, is saved back to a new ClickHouse table.

With ScoreToPipe, the user provides

  • A seafan.Pipeline with model features
  • Pointers to the directories of the models created by goMortgage.

The model outputs are added to the pipeline.

About

functions to run goMortgage models

License:Apache License 2.0


Languages

Language:Go 100.0%