tangram v0.2.0
tangram
  • Pages
  • Modules

    Tangram (tangram v0.2.0) View Source

    Link to this section Summary

    Functions

    enqueue_log_prediction(model, args)
    enqueue_log_true_value(model, args)
    flush_log_queue(model)
    init()
    load_model(data, options \\ nil)
    load_model_from_file(path, options \\ nil)
    log_events(tangram_url, events)
    log_prediction(model, args)
    log_true_value(model, args)
    predict(model, input, options \\ nil)
    prediction_event(model, args)
    true_value_event(model, args)

    Link to this section Functions

    Link to this function

    enqueue_log_prediction(model, args)

    View Source
    Link to this function

    enqueue_log_true_value(model, args)

    View Source
    Link to this function

    flush_log_queue(model)

    View Source
    Link to this function

    init()

    View Source
    Link to this function

    load_model(data, options \\ nil)

    View Source
    Link to this function

    load_model_from_file(path, options \\ nil)

    View Source
    Link to this function

    log_events(tangram_url, events)

    View Source
    Link to this function

    log_prediction(model, args)

    View Source
    Link to this function

    log_true_value(model, args)

    View Source
    Link to this function

    predict(model, input, options \\ nil)

    View Source
    Link to this function

    prediction_event(model, args)

    View Source
    Link to this function

    true_value_event(model, args)

    View Source

    Built using ExDoc (v0.23.0) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference