From c4b3cae9ac12961fc55abfa101ef7c67814c2195 Mon Sep 17 00:00:00 2001 From: Priyanshu Varshney <124420199+harshhere905@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:34:08 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063de5ea8..5e3d94063 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please note that the project is still in beta phase. Please report any issues yo NeuralProphet is an easy to learn framework for interpretable time series forecasting. NeuralProphet is built on PyTorch and combines Neural Network and traditional time-series algorithms, inspired by [Facebook Prophet](https://github.com/facebook/prophet) and [AR-Net](https://github.com/ourownstory/AR-Net). - With few lines of code, you can define, customize, visualize, and evaluate your own forecasting models. -- It is designed for iterative human-in-the-loop model building. That means that you can build a first model quickly, interpret the results, improve, repeat. Due to the focus on interpretability and customization-ability, NeuralProphet may not be the most accurate model out-of-the-box; so, don't hesitate to adjust and iterate until you like your results. +- It is designed for iterative human-in-the-loop model building, that means that you can build a first model quickly, interpret the results, improve, repeat. Due to the focus on interpretability and customization-ability, NeuralProphet may not be the most accurate model out-of-the-box; so, don't hesitate to adjust and iterate until you like your results. - NeuralProphet is best suited for time series data that is of higher-frequency (sub-daily) and longer duration (at least two full periods/years).