mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-13 21:50:23 +00:00
19 lines
437 B
Text
19 lines
437 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/metrics.R
|
||
|
|
\name{create_metric_data}
|
||
|
|
\alias{create_metric_data}
|
||
|
|
\title{Prepare dataframe for metrics calculation.}
|
||
|
|
\usage{
|
||
|
|
create_metric_data(fcst)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{fcst}{Dataframe output of `predict`.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
A dataframe only with y and yhat as a column.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Prepare dataframe for metrics calculation.
|
||
|
|
}
|
||
|
|
\keyword{internal}
|