martes, 9 de abril de 2024

Forcasting Part 2 (Predict Analysis)

 

SECOND PART

PREDICT ANALYSIS


MONTHS

Metric to predict: “Total taken calls”

Period: Jan-2023 to Apr-2023

Predic Period: 3 Months (May, Jun, Jul) 2023

Variable: Number of calls

 

URL

https://microcarsil.ddnsfree.com:9089/services/search/jobs

 

HEADERS

Authorization = Bearer "Code"

 

BODY

x-www-form-urlencoded:

Key

Value

output_mode

json

exec_mode

oneshot

search

search index="demo" source="Call_Center.csv" | timechart span=1mon count as Calls

| predict Calls algorithm=LLP5 future_timespan=3

| table _time, Calls, prediction(Calls)

| tail 50

                                                                                         tail 50 à  last 50 months

Friendly view

Results: The number of predicted calls during the month of May 2023 is 26268, for June 2023 is 23618 and for July 2023 is 25265.



WEEKS

Metric to predict: “Total taken calls”

Period: Jan-2023 to Apr-2023

Predic Period: 3 Weeks (Until may 2023)

Variable: Number of calls

 

URL

https://microcarsil.ddnsfree.com:9089/services/search/jobs

 

HEADERS

Authorization = Bearer "Code"


BODY

x-www-form-urlencoded:

Key

Value

output_mode

json

exec_mode

oneshot

search

search index="demo" source="Call_Center.csv" | timechart span=1w count as Calls

| predict Calls algorithm=LLP5 future_timespan=3

| table _time, Calls, prediction(Calls)

| tail 50

count

0

Friendly view



DAYS

Metric to predict: “Total taken calls”

Period: Jan-2023 to Apr-2023

Predic Period: 3 days (Until 2023-05-03)

Variable: Number of calls

 

URL

https://microcarsil.ddnsfree.com:9089/services/search/jobs

 

HEADERS

Authorization = Bearer "Code"

 

BODY

x-www-form-urlencoded:

Key

Value

output_mode

json

exec_mode

oneshot

search

search index="demo" source="Call_Center.csv" | timechart span=1d count as Calls

| predict Calls algorithm=LLP5 future_timespan=3

| table _time, Calls, prediction(Calls)

| tail 50

count

0

Friendly view



HOURS

Metric to predict: “Total taken calls”

Period: Jan-2023 to Apr-2023

Predic Period: 5 Hours (Until 2023-05-01 04:00)

Variable: Number of calls

 

URL

https://microcarsil.ddnsfree.com:9089/services/search/jobs

 

HEADERS

Authorization = Bearer "Code"


BODY

x-www-form-urlencoded:

Key

Value

output_mode

json

exec_mode

oneshot

search

search index="demo" source="Call_Center.csv" | timechart span=1h count as Calls

| predict Calls algorithm=LLP5 future_timespan=5

| table _time, Calls, prediction(Calls)

| tail 50

count

0

Friendly view




No hay comentarios:

Publicar un comentario