File size: 1,349 Bytes
55263fe
 
 
 
 
 
 
 
 
 
 
 
640a889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55263fe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: Sale Predictions
emoji: 🏢
colorFrom: red
colorTo: blue
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
license: mit
---

## Background:
Whether we wish to predict the trend in financial markets or electricity consumption, time is an important factor that must now be considered in our models. For example, it would be interesting to forecast at what hour during the day is there going to be a peak consumption in electricity, such as to adjust the price or the production of electricity.

## The Process
The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:
- Import machine learning components into the app script.
- Create an interface,
- Create a function to handle inputs.
- Values are passed through the interface.
- Restore these values in the backend,
- Apply the required processing,
- To produce predictions, submit the processed values to the ML model.
- Process the acquired predictions and present them on the interface.
Created by: Felix Kiprotich
https://www.linkedin.com/in/felix-kiprotich-a2ba1a1a4/


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference