mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-01 03:45:08 +00:00
* Add metrics for model validation * Update to reflect comments on Github * Change all_metrics() implementation to more sophisticated style * Update metrics functions * Remove redundant argument * Use v0.3 files for diagnostics.R and prophet.R * Use v0.3 file for man/predict.prophet.Rd * Change the interface and do some refactoring
18 lines
437 B
R
18 lines
437 B
R
% 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}
|