Manoj
commited on
Commit
•
fde220d
1
Parent(s):
b8f7bbb
latest
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- API_data/API_cimb.xlsx +0 -0
- API_data/API_nedbank.xlsx +0 -0
- API_data/API_willbank.xlsx +0 -0
- DB/User.db +0 -0
- Full_Logo_Blue.jpeg +0 -0
- Full_Logo_Blue.jpg +0 -0
- Full_Logo_Blue.png +0 -0
- Full_Logo_Vibrant_Turquoise.png +0 -0
- Home.py +147 -99
- LIME_logo.png +0 -0
- Model_Results_Pretrained.py +0 -349
- README.md +2 -2
- Test/overall_contributions.csv +143 -143
- Test/smr_x_train_contribution.csv +113 -113
- Test/test_contr.csv +31 -31
- Transformation_functions.py +0 -133
- Users/{manojp1732@gmail.com/test-form-completion/Model → ashish@mastercard.com/cimb_landing/Model/total_s1_cc_mc_product_3in1_tc_landing}/resume.pkl +2 -2
- Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/best_models.pkl +2 -2
- Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/channel_groups.pkl +2 -2
- Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/data_import.pkl +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_2921.pkl → ashish@mastercard.com/cimb_landing/final_df_transformed.pkl} +2 -2
- Users/ashish@mastercard.com/cimb_landing/metrics_level_data/data_test_overview_panel@#total_s1_cc_mc_product_3in1_tc_landing.xlsx +0 -0
- Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/project_dct.pkl +2 -2
- Users/ashish@mastercard.com/cimb_landing/rcs_data_modified.json +36 -0
- Users/ashish@mastercard.com/cimb_landing/rcs_data_original.json +2031 -0
- Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/saved_scenarios.pkl +2 -2
- Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/scenario_data_modified.pkl +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_100.pkl → ashish@mastercard.com/cimb_landing/scenario_data_original.pkl} +2 -2
- Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/tuned_model.pkl +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_429.pkl → ashish@mastercard.com/willbank_all/Model/account_requests/resume.pkl} +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_0.pkl → ashish@mastercard.com/willbank_all/Model/app_installs/resume.pkl} +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_1.pkl → ashish@mastercard.com/willbank_all/Model/revenue/resume.pkl} +2 -2
- Users/{manojp1732@gmail.com/test-form-completion/Model/model_10.pkl → ashish@mastercard.com/willbank_all/Model/total_approved_accounts/resume.pkl} +2 -2
- Users/ashish@mastercard.com/willbank_all/best_models.pkl +3 -0
- summary_df.pkl → Users/ashish@mastercard.com/willbank_all/channel_groups.pkl +2 -2
- Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/willbank_all}/data_import.pkl +2 -2
- Users/ashish@mastercard.com/willbank_all/final_df_transformed.pkl +3 -0
- Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#account_requests.xlsx +0 -0
- Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#app_installs.xlsx +0 -0
- Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#revenue.xlsx +0 -0
- Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#total_approved_accounts.xlsx +0 -0
- Users/ashish@mastercard.com/willbank_all/project_dct.pkl +3 -0
- Users/ashish@mastercard.com/willbank_all/rcs_data_modified.json +216 -0
- Users/ashish@mastercard.com/willbank_all/rcs_data_original.json +0 -0
- Users/ashish@mastercard.com/willbank_all/scenario_data_modified.pkl +3 -0
- Users/{manojp1732@gmail.com/test-form-completion/Model/Model_results.pkl → ashish@mastercard.com/willbank_all/scenario_data_original.pkl} +2 -2
- Users/ashish@mastercard.com/willbank_all/tuned_model.pkl +3 -0
- Users/{manojp1732@gmail.com/test3/Model/all_form_completion → ioannis@mastercard.com/cimb_landing/Model/total_s1_cc_mc_product_3in1_tc_landing}/resume.pkl +2 -2
- Users/ioannis@mastercard.com/cimb_landing/best_models.pkl +3 -0
- Users/ioannis@mastercard.com/cimb_landing/channel_groups.pkl +3 -0
API_data/API_cimb.xlsx
ADDED
Binary file (28 kB). View file
|
|
API_data/API_nedbank.xlsx
ADDED
Binary file (30.6 kB). View file
|
|
API_data/API_willbank.xlsx
ADDED
Binary file (80.7 kB). View file
|
|
DB/User.db
CHANGED
Binary files a/DB/User.db and b/DB/User.db differ
|
|
Full_Logo_Blue.jpeg
DELETED
Binary file (154 kB)
|
|
Full_Logo_Blue.jpg
DELETED
Binary file (227 kB)
|
|
Full_Logo_Blue.png
DELETED
Binary file (286 kB)
|
|
Full_Logo_Vibrant_Turquoise.png
DELETED
Binary file (297 kB)
|
|
Home.py
CHANGED
@@ -14,6 +14,7 @@ import pandas as pd
|
|
14 |
import pickle
|
15 |
from pathlib import Path
|
16 |
import re
|
|
|
17 |
st.set_page_config(layout="wide")
|
18 |
load_local_css("styles.css")
|
19 |
set_header()
|
@@ -30,17 +31,26 @@ conn = sqlite3.connect(database_file, check_same_thread=False)
|
|
30 |
c = conn.cursor()
|
31 |
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
def update_summary_df():
|
35 |
-
#print("[DEBUG]: Running update_summary_df")
|
36 |
-
|
37 |
-
"""
|
38 |
-
changes the slection box this function is being called on change in
|
39 |
-
username select box
|
40 |
|
41 |
# Execute a SQL query to select distinct project names, the last edited page,
|
42 |
# and the last updated time from the 'sessions' table where the owner matches the user's name
|
43 |
-
|
44 |
c.execute(
|
45 |
"""
|
46 |
SELECT project_name, last_edited_page, updated_time as last_updated
|
@@ -52,12 +62,11 @@ def update_summary_df():
|
|
52 |
) sub
|
53 |
GROUP BY project_name
|
54 |
""",
|
55 |
-
(st.session_state["username"],)
|
56 |
)
|
57 |
|
58 |
# Fetch all the results of the query
|
59 |
project_summary = c.fetchall()
|
60 |
-
|
61 |
|
62 |
# This will hold the user's owned sessions
|
63 |
|
@@ -68,9 +77,9 @@ def update_summary_df():
|
|
68 |
)
|
69 |
|
70 |
# Convert the 'Modified Date' column to datetime format
|
71 |
-
project_summary_df["Modified Date"] = project_summary_df[
|
72 |
-
|
73 |
-
|
74 |
|
75 |
# Sort the DataFrame by 'Modified Date' in descending order
|
76 |
session_summary_df = project_summary_df.sort_values(
|
@@ -79,12 +88,11 @@ def update_summary_df():
|
|
79 |
|
80 |
session_summary_df["Last Page Modified"] = session_summary_df[
|
81 |
"Last Page Edited"
|
82 |
-
].map(lambda x: re.sub(r
|
83 |
|
84 |
# Save the resulting DataFrame to the session state
|
85 |
st.session_state["session_summary_df"] = session_summary_df
|
86 |
|
87 |
-
|
88 |
# Add a 'selected' column to the DataFrame and initialize it with False for all rows
|
89 |
|
90 |
if "selected" not in st.session_state.session_summary_df.columns:
|
@@ -99,9 +107,7 @@ def update_summary_df():
|
|
99 |
|
100 |
|
101 |
st.header("Manage Projects")
|
102 |
-
# c.execute("PRAGMA table_info(sessions);")
|
103 |
|
104 |
-
# st.write(c.fetchall())
|
105 |
users = {
|
106 |
"ioannis": "Ioannis Papadopoulos",
|
107 |
"sharon": "Sharon Sheng",
|
@@ -110,12 +116,17 @@ users = {
|
|
110 |
"geetha": "Geetha Krishna",
|
111 |
"srishti": "Srishti Verma",
|
112 |
"samkeet": "Samkeet Sangai",
|
113 |
-
"manoj": "Manoj P"
|
|
|
|
|
|
|
|
|
|
|
114 |
}
|
115 |
|
116 |
|
117 |
-
if
|
118 |
-
st.session_state[
|
119 |
|
120 |
# first_name_value = [key for key, value in users.items() if value == st.session_state['username']]
|
121 |
|
@@ -123,34 +134,55 @@ if 'username' not in st.session_state:
|
|
123 |
# first_name_value = first_name_value[0] if first_name_value else ''
|
124 |
|
125 |
|
126 |
-
first_name=st.text_input(
|
127 |
|
128 |
|
129 |
-
if st.button(
|
130 |
|
131 |
if first_name not in users.keys():
|
132 |
-
st.warning(
|
133 |
st.stop()
|
134 |
|
135 |
-
name=users[first_name]
|
136 |
|
137 |
-
st.session_state.name=name
|
138 |
|
139 |
-
st.session_state["username"]= name
|
140 |
|
141 |
-
update_summary_df()
|
142 |
|
143 |
-
#st.success('Projects sucessfully loaded')
|
144 |
|
145 |
-
if len(first_name)==0 or first_name not in users.keys():
|
146 |
st.stop()
|
147 |
|
148 |
|
149 |
-
|
150 |
# name=st.session_state['Username']
|
151 |
|
152 |
# c.execute('Delete from sessions')
|
153 |
# conn.commit()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
if st.session_state["username"] in users.values():
|
155 |
|
156 |
if "session_summary_df" not in st.session_state:
|
@@ -166,19 +198,22 @@ if st.session_state["username"] in users.values():
|
|
166 |
with cols1[1]:
|
167 |
st.markdown(f"**Current Project: {st.session_state['project_name']}**")
|
168 |
|
169 |
-
|
170 |
# Execute a SQL query to select all project names from the 'sessions' table
|
171 |
# where the owner matches the user's name
|
172 |
-
c.execute(
|
|
|
|
|
|
|
173 |
|
174 |
# Fetch all the results and create a list of project names
|
175 |
user_projects = [project[0] for project in c.fetchall()]
|
176 |
|
177 |
-
|
178 |
c.execute("SELECT DISTINCT username FROM users")
|
179 |
|
180 |
# Fetch all the results and create a list of usernames excluding the current user's name
|
181 |
-
allowed_users_db = [
|
|
|
|
|
182 |
|
183 |
page_name = "Home Page"
|
184 |
|
@@ -186,7 +221,7 @@ if st.session_state["username"] in users.values():
|
|
186 |
# where the username matches the current user's name
|
187 |
c.execute(
|
188 |
"SELECT email, user_id, user_type FROM users WHERE username = ?",
|
189 |
-
(st.session_state[
|
190 |
)
|
191 |
|
192 |
# Fetch the result of the query (assume there is only one matching row)
|
@@ -195,20 +230,19 @@ if st.session_state["username"] in users.values():
|
|
195 |
# Unpack the fetched data into corresponding variables
|
196 |
email, user_id, user_type = user_data
|
197 |
|
198 |
-
|
199 |
-
|
200 |
folder_path = r"Users"
|
201 |
user_folder_path = os.path.join(folder_path, email)
|
202 |
|
203 |
if not os.path.exists(user_folder_path):
|
204 |
os.makedirs(user_folder_path)
|
205 |
|
206 |
-
|
207 |
def dump_session_details_db(allowed_users, project_name):
|
208 |
|
209 |
-
|
210 |
|
211 |
-
created_time = datetime.datetime.now().strftime(
|
|
|
|
|
212 |
session_id = str(uuid.uuid4()) # Generate a unique session ID
|
213 |
|
214 |
if len(allowed_users) == 0:
|
@@ -217,7 +251,7 @@ if st.session_state["username"] in users.values():
|
|
217 |
"INSERT INTO sessions VALUES (?, ?, ?, ?, ?, ?, ?,?)",
|
218 |
(
|
219 |
user_id,
|
220 |
-
st.session_state[
|
221 |
session_id,
|
222 |
project_name,
|
223 |
page_name,
|
@@ -234,7 +268,7 @@ if st.session_state["username"] in users.values():
|
|
234 |
"INSERT INTO sessions VALUES (?, ?, ?, ?, ?, ?, ?,?)",
|
235 |
(
|
236 |
user_id,
|
237 |
-
st.session_state[
|
238 |
session_id,
|
239 |
project_name,
|
240 |
"1_Home.py",
|
@@ -245,8 +279,6 @@ if st.session_state["username"] in users.values():
|
|
245 |
)
|
246 |
conn.commit() # Commit the transaction
|
247 |
|
248 |
-
|
249 |
-
|
250 |
st.markdown(
|
251 |
"""
|
252 |
* **Delete Project:** If you wish to delete a project, select it and click 'Delete Project'.
|
@@ -261,13 +293,12 @@ push
|
|
261 |
if "selected_row_index" not in st.session_state:
|
262 |
st.session_state["selected_row_index"] = None
|
263 |
|
264 |
-
|
265 |
def selection_change():
|
266 |
# Get the edited rows from the session state
|
267 |
-
#print(st.session_state['session_summary_df'])
|
268 |
-
edited_rows: dict = st.session_state[
|
269 |
-
#print(edited_rows)
|
270 |
-
|
271 |
# Set the selected row index in the session state
|
272 |
st.session_state["selected_row_index"] = next(iter(edited_rows))
|
273 |
|
@@ -285,57 +316,64 @@ push
|
|
285 |
)
|
286 |
|
287 |
# Reset the DataFrame index
|
288 |
-
st.session_state[
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
|
293 |
st.markdown("Select Project")
|
294 |
|
295 |
-
if len(st.session_state["session_summary_df"])!=0:
|
296 |
-
|
297 |
with st.container():
|
298 |
# Display an editable data table using Streamlit's data editor component
|
299 |
-
|
300 |
table = st.data_editor(
|
301 |
-
st.session_state["session_summary_df"]
|
302 |
-
|
303 |
-
|
304 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
on_change=selection_change, # Function to call when data is edited
|
306 |
key="project_selection", # Key for the data editor component in the session state
|
307 |
-
use_container_width=
|
308 |
)
|
309 |
|
310 |
-
if
|
|
|
|
|
|
|
311 |
|
312 |
selected_row_index = st.session_state["session_summary_df"]["selected"]
|
313 |
-
|
314 |
|
315 |
# st.write(st.session_state['selected_row_index'])
|
316 |
|
317 |
if len(selected_row_index) != 0:
|
318 |
-
|
319 |
-
try
|
320 |
project_name = st.session_state["session_summary_df"].at[
|
321 |
st.session_state["selected_row_index"], "Project Name"
|
322 |
]
|
323 |
except Exception as e:
|
324 |
-
st.session_state["selected_row_index"]=None
|
325 |
-
st.rerun()
|
326 |
|
327 |
last_edited_page = st.session_state["session_summary_df"].at[
|
328 |
-
|
329 |
-
|
330 |
|
331 |
st.session_state["project_name"] = project_name
|
332 |
|
333 |
-
|
334 |
project_col = st.columns(2)
|
335 |
|
336 |
with project_col[0]:
|
337 |
-
|
338 |
-
if st.button(
|
339 |
st.session_state["project_name"] = project_name
|
340 |
st.rerun()
|
341 |
|
@@ -348,16 +386,19 @@ push
|
|
348 |
with open(project_dct_path, "rb") as f:
|
349 |
try:
|
350 |
st.session_state["project_dct"] = pickle.load(f)
|
351 |
-
st.success(
|
352 |
|
353 |
except Exception as e:
|
354 |
-
st.warning(
|
|
|
|
|
355 |
st.stop()
|
356 |
|
357 |
-
|
358 |
with project_col[1]:
|
359 |
|
360 |
-
if st.button(
|
|
|
|
|
361 |
|
362 |
project_name_to_delete = project_name
|
363 |
st.warning(
|
@@ -380,7 +421,9 @@ push
|
|
380 |
st.rerun()
|
381 |
|
382 |
except:
|
383 |
-
st.warning(
|
|
|
|
|
384 |
st.stop()
|
385 |
|
386 |
with st.expander("Add users with access to the selected project"):
|
@@ -395,7 +438,8 @@ push
|
|
395 |
present_users = [
|
396 |
user[0]
|
397 |
for user in present_users
|
398 |
-
if user[0] != st.session_state[
|
|
|
399 |
]
|
400 |
|
401 |
present_users = None if len(present_users) == 0 else present_users
|
@@ -407,12 +451,12 @@ push
|
|
407 |
list(set(allowed_users_db) - set(present_users)),
|
408 |
)
|
409 |
else:
|
410 |
-
|
411 |
allowed_users = st.multiselect(
|
412 |
"",
|
413 |
list(set(allowed_users_db)),
|
414 |
)
|
415 |
-
|
416 |
if st.button("Save Changes", use_container_width=True):
|
417 |
dump_session_details_db(allowed_users, project_name)
|
418 |
c.execute("SELECT * from sessions")
|
@@ -423,11 +467,9 @@ push
|
|
423 |
"To create a new project, Enter Project name below, select user who you want to give access of this project and click **Create New Project**"
|
424 |
)
|
425 |
|
426 |
-
project_col1 = st.columns(
|
427 |
with project_col1[0]:
|
428 |
-
project_name = st.text_input(
|
429 |
-
"Enter Project Name", key="project_name_box"
|
430 |
-
)
|
431 |
if project_name in user_projects:
|
432 |
st.warning("Project already exists please enter new name")
|
433 |
|
@@ -438,7 +480,14 @@ push
|
|
438 |
)
|
439 |
allowed_users = list(allowed_users)
|
440 |
|
441 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
|
443 |
if Create:
|
444 |
|
@@ -451,7 +500,7 @@ push
|
|
451 |
st.stop()
|
452 |
|
453 |
project_path = os.path.join(user_folder_path, project_name)
|
454 |
-
|
455 |
if not os.path.exists(project_path):
|
456 |
os.makedirs(project_path)
|
457 |
|
@@ -476,6 +525,8 @@ push
|
|
476 |
"default_df": None,
|
477 |
"final_df": None,
|
478 |
"edited_df": None,
|
|
|
|
|
479 |
},
|
480 |
"data_validation": {
|
481 |
"target_column": 0,
|
@@ -551,10 +602,9 @@ push
|
|
551 |
|
552 |
st.success("Project Created")
|
553 |
|
554 |
-
update_summary_df()
|
555 |
-
|
556 |
-
st.rerun()
|
557 |
|
|
|
558 |
|
559 |
# st.header('Clone Project')
|
560 |
|
@@ -562,11 +612,13 @@ push
|
|
562 |
|
563 |
c.execute(
|
564 |
"SELECT DISTINCT owner FROM sessions WHERE allowed_users=?",
|
565 |
-
(st.session_state[
|
566 |
) # owner
|
567 |
owners = c.fetchall()
|
568 |
|
569 |
-
owners = [
|
|
|
|
|
570 |
|
571 |
if len(owners) == 0:
|
572 |
|
@@ -590,7 +642,7 @@ push
|
|
590 |
|
591 |
c.execute(
|
592 |
"SELECT project_name FROM sessions WHERE owner=? AND allowed_users = ?",
|
593 |
-
(owner, st.session_state[
|
594 |
) # available sessions for user
|
595 |
project_names = c.fetchall()
|
596 |
|
@@ -600,7 +652,6 @@ push
|
|
600 |
)
|
601 |
owner_project_path = os.path.join(owner_folder_path, project_name)
|
602 |
|
603 |
-
|
604 |
project_name_user = st.text_input(
|
605 |
"Enter Project Name", value=project_name_owner
|
606 |
)
|
@@ -613,12 +664,9 @@ push
|
|
613 |
|
614 |
project_path = os.path.join(user_folder_path, project_name_user)
|
615 |
|
616 |
-
owner_project_path = os.path.join(
|
617 |
-
owner_folder_path, project_name_owner
|
618 |
-
)
|
619 |
-
|
620 |
|
621 |
-
if st.button("Load Project", use_container_width=True):
|
622 |
|
623 |
if os.path.exists(project_path):
|
624 |
|
@@ -637,8 +685,8 @@ push
|
|
637 |
|
638 |
st.session_state["project_path"] = project_path
|
639 |
|
640 |
-
|
641 |
-
|
|
|
642 |
st.success("Project Cloned")
|
643 |
st.rerun()
|
644 |
-
|
|
|
14 |
import pickle
|
15 |
from pathlib import Path
|
16 |
import re
|
17 |
+
|
18 |
st.set_page_config(layout="wide")
|
19 |
load_local_css("styles.css")
|
20 |
set_header()
|
|
|
31 |
c = conn.cursor()
|
32 |
|
33 |
|
34 |
+
def get_excel_files(directory="API_data"):
|
35 |
+
excel_files = {}
|
36 |
+
for filename in os.listdir(directory):
|
37 |
+
if filename.endswith(".xlsx"):
|
38 |
+
file_path = os.path.join(directory, filename)
|
39 |
+
file_key = os.path.splitext(filename)[0] # Remove the .xlsx extension
|
40 |
+
excel_files[file_key] = file_path
|
41 |
+
return excel_files
|
42 |
+
|
43 |
|
44 |
def update_summary_df():
|
45 |
+
# print("[DEBUG]: Running update_summary_df")
|
46 |
+
|
47 |
+
"""Function to fetch the project details everytime user
|
48 |
+
changes the slection box this function is being called on change in
|
49 |
+
username select box"""
|
50 |
|
51 |
# Execute a SQL query to select distinct project names, the last edited page,
|
52 |
# and the last updated time from the 'sessions' table where the owner matches the user's name
|
53 |
+
|
54 |
c.execute(
|
55 |
"""
|
56 |
SELECT project_name, last_edited_page, updated_time as last_updated
|
|
|
62 |
) sub
|
63 |
GROUP BY project_name
|
64 |
""",
|
65 |
+
(st.session_state["username"],),
|
66 |
)
|
67 |
|
68 |
# Fetch all the results of the query
|
69 |
project_summary = c.fetchall()
|
|
|
70 |
|
71 |
# This will hold the user's owned sessions
|
72 |
|
|
|
77 |
)
|
78 |
|
79 |
# Convert the 'Modified Date' column to datetime format
|
80 |
+
project_summary_df["Modified Date"] = project_summary_df["Modified Date"].map(
|
81 |
+
lambda x: pd.to_datetime(x).date()
|
82 |
+
)
|
83 |
|
84 |
# Sort the DataFrame by 'Modified Date' in descending order
|
85 |
session_summary_df = project_summary_df.sort_values(
|
|
|
88 |
|
89 |
session_summary_df["Last Page Modified"] = session_summary_df[
|
90 |
"Last Page Edited"
|
91 |
+
].map(lambda x: re.sub(r"[_1-9]", " ", x).replace(".py", ""))
|
92 |
|
93 |
# Save the resulting DataFrame to the session state
|
94 |
st.session_state["session_summary_df"] = session_summary_df
|
95 |
|
|
|
96 |
# Add a 'selected' column to the DataFrame and initialize it with False for all rows
|
97 |
|
98 |
if "selected" not in st.session_state.session_summary_df.columns:
|
|
|
107 |
|
108 |
|
109 |
st.header("Manage Projects")
|
|
|
110 |
|
|
|
111 |
users = {
|
112 |
"ioannis": "Ioannis Papadopoulos",
|
113 |
"sharon": "Sharon Sheng",
|
|
|
116 |
"geetha": "Geetha Krishna",
|
117 |
"srishti": "Srishti Verma",
|
118 |
"samkeet": "Samkeet Sangai",
|
119 |
+
"manoj": "Manoj P",
|
120 |
+
"loveesh": "Loveesh Bhatt",
|
121 |
+
"bhavya": "Bhavya Jayantilal Kanzariya",
|
122 |
+
"pritisha": "Pritisha Punukollu",
|
123 |
+
"ashish": "Ashish Sharma",
|
124 |
+
"swarupa": "Swarupa Parepalli",
|
125 |
}
|
126 |
|
127 |
|
128 |
+
if "username" not in st.session_state:
|
129 |
+
st.session_state["username"] = ""
|
130 |
|
131 |
# first_name_value = [key for key, value in users.items() if value == st.session_state['username']]
|
132 |
|
|
|
134 |
# first_name_value = first_name_value[0] if first_name_value else ''
|
135 |
|
136 |
|
137 |
+
first_name = st.text_input("Enter Name").lower()
|
138 |
|
139 |
|
140 |
+
if st.button("Login"):
|
141 |
|
142 |
if first_name not in users.keys():
|
143 |
+
st.warning("Please enter a valid name")
|
144 |
st.stop()
|
145 |
|
146 |
+
name = users[first_name]
|
147 |
|
148 |
+
st.session_state.name = name # storing in session state
|
149 |
|
150 |
+
st.session_state["username"] = name
|
151 |
|
152 |
+
update_summary_df() # function call to fetch user saved projects
|
153 |
|
154 |
+
# st.success('Projects sucessfully loaded')
|
155 |
|
156 |
+
if len(first_name) == 0 or first_name not in users.keys():
|
157 |
st.stop()
|
158 |
|
159 |
|
|
|
160 |
# name=st.session_state['Username']
|
161 |
|
162 |
# c.execute('Delete from sessions')
|
163 |
# conn.commit()
|
164 |
+
|
165 |
+
# c.execute("PRAGMA table_info(users);")
|
166 |
+
# c.execute("SELECT * FROM users;")
|
167 |
+
# st.write(c.fetchall())
|
168 |
+
|
169 |
+
# Delete all existing data in the users table
|
170 |
+
# c.execute("DELETE FROM users")
|
171 |
+
|
172 |
+
# # Insert new data into the users table
|
173 |
+
# for idx, (username, full_name) in enumerate(users.items(), start=1):
|
174 |
+
# user_id = idx
|
175 |
+
# email = f"{username}@mastercard.com"
|
176 |
+
# user_type = "technical"
|
177 |
+
|
178 |
+
# c.execute(
|
179 |
+
# "INSERT INTO users (user_id, username, email, user_type) VALUES (?, ?, ?, ?)",
|
180 |
+
# (user_id, full_name, email, user_type)
|
181 |
+
# )
|
182 |
+
|
183 |
+
# # Commit the changes and close the connection
|
184 |
+
# conn.commit()
|
185 |
+
|
186 |
if st.session_state["username"] in users.values():
|
187 |
|
188 |
if "session_summary_df" not in st.session_state:
|
|
|
198 |
with cols1[1]:
|
199 |
st.markdown(f"**Current Project: {st.session_state['project_name']}**")
|
200 |
|
|
|
201 |
# Execute a SQL query to select all project names from the 'sessions' table
|
202 |
# where the owner matches the user's name
|
203 |
+
c.execute(
|
204 |
+
"SELECT project_name FROM sessions WHERE owner=?",
|
205 |
+
(st.session_state["username"],),
|
206 |
+
)
|
207 |
|
208 |
# Fetch all the results and create a list of project names
|
209 |
user_projects = [project[0] for project in c.fetchall()]
|
210 |
|
|
|
211 |
c.execute("SELECT DISTINCT username FROM users")
|
212 |
|
213 |
# Fetch all the results and create a list of usernames excluding the current user's name
|
214 |
+
allowed_users_db = [
|
215 |
+
user[0] for user in c.fetchall() if user[0] != st.session_state["username"]
|
216 |
+
]
|
217 |
|
218 |
page_name = "Home Page"
|
219 |
|
|
|
221 |
# where the username matches the current user's name
|
222 |
c.execute(
|
223 |
"SELECT email, user_id, user_type FROM users WHERE username = ?",
|
224 |
+
(st.session_state["username"],),
|
225 |
)
|
226 |
|
227 |
# Fetch the result of the query (assume there is only one matching row)
|
|
|
230 |
# Unpack the fetched data into corresponding variables
|
231 |
email, user_id, user_type = user_data
|
232 |
|
|
|
|
|
233 |
folder_path = r"Users"
|
234 |
user_folder_path = os.path.join(folder_path, email)
|
235 |
|
236 |
if not os.path.exists(user_folder_path):
|
237 |
os.makedirs(user_folder_path)
|
238 |
|
|
|
239 |
def dump_session_details_db(allowed_users, project_name):
|
240 |
|
241 |
+
"Function to dump details of project in db when a project is created/modified/cloned"
|
242 |
|
243 |
+
created_time = datetime.datetime.now().strftime(
|
244 |
+
"%Y-%m-%d %H:%M"
|
245 |
+
) # Get the current time
|
246 |
session_id = str(uuid.uuid4()) # Generate a unique session ID
|
247 |
|
248 |
if len(allowed_users) == 0:
|
|
|
251 |
"INSERT INTO sessions VALUES (?, ?, ?, ?, ?, ?, ?,?)",
|
252 |
(
|
253 |
user_id,
|
254 |
+
st.session_state["username"],
|
255 |
session_id,
|
256 |
project_name,
|
257 |
page_name,
|
|
|
268 |
"INSERT INTO sessions VALUES (?, ?, ?, ?, ?, ?, ?,?)",
|
269 |
(
|
270 |
user_id,
|
271 |
+
st.session_state["username"],
|
272 |
session_id,
|
273 |
project_name,
|
274 |
"1_Home.py",
|
|
|
279 |
)
|
280 |
conn.commit() # Commit the transaction
|
281 |
|
|
|
|
|
282 |
st.markdown(
|
283 |
"""
|
284 |
* **Delete Project:** If you wish to delete a project, select it and click 'Delete Project'.
|
|
|
293 |
if "selected_row_index" not in st.session_state:
|
294 |
st.session_state["selected_row_index"] = None
|
295 |
|
|
|
296 |
def selection_change():
|
297 |
# Get the edited rows from the session state
|
298 |
+
# print(st.session_state['session_summary_df'])
|
299 |
+
edited_rows: dict = st.session_state["project_selection"]["edited_rows"]
|
300 |
+
# print(edited_rows)
|
301 |
+
|
302 |
# Set the selected row index in the session state
|
303 |
st.session_state["selected_row_index"] = next(iter(edited_rows))
|
304 |
|
|
|
316 |
)
|
317 |
|
318 |
# Reset the DataFrame index
|
319 |
+
st.session_state["session_summary_df"] = st.session_state[
|
320 |
+
"session_summary_df"
|
321 |
+
].reset_index(drop=True)
|
|
|
322 |
|
323 |
st.markdown("Select Project")
|
324 |
|
325 |
+
if len(st.session_state["session_summary_df"]) != 0:
|
326 |
+
|
327 |
with st.container():
|
328 |
# Display an editable data table using Streamlit's data editor component
|
329 |
+
|
330 |
table = st.data_editor(
|
331 |
+
st.session_state["session_summary_df"]
|
332 |
+
.drop(["Last Page Edited"], axis=1)
|
333 |
+
.reindex(
|
334 |
+
columns=[
|
335 |
+
"selected",
|
336 |
+
"Project Name",
|
337 |
+
"Last Page Modified",
|
338 |
+
"Modified Date",
|
339 |
+
]
|
340 |
+
),
|
341 |
+
hide_index=True,
|
342 |
on_change=selection_change, # Function to call when data is edited
|
343 |
key="project_selection", # Key for the data editor component in the session state
|
344 |
+
use_container_width=False,
|
345 |
)
|
346 |
|
347 |
+
if (
|
348 |
+
len(st.session_state["session_summary_df"]) > 0
|
349 |
+
and st.session_state["selected_row_index"] is not None
|
350 |
+
):
|
351 |
|
352 |
selected_row_index = st.session_state["session_summary_df"]["selected"]
|
|
|
353 |
|
354 |
# st.write(st.session_state['selected_row_index'])
|
355 |
|
356 |
if len(selected_row_index) != 0:
|
357 |
+
|
358 |
+
try:
|
359 |
project_name = st.session_state["session_summary_df"].at[
|
360 |
st.session_state["selected_row_index"], "Project Name"
|
361 |
]
|
362 |
except Exception as e:
|
363 |
+
st.session_state["selected_row_index"] = None
|
364 |
+
st.rerun()
|
365 |
|
366 |
last_edited_page = st.session_state["session_summary_df"].at[
|
367 |
+
st.session_state["selected_row_index"], "Last Page Edited"
|
368 |
+
]
|
369 |
|
370 |
st.session_state["project_name"] = project_name
|
371 |
|
|
|
372 |
project_col = st.columns(2)
|
373 |
|
374 |
with project_col[0]:
|
375 |
+
|
376 |
+
if st.button("Load Project", use_container_width=True):
|
377 |
st.session_state["project_name"] = project_name
|
378 |
st.rerun()
|
379 |
|
|
|
386 |
with open(project_dct_path, "rb") as f:
|
387 |
try:
|
388 |
st.session_state["project_dct"] = pickle.load(f)
|
389 |
+
st.success("Project Loded")
|
390 |
|
391 |
except Exception as e:
|
392 |
+
st.warning(
|
393 |
+
"Something went wrong unable to load saved details / data is lost due to app refresh. Please uncheck the check box and create a new project."
|
394 |
+
)
|
395 |
st.stop()
|
396 |
|
|
|
397 |
with project_col[1]:
|
398 |
|
399 |
+
if st.button(
|
400 |
+
f"Delete Project - **{project_name}**", use_container_width=True
|
401 |
+
):
|
402 |
|
403 |
project_name_to_delete = project_name
|
404 |
st.warning(
|
|
|
421 |
st.rerun()
|
422 |
|
423 |
except:
|
424 |
+
st.warning(
|
425 |
+
"Failed to Delete project try refreshing the page or try after some time"
|
426 |
+
)
|
427 |
st.stop()
|
428 |
|
429 |
with st.expander("Add users with access to the selected project"):
|
|
|
438 |
present_users = [
|
439 |
user[0]
|
440 |
for user in present_users
|
441 |
+
if user[0] != st.session_state["username"]
|
442 |
+
and user[0] is not None
|
443 |
]
|
444 |
|
445 |
present_users = None if len(present_users) == 0 else present_users
|
|
|
451 |
list(set(allowed_users_db) - set(present_users)),
|
452 |
)
|
453 |
else:
|
454 |
+
|
455 |
allowed_users = st.multiselect(
|
456 |
"",
|
457 |
list(set(allowed_users_db)),
|
458 |
)
|
459 |
+
|
460 |
if st.button("Save Changes", use_container_width=True):
|
461 |
dump_session_details_db(allowed_users, project_name)
|
462 |
c.execute("SELECT * from sessions")
|
|
|
467 |
"To create a new project, Enter Project name below, select user who you want to give access of this project and click **Create New Project**"
|
468 |
)
|
469 |
|
470 |
+
project_col1 = st.columns(3)
|
471 |
with project_col1[0]:
|
472 |
+
project_name = st.text_input("Enter Project Name", key="project_name_box")
|
|
|
|
|
473 |
if project_name in user_projects:
|
474 |
st.warning("Project already exists please enter new name")
|
475 |
|
|
|
480 |
)
|
481 |
allowed_users = list(allowed_users)
|
482 |
|
483 |
+
with project_col1[2]:
|
484 |
+
API_path_dict = get_excel_files()
|
485 |
+
|
486 |
+
api_name = st.selectbox("Select API data", API_path_dict.keys(), index=0)
|
487 |
+
api_path = API_path_dict[api_name]
|
488 |
+
|
489 |
+
|
490 |
+
Create = st.button("Create New Project", use_container_width=True)
|
491 |
|
492 |
if Create:
|
493 |
|
|
|
500 |
st.stop()
|
501 |
|
502 |
project_path = os.path.join(user_folder_path, project_name)
|
503 |
+
|
504 |
if not os.path.exists(project_path):
|
505 |
os.makedirs(project_path)
|
506 |
|
|
|
525 |
"default_df": None,
|
526 |
"final_df": None,
|
527 |
"edited_df": None,
|
528 |
+
"api_path": api_path,
|
529 |
+
"api_name": api_name,
|
530 |
},
|
531 |
"data_validation": {
|
532 |
"target_column": 0,
|
|
|
602 |
|
603 |
st.success("Project Created")
|
604 |
|
605 |
+
update_summary_df()
|
|
|
|
|
606 |
|
607 |
+
st.rerun()
|
608 |
|
609 |
# st.header('Clone Project')
|
610 |
|
|
|
612 |
|
613 |
c.execute(
|
614 |
"SELECT DISTINCT owner FROM sessions WHERE allowed_users=?",
|
615 |
+
(st.session_state["username"],),
|
616 |
) # owner
|
617 |
owners = c.fetchall()
|
618 |
|
619 |
+
owners = [
|
620 |
+
owner[0] for owner in owners if owner[0] != st.session_state["username"]
|
621 |
+
]
|
622 |
|
623 |
if len(owners) == 0:
|
624 |
|
|
|
642 |
|
643 |
c.execute(
|
644 |
"SELECT project_name FROM sessions WHERE owner=? AND allowed_users = ?",
|
645 |
+
(owner, st.session_state["username"]),
|
646 |
) # available sessions for user
|
647 |
project_names = c.fetchall()
|
648 |
|
|
|
652 |
)
|
653 |
owner_project_path = os.path.join(owner_folder_path, project_name)
|
654 |
|
|
|
655 |
project_name_user = st.text_input(
|
656 |
"Enter Project Name", value=project_name_owner
|
657 |
)
|
|
|
664 |
|
665 |
project_path = os.path.join(user_folder_path, project_name_user)
|
666 |
|
667 |
+
owner_project_path = os.path.join(owner_folder_path, project_name_owner)
|
|
|
|
|
|
|
668 |
|
669 |
+
if st.button("Load Project", use_container_width=True, key="load_project_button_key"):
|
670 |
|
671 |
if os.path.exists(project_path):
|
672 |
|
|
|
685 |
|
686 |
st.session_state["project_path"] = project_path
|
687 |
|
688 |
+
dump_session_details_db(
|
689 |
+
[], project_name_user
|
690 |
+
) # passing empty list for allowed users
|
691 |
st.success("Project Cloned")
|
692 |
st.rerun()
|
|
LIME_logo.png
DELETED
Binary file (11.3 kB)
|
|
Model_Results_Pretrained.py
DELETED
@@ -1,349 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import plotly.express as px
|
3 |
-
import numpy as np
|
4 |
-
import plotly.graph_objects as go
|
5 |
-
from sklearn.metrics import r2_score
|
6 |
-
from collections import OrderedDict
|
7 |
-
import pickle
|
8 |
-
import json
|
9 |
-
import streamlit as st
|
10 |
-
import plotly.express as px
|
11 |
-
import numpy as np
|
12 |
-
import plotly.graph_objects as go
|
13 |
-
from sklearn.metrics import r2_score
|
14 |
-
import pickle
|
15 |
-
import json
|
16 |
-
import pandas as pd
|
17 |
-
import statsmodels.api as sm
|
18 |
-
from sklearn.metrics import mean_absolute_percentage_error
|
19 |
-
import sys
|
20 |
-
import os
|
21 |
-
from utilities import (set_header,
|
22 |
-
initialize_data,
|
23 |
-
load_local_css,
|
24 |
-
create_channel_summary,
|
25 |
-
create_contribution_pie,
|
26 |
-
create_contribuion_stacked_plot,
|
27 |
-
create_channel_spends_sales_plot,
|
28 |
-
format_numbers,
|
29 |
-
channel_name_formating,
|
30 |
-
load_authenticator)
|
31 |
-
import seaborn as sns
|
32 |
-
import matplotlib.pyplot as plt
|
33 |
-
import sweetviz as sv
|
34 |
-
import tempfile
|
35 |
-
|
36 |
-
original_stdout = sys.stdout
|
37 |
-
sys.stdout = open('temp_stdout.txt', 'w')
|
38 |
-
sys.stdout.close()
|
39 |
-
sys.stdout = original_stdout
|
40 |
-
|
41 |
-
st.set_page_config(layout='wide')
|
42 |
-
load_local_css('styles.css')
|
43 |
-
set_header()
|
44 |
-
|
45 |
-
for k, v in st.session_state.items():
|
46 |
-
if k not in ['logout', 'login','config'] and not k.startswith('FormSubmitter'):
|
47 |
-
st.session_state[k] = v
|
48 |
-
|
49 |
-
authenticator = st.session_state.get('authenticator')
|
50 |
-
if authenticator is None:
|
51 |
-
authenticator = load_authenticator()
|
52 |
-
|
53 |
-
name, authentication_status, username = authenticator.login('Login', 'main')
|
54 |
-
auth_status = st.session_state.get('authentication_status')
|
55 |
-
|
56 |
-
if auth_status == True:
|
57 |
-
is_state_initiaized = st.session_state.get('initialized',False)
|
58 |
-
if not is_state_initiaized:
|
59 |
-
a=1
|
60 |
-
|
61 |
-
|
62 |
-
def plot_residual_predicted(actual, predicted, df_):
|
63 |
-
df_['Residuals'] = actual - pd.Series(predicted)
|
64 |
-
df_['StdResidual'] = (df_['Residuals'] - df_['Residuals'].mean()) / df_['Residuals'].std()
|
65 |
-
|
66 |
-
# Create a Plotly scatter plot
|
67 |
-
fig = px.scatter(df_, x=predicted, y='StdResidual', opacity=0.5,color_discrete_sequence=["#11B6BD"])
|
68 |
-
|
69 |
-
# Add horizontal lines
|
70 |
-
fig.add_hline(y=0, line_dash="dash", line_color="darkorange")
|
71 |
-
fig.add_hline(y=2, line_color="red")
|
72 |
-
fig.add_hline(y=-2, line_color="red")
|
73 |
-
|
74 |
-
fig.update_xaxes(title='Predicted')
|
75 |
-
fig.update_yaxes(title='Standardized Residuals (Actual - Predicted)')
|
76 |
-
|
77 |
-
# Set the same width and height for both figures
|
78 |
-
fig.update_layout(title='Residuals over Predicted Values', autosize=False, width=600, height=400)
|
79 |
-
|
80 |
-
return fig
|
81 |
-
|
82 |
-
def residual_distribution(actual, predicted):
|
83 |
-
Residuals = actual - pd.Series(predicted)
|
84 |
-
|
85 |
-
# Create a Seaborn distribution plot
|
86 |
-
sns.set(style="whitegrid")
|
87 |
-
plt.figure(figsize=(6, 4))
|
88 |
-
sns.histplot(Residuals, kde=True, color="#11B6BD")
|
89 |
-
|
90 |
-
plt.title(' Distribution of Residuals')
|
91 |
-
plt.xlabel('Residuals')
|
92 |
-
plt.ylabel('Probability Density')
|
93 |
-
|
94 |
-
return plt
|
95 |
-
|
96 |
-
|
97 |
-
def qqplot(actual, predicted):
|
98 |
-
Residuals = actual - pd.Series(predicted)
|
99 |
-
Residuals = pd.Series(Residuals)
|
100 |
-
Resud_std = (Residuals - Residuals.mean()) / Residuals.std()
|
101 |
-
|
102 |
-
# Create a QQ plot using Plotly with custom colors
|
103 |
-
fig = go.Figure()
|
104 |
-
fig.add_trace(go.Scatter(x=sm.ProbPlot(Resud_std).theoretical_quantiles,
|
105 |
-
y=sm.ProbPlot(Resud_std).sample_quantiles,
|
106 |
-
mode='markers',
|
107 |
-
marker=dict(size=5, color="#11B6BD"),
|
108 |
-
name='QQ Plot'))
|
109 |
-
|
110 |
-
# Add the 45-degree reference line
|
111 |
-
diagonal_line = go.Scatter(
|
112 |
-
x=[-2, 2], # Adjust the x values as needed to fit the range of your data
|
113 |
-
y=[-2, 2], # Adjust the y values accordingly
|
114 |
-
mode='lines',
|
115 |
-
line=dict(color='red'), # Customize the line color and style
|
116 |
-
name=' '
|
117 |
-
)
|
118 |
-
fig.add_trace(diagonal_line)
|
119 |
-
|
120 |
-
# Customize the layout
|
121 |
-
fig.update_layout(title='QQ Plot of Residuals',title_x=0.5, autosize=False, width=600, height=400,
|
122 |
-
xaxis_title='Theoretical Quantiles', yaxis_title='Sample Quantiles')
|
123 |
-
|
124 |
-
return fig
|
125 |
-
|
126 |
-
|
127 |
-
def plot_actual_vs_predicted(date, y, predicted_values, model):
|
128 |
-
fig = go.Figure()
|
129 |
-
|
130 |
-
fig.add_trace(go.Scatter(x=date, y=y, mode='lines', name='Actual', line=dict(color='blue')))
|
131 |
-
fig.add_trace(go.Scatter(x=date, y=predicted_values, mode='lines', name='Predicted', line=dict(color='orange')))
|
132 |
-
|
133 |
-
# Calculate MAPE
|
134 |
-
mape = mean_absolute_percentage_error(y, predicted_values)*100
|
135 |
-
|
136 |
-
# Calculate R-squared
|
137 |
-
rss = np.sum((y - predicted_values) ** 2)
|
138 |
-
tss = np.sum((y - np.mean(y)) ** 2)
|
139 |
-
r_squared = 1 - (rss / tss)
|
140 |
-
|
141 |
-
# Get the number of predictors
|
142 |
-
num_predictors = model.df_model
|
143 |
-
|
144 |
-
# Get the number of samples
|
145 |
-
num_samples = len(y)
|
146 |
-
|
147 |
-
# Calculate Adjusted R-squared
|
148 |
-
adj_r_squared = 1 - ((1 - r_squared) * ((num_samples - 1) / (num_samples - num_predictors - 1)))
|
149 |
-
metrics_table = pd.DataFrame({
|
150 |
-
'Metric': ['MAPE', 'R-squared', 'AdjR-squared'],
|
151 |
-
'Value': [mape, r_squared, adj_r_squared]})
|
152 |
-
fig.update_layout(
|
153 |
-
xaxis=dict(title='Date'),
|
154 |
-
yaxis=dict(title='Value'),
|
155 |
-
title=f'MAPE : {mape:.2f}%, AdjR2: {adj_r_squared:.2f}',
|
156 |
-
xaxis_tickangle=-30
|
157 |
-
)
|
158 |
-
|
159 |
-
return metrics_table,fig
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
# # Perform linear regression
|
165 |
-
# model = sm.OLS(y, X).fit()
|
166 |
-
eda_columns=st.columns(3)
|
167 |
-
with eda_columns[0]:
|
168 |
-
tactic=st.checkbox('Tactic Level Model')
|
169 |
-
if tactic:
|
170 |
-
with open('mastercard_mmm_model.pkl', 'rb') as file:
|
171 |
-
model = pickle.load(file)
|
172 |
-
train=pd.read_csv('train_mastercard.csv')
|
173 |
-
test=pd.read_csv('test_mastercard.csv')
|
174 |
-
train['Date']=pd.to_datetime(train['Date'])
|
175 |
-
test['Date']=pd.to_datetime(test['Date'])
|
176 |
-
train.set_index('Date',inplace=True)
|
177 |
-
test.set_index('Date',inplace=True)
|
178 |
-
test.dropna(inplace=True)
|
179 |
-
X_train=train.drop(["total_approved_accounts_revenue"],axis=1)
|
180 |
-
y_train=train['total_approved_accounts_revenue']
|
181 |
-
X_test=test.drop(["total_approved_accounts_revenue"],axis=1)
|
182 |
-
X_train=sm.add_constant(X_train)
|
183 |
-
X_test=sm.add_constant(X_test)
|
184 |
-
y_test=test['total_approved_accounts_revenue']
|
185 |
-
|
186 |
-
# sys.stdout.close()
|
187 |
-
# sys.stdout = original_stdout
|
188 |
-
|
189 |
-
# st.set_page_config(layout='wide')
|
190 |
-
# load_local_css('styles.css')
|
191 |
-
# set_header()
|
192 |
-
|
193 |
-
channel_data=pd.read_excel("Channel_wise_imp_click_spends_new.xlsx",sheet_name='Sheet3')
|
194 |
-
target_column='Total Approved Accounts - Revenue'
|
195 |
-
|
196 |
-
|
197 |
-
with eda_columns[1]:
|
198 |
-
if st.button('Generate EDA Report'):
|
199 |
-
def generate_report_with_target(channel_data, target_feature):
|
200 |
-
report = sv.analyze([channel_data, "Dataset"], target_feat=target_feature,verbose=False)
|
201 |
-
temp_dir = tempfile.mkdtemp()
|
202 |
-
report_path = os.path.join(temp_dir, "report.html")
|
203 |
-
report.show_html(filepath=report_path, open_browser=False) # Generate the report as an HTML file
|
204 |
-
return report_path
|
205 |
-
|
206 |
-
report_file = generate_report_with_target(channel_data, target_column)
|
207 |
-
|
208 |
-
if os.path.exists(report_file):
|
209 |
-
with open(report_file, 'rb') as f:
|
210 |
-
st.download_button(
|
211 |
-
label="Download EDA Report",
|
212 |
-
data=f.read(),
|
213 |
-
file_name="report.html",
|
214 |
-
mime="text/html"
|
215 |
-
)
|
216 |
-
else:
|
217 |
-
st.warning("Report generation failed. Unable to find the report file.")
|
218 |
-
|
219 |
-
|
220 |
-
st.title('Analysis of Result')
|
221 |
-
|
222 |
-
st.write(model.summary(yname='Revenue'))
|
223 |
-
|
224 |
-
metrics_table_train,fig_train= plot_actual_vs_predicted(X_train.index, y_train, model.predict(X_train), model)
|
225 |
-
metrics_table_test,fig_test= plot_actual_vs_predicted(X_test.index, y_test, model.predict(X_test), model)
|
226 |
-
|
227 |
-
metrics_table_train=metrics_table_train.set_index('Metric').transpose()
|
228 |
-
metrics_table_train.index=['Train']
|
229 |
-
metrics_table_test=metrics_table_test.set_index('Metric').transpose()
|
230 |
-
metrics_table_test.index=['test']
|
231 |
-
metrics_table=np.round(pd.concat([metrics_table_train,metrics_table_test]),2)
|
232 |
-
|
233 |
-
st.markdown('Result Overview')
|
234 |
-
st.dataframe(np.round(metrics_table,2),use_container_width=True)
|
235 |
-
|
236 |
-
st.subheader('Actual vs Predicted Plot Train')
|
237 |
-
|
238 |
-
st.plotly_chart(fig_train,use_container_width=True)
|
239 |
-
st.subheader('Actual vs Predicted Plot Test')
|
240 |
-
st.plotly_chart(fig_test,use_container_width=True)
|
241 |
-
|
242 |
-
st.markdown('## Residual Analysis')
|
243 |
-
columns=st.columns(2)
|
244 |
-
Xtrain1=X_train.copy()
|
245 |
-
with columns[0]:
|
246 |
-
fig=plot_residual_predicted(y_train,model.predict(Xtrain1),Xtrain1)
|
247 |
-
st.plotly_chart(fig)
|
248 |
-
|
249 |
-
with columns[1]:
|
250 |
-
st.empty()
|
251 |
-
fig = qqplot(y_train,model.predict(X_train))
|
252 |
-
st.plotly_chart(fig)
|
253 |
-
|
254 |
-
with columns[0]:
|
255 |
-
fig=residual_distribution(y_train,model.predict(X_train))
|
256 |
-
st.pyplot(fig)
|
257 |
-
else:
|
258 |
-
with open('mastercard_mmm_model_channel.pkl', 'rb') as file:
|
259 |
-
model = pickle.load(file)
|
260 |
-
train=pd.read_csv('train_mastercard_channel.csv')
|
261 |
-
test=pd.read_csv('test_mastercard_channel.csv')
|
262 |
-
# train['Date']=pd.to_datetime(train['Date'])
|
263 |
-
# test['Date']=pd.to_datetime(test['Date'])
|
264 |
-
# train.set_index('Date',inplace=True)
|
265 |
-
# test.set_index('Date',inplace=True)
|
266 |
-
test.dropna(inplace=True)
|
267 |
-
X_train=train.drop(["total_approved_accounts_revenue"],axis=1)
|
268 |
-
y_train=train['total_approved_accounts_revenue']
|
269 |
-
X_test=test.drop(["total_approved_accounts_revenue"],axis=1)
|
270 |
-
X_train=sm.add_constant(X_train)
|
271 |
-
X_test=sm.add_constant(X_test)
|
272 |
-
y_test=test['total_approved_accounts_revenue']
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
channel_data=pd.read_excel("Channel_wise_imp_click_spends_new.xlsx",sheet_name='Sheet3')
|
277 |
-
target_column='Total Approved Accounts - Revenue'
|
278 |
-
with eda_columns[1]:
|
279 |
-
if st.button('Generate EDA Report'):
|
280 |
-
def generate_report_with_target(channel_data, target_feature):
|
281 |
-
report = sv.analyze([channel_data, "Dataset"], target_feat=target_feature)
|
282 |
-
temp_dir = tempfile.mkdtemp()
|
283 |
-
report_path = os.path.join(temp_dir, "report.html")
|
284 |
-
report.show_html(filepath=report_path, open_browser=False) # Generate the report as an HTML file
|
285 |
-
return report_path
|
286 |
-
|
287 |
-
report_file = generate_report_with_target(channel_data, target_column)
|
288 |
-
|
289 |
-
# Provide a link to download the generated report
|
290 |
-
with open(report_file, 'rb') as f:
|
291 |
-
st.download_button(
|
292 |
-
label="Download EDA Report",
|
293 |
-
data=f.read(),
|
294 |
-
file_name="report.html",
|
295 |
-
mime="text/html"
|
296 |
-
)
|
297 |
-
|
298 |
-
|
299 |
-
st.title('Analysis of Result')
|
300 |
-
|
301 |
-
st.write(model.summary(yname='Revenue'))
|
302 |
-
|
303 |
-
metrics_table_train,fig_train= plot_actual_vs_predicted(X_train.index, y_train, model.predict(X_train), model)
|
304 |
-
metrics_table_test,fig_test= plot_actual_vs_predicted(X_test.index, y_test, model.predict(X_test), model)
|
305 |
-
|
306 |
-
metrics_table_train=metrics_table_train.set_index('Metric').transpose()
|
307 |
-
metrics_table_train.index=['Train']
|
308 |
-
metrics_table_test=metrics_table_test.set_index('Metric').transpose()
|
309 |
-
metrics_table_test.index=['test']
|
310 |
-
metrics_table=np.round(pd.concat([metrics_table_train,metrics_table_test]),2)
|
311 |
-
|
312 |
-
st.markdown('Result Overview')
|
313 |
-
st.dataframe(np.round(metrics_table,2),use_container_width=True)
|
314 |
-
|
315 |
-
st.subheader('Actual vs Predicted Plot Train')
|
316 |
-
|
317 |
-
st.plotly_chart(fig_train,use_container_width=True)
|
318 |
-
st.subheader('Actual vs Predicted Plot Test')
|
319 |
-
st.plotly_chart(fig_test,use_container_width=True)
|
320 |
-
|
321 |
-
st.markdown('## Residual Analysis')
|
322 |
-
columns=st.columns(2)
|
323 |
-
Xtrain1=X_train.copy()
|
324 |
-
with columns[0]:
|
325 |
-
fig=plot_residual_predicted(y_train,model.predict(Xtrain1),Xtrain1)
|
326 |
-
st.plotly_chart(fig)
|
327 |
-
|
328 |
-
with columns[1]:
|
329 |
-
st.empty()
|
330 |
-
fig = qqplot(y_train,model.predict(X_train))
|
331 |
-
st.plotly_chart(fig)
|
332 |
-
|
333 |
-
with columns[0]:
|
334 |
-
fig=residual_distribution(y_train,model.predict(X_train))
|
335 |
-
st.pyplot(fig)
|
336 |
-
|
337 |
-
elif auth_status == False:
|
338 |
-
st.error('Username/Password is incorrect')
|
339 |
-
|
340 |
-
if auth_status != True:
|
341 |
-
try:
|
342 |
-
username_forgot_pw, email_forgot_password, random_password = authenticator.forgot_password('Forgot password')
|
343 |
-
if username_forgot_pw:
|
344 |
-
st.success('New password sent securely')
|
345 |
-
# Random password to be transferred to user securely
|
346 |
-
elif username_forgot_pw == False:
|
347 |
-
st.error('Username not found')
|
348 |
-
except Exception as e:
|
349 |
-
st.error(e)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
|
|
1 |
---
|
2 |
+
title: dev-demo
|
3 |
+
emoji: ⚖️
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
Test/overall_contributions.csv
CHANGED
@@ -1,143 +1,143 @@
|
|
1 |
-
|
2 |
-
0.0,0.0,0.0,0.0,0.
|
3 |
-
0.
|
4 |
-
0.
|
5 |
-
0.
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0.
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
16 |
-
0.
|
17 |
-
0.
|
18 |
-
0.
|
19 |
-
0.
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
-
0.
|
24 |
-
0.
|
25 |
-
0.
|
26 |
-
0.
|
27 |
-
0.
|
28 |
-
0.
|
29 |
-
0.
|
30 |
-
0.
|
31 |
-
0.
|
32 |
-
0.
|
33 |
-
0.
|
34 |
-
0.
|
35 |
-
0.
|
36 |
-
0.
|
37 |
-
0.
|
38 |
-
0.
|
39 |
-
0.
|
40 |
-
0.
|
41 |
-
0.
|
42 |
-
0.
|
43 |
-
0.
|
44 |
-
0.
|
45 |
-
0.
|
46 |
-
0.
|
47 |
-
0.
|
48 |
-
0.
|
49 |
-
0.
|
50 |
-
0.
|
51 |
-
0.
|
52 |
-
0.
|
53 |
-
0.
|
54 |
-
0.
|
55 |
-
0.
|
56 |
-
0.
|
57 |
-
0.
|
58 |
-
0.
|
59 |
-
0.
|
60 |
-
0.
|
61 |
-
0.
|
62 |
-
0.
|
63 |
-
0.
|
64 |
-
0.
|
65 |
-
0.
|
66 |
-
0.
|
67 |
-
0.
|
68 |
-
0.
|
69 |
-
0.
|
70 |
-
0.
|
71 |
-
0.
|
72 |
-
0.
|
73 |
-
0.
|
74 |
-
0.
|
75 |
-
0.
|
76 |
-
0.
|
77 |
-
0.
|
78 |
-
0.
|
79 |
-
0.
|
80 |
-
0.
|
81 |
-
0.
|
82 |
-
0.
|
83 |
-
0.
|
84 |
-
0.
|
85 |
-
0.
|
86 |
-
0.
|
87 |
-
0.
|
88 |
-
0.
|
89 |
-
0.
|
90 |
-
0.
|
91 |
-
0.
|
92 |
-
0.
|
93 |
-
0.
|
94 |
-
0.2293140572131652,0.
|
95 |
-
0.
|
96 |
-
0.
|
97 |
-
0.
|
98 |
-
0.
|
99 |
-
0.
|
100 |
-
0.
|
101 |
-
0.
|
102 |
-
0.
|
103 |
-
0.
|
104 |
-
0.
|
105 |
-
0.
|
106 |
-
0.
|
107 |
-
0.
|
108 |
-
0.
|
109 |
-
0.
|
110 |
-
0.
|
111 |
-
0.
|
112 |
-
0.
|
113 |
-
0.
|
114 |
-
0.
|
115 |
-
0.
|
116 |
-
0.
|
117 |
-
0.
|
118 |
-
0.
|
119 |
-
0.
|
120 |
-
0.
|
121 |
-
0.
|
122 |
-
0.
|
123 |
-
0
|
124 |
-
0.
|
125 |
-
0.
|
126 |
-
0.
|
127 |
-
0.
|
128 |
-
0.
|
129 |
-
0.
|
130 |
-
0.
|
131 |
-
0.
|
132 |
-
0.
|
133 |
-
0.
|
134 |
-
0.
|
135 |
-
0.
|
136 |
-
0.
|
137 |
-
0.
|
138 |
-
0.
|
139 |
-
0.
|
140 |
-
0.
|
141 |
-
0.
|
142 |
-
|
143 |
-
0.
|
|
|
1 |
+
direct_mail_clicks_lag_1_adstock_0_85,display_impressions,facebook_clicks_lag_6_adstock_0_85,pinterest_link_clicks_lag_1_adstock_0_5,search_link_clicks,video_impressions,date,sales,pred,pinterest_link_clicks_lag_1_adstock_0_5_contr,facebook_clicks_lag_6_adstock_0_85_contr,display_impressions_contr,search_link_clicks_contr,video_impressions_contr,direct_mail_clicks_lag_1_adstock_0_85_contr,base_contr
|
2 |
+
0.0,0.0,0.0,0.0,0.08128973660308811,0.0,2023-12-11,100,270.93821820987193,0.0,0.0,0.0,291.26221895140736,0.0,0.0,-20.3240007415354
|
3 |
+
0.00040583567390283887,0.0,0.0,0.0,0.0644868301544051,0.0,2023-12-12,200,211.0975651764441,0.0,0.0,0.0,231.0571792798874,0.0,0.36438663809211147,-20.3240007415354
|
4 |
+
0.04976672683365202,0.0,0.0,0.05386908297595151,0.04859218891916439,0.0,2023-12-13,400,201.44759407033024,2.981205053616445,0.0,0.0,174.10646607709822,0.0,44.683923681150986,-20.3240007415354
|
5 |
+
0.13104445183535832,0.0,0.0,0.07200429218498698,0.06539509536784742,0.0,2023-12-14,200,335.63288949616697,3.9848378306307466,0.0,0.0,234.31150574861823,0.0,117.66054665845338,-20.3240007415354
|
6 |
+
0.1554885939574964,0.0,0.0,0.09867056134738529,0.04268846503178929,0.0,2023-12-15,400,277.6980830065665,5.4605937187257405,0.0,0.0,152.953344030348,0.0,139.60814599902815,-20.3240007415354
|
7 |
+
0.16979529040519625,0.0,0.0,0.1184422317424432,0.01226158038147139,0.0,2023-12-16,400,182.6178605093804,6.554790991890741,0.0,0.0,43.933407327865915,0.0,152.45366293115913,-20.3240007415354
|
8 |
+
0.15810186333078538,0.0,0.0,0.13498122061429285,0.005449591280653952,0.0,2023-12-17,600,148.62655982391158,7.470086268561327,0.0,0.0,19.525958812384854,0.0,141.9545154845008,-20.3240007415354
|
9 |
+
0.17724734028057296,0.0,0.05762188733172894,0.24154569514179455,0.07084468664850137,0.0,2023-12-18,300,420.73599898281316,13.36754233142384,14.710376947145756,0.0,253.83746456100306,0.0,159.1446158847759,-20.3240007415354
|
10 |
+
0.15839366346896888,0.0,0.15828557838246146,0.19696218803489246,0.07084468664850137,0.0,2023-12-19,600,427.0391534124735,10.900216560269046,40.40895970481099,0.0,253.83746456100306,0.0,142.21651332792587,-20.3240007415354
|
11 |
+
0.14205238821051433,0.0,0.2225470786408237,0.14762858406323465,0.08583106267029973,0.0,2023-12-20,700,479.7384506392667,8.170012492398131,56.814373268366495,0.0,307.5338512950614,0.0,127.54421432497614,-20.3240007415354
|
12 |
+
0.1283877685041073,0.0,0.2991704381143645,0.07939435640362824,0.07447774750227067,0.0,2023-12-21,200,442.57544739666423,4.393816331434236,76.37566417720797,0.0,266.8547704359263,0.0,115.27519719363113,-20.3240007415354
|
13 |
+
0.11780997736474635,0.0,0.35556970467721827,0.06695364648048281,0.07674841053587647,0.0,2023-12-22,400,454.92357191226495,3.7053266589812153,90.77391645773143,0.0,274.9905866077533,0.0,105.7777429293344,-20.3240007415354
|
14 |
+
0.10715041934802233,0.0,0.39582616294474676,0.08884823123942663,0.023614895549500452,0.0,2023-12-23,300,266.46341715667165,4.917009559901137,101.05104730322361,0.0,84.612488187001,0.0,96.20687284808126,-20.3240007415354
|
15 |
+
0.09957785917145065,0.0,0.4199166692441451,0.09958090575843659,0.013623978201634877,0.0,2023-12-24,500,230.6107359386859,5.510973699390515,107.20114833118149,0.0,48.81489703096212,0.0,89.40771761868717,-20.3240007415354
|
16 |
+
0.10130298935207738,0.0,0.4463304001115998,0.10151335725055022,0.011353315168029066,0.0,2023-12-25,300,230.8740035504826,5.6179187936058685,113.94434879950012,0.0,40.679080859135105,0.0,90.9566558397769,-20.3240007415354
|
17 |
+
0.09873353969290966,0.0,0.48589402576866175,0.08702709704334605,0.024069028156221615,0.0,2023-12-26,300,283.42611166143564,4.816224950831537,124.04460538187482,0.0,86.23965142136642,0.0,88.64963064889828,-20.3240007415354
|
18 |
+
0.09801502519393289,0.0,0.50695105943206,0.06025374163770577,0.08174386920980926,0.0,2023-12-27,600,493.32471073799013,3.3345427311212776,129.42028668842516,0.0,292.8893821857727,0.0,88.0044998742063,-20.3240007415354
|
19 |
+
0.09803558780698483,0.0,0.5409138217869153,0.13121188309643522,0.04541326067211626,0.0,2023-12-28,500,375.76746048694076,7.2614848327054435,138.09069058425783,0.0,162.71632343654042,0.0,88.02296237497251,-20.3240007415354
|
20 |
+
0.09124404527704245,0.0,0.5903863598041302,0.20961452591819157,0.03178928247048138,0.0,2023-12-29,100,337.8235092799961,11.600418077614215,150.72060807681618,0.0,113.90142640557828,0.0,81.9250574615228,-20.3240007415354
|
21 |
+
0.0826529308355995,0.0,0.6418670532275913,0.6673206752298884,0.0022706630336058135,0.0,2023-12-30,200,262.8170225804019,36.93064109270633,163.86319053684193,0.0,8.135816171827022,0.0,74.211375520562,-20.3240007415354
|
22 |
+
0.07528284428138919,0.0,0.692610113829258,0.7577452298877736,0.0,0.0,2023-12-31,500,266.02236266854453,41.93488702422606,176.81746162145723,0.0,0.0,0.0,67.59401476439663,-20.3240007415354
|
23 |
+
0.0812609802063794,0.0,0.7315510326256397,0.629546275963454,0.02316076294277929,0.0,2024-01-01,100,357.2218017548469,34.8401427257545,186.75874644722415,0.0,82.98532495263561,0.0,72.9615883707681,-20.3240007415354
|
24 |
+
0.08780791345393689,0.0,0.7129657267838012,0.42251130393363007,0.02316076294277929,0.0,2024-01-02,400,346.8977484514837,23.38248147011014,182.01407619653472,0.0,82.98532495263561,0.0,78.8398665737387,-20.3240007415354
|
25 |
+
0.09961816680719887,0.0,0.6779609210409957,0.2569692562452121,0.11353315168029064,0.0,2024-01-03,800,663.2094718551307,14.221107971789342,173.0776475010668,0.0,406.79080859135104,0.0,89.44390853245898,-20.3240007415354
|
26 |
+
0.17522188991910798,0.0,0.6537944131129907,0.2192679830980144,0.1262488646684832,0.0,2024-01-04,400,768.3962087946556,12.13465652645147,166.90814390479377,0.0,452.35137915358234,0.0,157.32602995136344,-20.3240007415354
|
27 |
+
0.311385608124017,0.0,0.6199823861099095,0.23969241498895388,0.11080835603996367,0.0,2024-01-05,1000,827.8280278212413,13.264978711399305,158.27622146013422,0.0,397.0278291851586,0.0,279.58299920608465,-20.3240007415354
|
28 |
+
0.35215790105780415,0.0,0.5926390573956354,0.24453918442287467,0.05495004541326068,0.0,2024-01-06,1000,657.5827737633176,13.533207029608636,151.29570258089225,0.0,196.88675135821393,0.0,316.1911135361382,-20.3240007415354
|
29 |
+
0.34686208259842155,0.0,0.6046688075067123,0.22485692951225336,0.05495004541326068,0.0,2024-01-07,300,654.8096746433321,12.443958158743206,154.3667953011834,0.0,196.88675135821393,0.0,311.43617056672696,-20.3240007415354
|
30 |
+
0.3320569200760798,0.0,0.6173386600182312,0.1796038550807196,0.15122615803814715,0.0,2024-01-08,1700,987.2053316021079,9.939577413164223,157.60130071118857,0.0,541.8453570436797,0.0,298.143097175611,-20.3240007415354
|
31 |
+
0.3508120645279197,0.0,0.6417277534768856,0.14517333553954503,0.13306085376930063,0.0,2024-01-09,600,943.2793210964408,8.034134936992642,163.82762849720015,0.0,476.7588276690634,0.0,314.98273073472,-20.3240007415354
|
32 |
+
0.4132672148265145,0.0,0.6781735430981225,0.12388033642018054,0.13396911898274297,0.0,2024-01-10,900,1010.7360030133617,6.8557447904657645,173.13192810089524,0.0,480.01315413779423,0.0,371.05917672574185,-20.3240007415354
|
33 |
+
0.3990530099914326,0.0,0.6986757574885867,0.11924313695343311,0.167574931880109,0.0,2024-01-11,1300,1123.3610209384917,6.599114424378663,178.36596877364587,0.0,600.4232334808341,0.0,358.29670500116856,-20.3240007415354
|
34 |
+
0.482748154922683,0.0,0.7108642863266877,0.11220294428989633,0.1784741144414169,0.0,2024-01-12,2300,1240.2820957393592,6.209498399982277,181.47759635028885,0.0,639.4751511056038,0.0,433.4438506250196,-20.3240007415354
|
35 |
+
0.5057298614777757,0.0,0.7589406802743871,0.11576523735337255,0.11671207992733879,0.0,2024-01-13,1500,1052.0930589810557,6.406641649813337,193.75109015583988,0.0,418.18095123190886,0.0,454.07837668502907,-20.3240007415354
|
36 |
+
0.7235150387511411,0.0,0.7624386942542044,0.1523144772799479,0.09264305177111717,0.0,2024-01-14,400,1164.3113365898375,8.429337651963387,194.64410332483345,0.0,331.9412998105425,0.0,649.6205965440336,-20.3240007415354
|
37 |
+
0.851567434397497,0.0,0.7434109218831162,0.42705744049527566,0.3356039963669391,0.0,2024-01-15,3800,2160.164850224056,23.63407226288563,189.7864751386587,0.0,1202.4736301960336,0.0,764.5946733680132,-20.3240007415354
|
38 |
+
0.8270047661145054,0.0,0.7272373153676911,0.4324389379188352,0.2929155313351498,0.0,2024-01-16,2000,1981.3263231726705,23.931893321437933,185.65749118041012,0.0,1049.5202861656855,0.0,742.5406532466725,-20.3240007415354
|
39 |
+
0.7149036571511354,0.0,0.7648256130887564,0.32245530988808696,0.21662125340599456,0.0,2024-01-17,2100,1610.8202583920033,17.845215591157775,195.2534633688105,0.0,776.1568627922978,0.0,641.8887173812727,-20.3240007415354
|
40 |
+
0.6550381502934575,0.0,0.8449685173745627,0.23741699540803865,0.19255222524977292,0.0,2024-01-18,2100,1486.582955824555,13.13905319013601,215.71326408474548,0.0,689.9172113709313,0.0,588.1374279202777,-20.3240007415354
|
41 |
+
0.5921577706579696,0.0,0.9225190221263262,0.20133637398187323,0.16802906448683017,0.0,2024-01-19,1500,1360.0591169296463,11.142291318742632,235.5112472846413,0.0,602.0503967151996,0.0,531.6791823525983,-20.3240007415354
|
42 |
+
0.5444587866814286,0.0,0.9838970448907043,0.2296535211285735,0.09900090826521345,0.0,2024-01-20,500,1087.139345171241,12.70940955269197,251.18053360871707,0.0,354.72158509165814,0.0,488.8518176597093,-20.3240007415354
|
43 |
+
0.5136772529013647,0.0,0.9868278423387663,0.25969381637610855,0.07266121707538602,0.0,2024-01-21,200,967.5368283548473,14.371889681489812,251.92874122934782,0.0,260.34611749846465,0.0,461.2140806870804,-20.3240007415354
|
44 |
+
0.4917516773379622,0.0,0.9942081500038263,0.20303159860558204,0.2061762034514078,0.0,2024-01-22,1900,1424.984906702668,11.236107881713862,253.81287090239934,0.0,738.7321084018935,0.0,441.5278202581968,-20.3240007415354
|
45 |
+
0.46989079914417536,0.0,0.9854647984569194,0.18500214702249276,0.2942779291553133,0.0,2024-01-23,1900,1717.7965202649525,10.238327908413892,251.5807677382673,0.0,1054.4017758687817,0.0,421.89964949102506,-20.3240007415354
|
46 |
+
0.44366581415428635,0.0,0.99549412762136,0.1412193278361109,0.43551316984559485,0.0,2024-01-24,3100,2200.4351139136825,7.815313544529389,254.1411700327386,0.0,1560.4495417564224,0.0,398.3530893215276,-20.3240007415354
|
47 |
+
0.48998335222878847,0.0,0.9823671967167881,0.09056912494101757,0.5844686648501362,0.0,2024-01-25,2500,2769.577403699306,5.012246692528955,250.78997640289958,0.0,2094.159082628275,0.0,439.9400987171379,-20.3240007415354
|
48 |
+
0.4788492646175398,0.0,0.9907658247847311,0.05816163409822628,0.44141689373297,0.0,2024-01-26,2200,2247.3746636287897,3.2187620044994847,252.934074599598,0.0,1581.6026638031726,0.0,429.94316396305504,-20.3240007415354
|
49 |
+
0.4977712408948492,0.0,1.0,0.043030977979140426,0.2602179836512261,0.0,2024-01-27,1800,1616.6460100164645,2.3814062153376665,255.2914808648697,0.0,932.3645332913765,0.0,446.93259038641617,-20.3240007415354
|
50 |
+
0.4599013225278125,0.0,0.9781650463681486,0.032890235594054004,0.18165304268846502,0.0,2024-01-28,700,1295.009120493453,1.8202005891097564,249.7172032175786,0.0,650.8652937461616,0.0,412.9304236821385,-20.3240007415354
|
51 |
+
0.5404440235555088,0.0,0.9669390305323858,0.026746775099200995,0.684377838328792,0.0,2024-01-29,3100,3165.38959424357,1.4802112211428835,246.85129701065424,0.0,2452.1349941886638,0.0,485.24709256464456,-20.3240007415354
|
52 |
+
0.5366665694743453,0.0,0.9458725396056418,0.028396637781937573,0.7338782924613987,0.0,2024-01-30,3100,3334.0719442511886,1.5715173785122831,241.4732013453394,0.0,2629.495786734493,0.0,481.85543953437883,-20.3240007415354
|
53 |
+
0.484327070536785,0.0,0.8724394763436977,0.03093851200700153,0.7470481380563124,0.0,2024-01-31,3000,3315.6595821626615,1.7121889449616505,222.72636588075403,0.0,2676.68352053109,0.0,434.86150754739134,-20.3240007415354
|
54 |
+
0.4794525674980413,0.0,0.8103705961306314,0.021693173956897554,0.5585831062670299,0.0,2024-02-01,2800,2619.6528735307406,1.2005364906277454,206.88070953553614,0.0,2001.4107782694468,0.0,430.48484997666526,-20.3240007415354
|
55 |
+
0.5177641606906117,0.0,0.7614535071049738,0.015138944187687943,0.5803814713896457,0.019556892778993435,2024-02-02,2400,2752.284917214274,0.8378144647255417,194.39259343857736,0.0,2079.514613518986,32.98031440711432,464.8835821264061,-20.3240007415354
|
56 |
+
0.5878688147403092,0.0,0.7219693227906823,0.043410654790990995,0.273841961852861,0.023693927789934354,2024-02-03,1900,1715.35565315455,2.4024181644502067,184.3126175542404,0.0,981.1794303223387,39.95691937785004,527.8282684772063,-20.3240007415354
|
57 |
+
0.6132999347957298,0.0,0.6688512467867053,0.05497109576709902,0.2302452316076294,0.02123222100656455,2024-02-04,1000,1564.9095709349833,3.0421922826655377,170.7520252704924,0.0,824.9717598232598,35.80555113080068,550.6620431693003,-20.3240007415354
|
58 |
+
0.6010291080719502,0.0004613964933866503,0.6303361298154632,0.06890679495270745,0.9999999999999999,0.04345596280087527,2024-02-05,3600,4341.4826964735175,3.8134171586553745,160.91944402322034,1.1327454447830594,3583.0134420726195,73.28318113888513,539.6444673768889,-20.3240007415354
|
59 |
+
0.5612660047040935,0.04567825284527838,0.5846770086852168,0.06557298724333767,0.7502270663033606,0.096792943107221,2024-02-06,2500,3599.9554041670026,3.628918670062287,149.26305937489127,112.14179903352286,2688.0736631716477,163.22949315828782,503.9424715001261,-20.3240007415354
|
60 |
+
0.5070853974409616,0.0538295908951092,0.5825352294810621,0.06540840841188648,0.6298819255222524,0.08144146608315098,2024-02-07,2500,3113.6777003390634,3.6198106025598276,148.71628139017704,132.15363522469025,2256.8754060648153,137.34109950654948,455.2954682918072,-20.3240007415354
|
61 |
+
0.4575146387601416,0.0575207628422024,0.5775717051212544,0.07090618336817181,0.656675749318801,0.1605237964989059,2024-02-08,3100,3306.6341399715047,3.924066654043768,147.4491359060529,141.21559878295471,2352.878036892374,270.70380444301003,410.78749803460454,-20.3240007415354
|
62 |
+
0.4035426200592784,0.05321439557059367,0.566019014664107,0.06678729931153181,0.5009082652134423,0.2197757111597374,2024-02-09,2400,2786.229019447244,3.6961207287270677,144.49983245127427,130.6433079649795,1794.7610475050408,370.62493183379513,362.32777970496227,-20.3240007415354
|
63 |
+
0.35671945425777135,0.040756690249154105,0.6036936318792598,0.0694494502133749,0.22752043596730245,0.058328774617067834,2024-02-10,1600,1471.5563984439648,3.8434486074215535,154.11784127114777,100.0591809558369,815.2087804170675,98.36436429814167,320.2867836358848,-20.3240007415354
|
64 |
+
0.3186783845800694,0.1198092894494002,0.6102237366623444,0.06562969701320943,0.1821071752951862,0.05367888402625821,2024-02-11,600,1462.3755052273973,3.6320570834747934,155.78492139142418,294.13623382866774,652.4924569805271,90.522890942604,286.13094574223476,-20.3240007415354
|
65 |
+
0.28679440388058147,0.16764072593048293,0.6175204435258975,0.0534181631109527,0.6866485013623977,0.11764907002188184,2024-02-12,3300,3468.0191118256284,2.9562503949134076,157.64770849205752,411.56417827117815,2460.270810360491,198.40080747356708,257.5033575749568,-20.3240007415354
|
66 |
+
0.2614065486869398,0.2060904337127038,0.6254687621578489,0.05654096415968855,0.603542234332425,0.1842519146608315,2024-02-13,3400,3356.3682983883323,3.1290714223678036,159.6768465259942,505.95963200309984,2162.499938471622,310.7183817131802,234.70842899360392,-20.3240007415354
|
67 |
+
0.23308549030029166,0.17102430021531836,0.6318756094354212,0.07248176133500768,0.5599455040871935,0.18712390590809627,2024-02-14,3600,3096.004484691653,4.011261771124093,161.3124600551607,419.8709781995873,2006.2922679725432,315.5616446680711,209.27987276670163,-20.3240007415354
|
68 |
+
0.2070059587284545,0.011842509996924024,0.630336958429633,0.07787674559712374,0.5326975476839236,0.2789934354485777,2024-02-15,2800,2738.9940695114806,4.309829213855235,160.9196555613588,29.073799749431853,1908.6624739106187,470.48840133226025,185.8639104854904,-20.3240007415354
|
69 |
+
0.18862615651548603,0.004152568440479853,0.6199492925254709,0.07413570191432302,0.5,0.31089305251641136,2024-02-16,3500,2637.3924952228094,4.102793606103303,158.26777294995577,10.194709003047533,1791.50672103631,524.2832148669414,169.36128450198717,-20.3240007415354
|
70 |
+
0.17162799262845882,0.00492156259612427,0.6229933775328652,0.07419674081708029,0.17302452316076294,0.22900711159737416,2024-02-17,1400,1315.150632496854,4.106171600962589,159.044901919372,12.082618077685966,619.949192293219,386.19256276023026,154.09918658691953,-20.3240007415354
|
71 |
+
0.17535197294480168,0.004767763764995386,0.6203424963953568,0.06435483868720884,0.1757493188010899,0.12814551422319476,2024-02-18,700,1156.5674737431993,3.5615042937453922,158.3681545481807,11.705036262758279,629.7121716994113,216.10178041584697,157.44282726479213,-20.3240007415354
|
72 |
+
0.18618314116519116,0.016456474930790527,0.606914093521715,0.06887707348259928,0.6780199818346957,0.24264907002188182,2024-02-19,3900,3184.5495747355,3.8117723228424656,154.93999769291864,40.401254197262446,2429.3547089075482,409.1980617959621,167.16778056050148,-20.3240007415354
|
73 |
+
0.20271722270910128,0.0,0.603532092949603,0.07500131236860974,0.5744777475022707,0.0,2024-02-20,3300,2378.2779844737693,4.150697934861505,154.07660175857833,0.0,2058.361491472236,0.0,182.0131940496287,-20.3240007415354
|
74 |
+
0.23613857223712145,0.0,0.602403510261239,0.08342887832316394,0.43823796548592187,0.0,2024-02-21,2500,1920.3152337822296,4.61709351513561,153.7884842127874,0.0,1570.2125211626148,0.0,212.02113563322703,-20.3240007415354
|
75 |
+
0.26314884090360663,0.0,0.5989996500590259,0.08742804343997906,0.48683015440508626,0.0,2024-02-22,2200,2118.025684641667,4.838413994302079,152.91950770110745,0.0,1744.3189872397131,0.0,236.27277644807947,-20.3240007415354
|
76 |
+
0.2778781236604225,0.00015379883112888343,0.6013447222809383,0.07891135083575068,0.4178019981834695,0.04106263676148796,2024-02-23,3500,1953.673875892022,4.3670859963267254,153.51818466137453,0.37758181492768644,1496.9901756161717,69.24712867647604,249.49771986828063,-20.3240007415354
|
77 |
+
0.294974938548287,0.0023069824669332516,0.6298790241981178,0.066926761557006,0.20935513169845596,0.10383615973741794,2024-02-24,1000,1339.9239774617668,3.703838802398044,160.8027488532566,5.663727223915297,750.1222510424514,175.1070189762346,264.84839330504605,-20.3240007415354
|
78 |
+
0.2803321555346232,0.0033835742848354355,0.6206077191074417,0.0647975884059489,0.1784741144414169,0.15310448577680524,2024-02-25,1100,1299.3729777399283,3.5860068029042056,158.43586364710788,8.3067999284091,639.4751511056038,258.1920418095418,251.701115187897,-20.3240007415354
|
79 |
+
0.30260728651802965,0.00984312519224854,0.6046949679098835,0.0609429696444149,0.6153496821071752,0.36840125820568925,2024-02-26,2200,3259.3585973654594,3.372685760539702,154.37347382924904,24.165236155371932,2204.8061825651225,621.2637897494,271.7012300473121,-20.3240007415354
|
80 |
+
0.26866977811491644,0.019071055059981544,0.596756706345339,0.06373725319381097,0.5744777475022707,0.490597647702407,2024-02-27,3200,3309.294808258192,3.527326080710285,152.34690327894376,46.820145051033116,2058.361491472236,827.3330969015443,241.2298462152593,-20.3240007415354
|
81 |
+
0.24469292405910426,0.017994463242079362,0.5669604290827844,0.05633506268956873,0.572661217075386,0.3368777352297593,2024-02-28,3100,3011.3687768084656,3.1176764910016557,144.74016753232598,44.17707234653931,2051.8528385347745,568.1032130302401,219.70180961511977,-20.3240007415354
|
82 |
+
0.22248633757910113,0.018917256228852663,0.5437289347671305,0.049414699530518226,0.5585831062670299,0.24521334792122537,2024-02-29,2600,2782.359040094943,2.734692031588589,138.80936494577887,46.44256323610543,2001.4107782694468,413.5224037199718,199.76323863358667,-20.3240007415354
|
83 |
+
0.20277652129696488,0.035373731159643186,0.5327127535884806,0.04831531441607452,0.7007266121707538,0.2031933807439825,2024-03-01,2100,3240.63085565893,2.673850222558474,135.99702773920563,86.84381743336787,2510.7128706258186,342.66085405853215,182.0664363209831,-20.3240007415354
|
84 |
+
0.2203162919019389,0.021378037526914796,0.5373179419700775,0.036390875254368876,0.20753860127157128,0.1673276805251641,2024-03-02,1700,1394.9526448645797,2.0139318366024934,137.17269310080522,52.48387227494841,743.6135981049896,282.17772501471586,197.81482527405345,-20.3240007415354
|
85 |
+
0.25695985189629666,0.022762227007074746,0.5258665154726406,0.054895091766179294,0.15258855585831063,0.19868025164113784,2024-03-03,1000,1285.3380791775508,3.0379860942710164,134.24924147225934,55.88210860929759,546.7268467467758,335.050012272275,230.71588472420743,-20.3240007415354
|
86 |
+
0.2749172184896585,0.034758535835127655,0.5241649448203026,0.03925152820849735,0.7783832879200726,0.7361528993435449,2024-03-04,5300,4478.225662329131,2.172245150517598,133.81484498062778,85.33349017365713,2788.9577837023025,1241.4320795447175,246.83921951884471,-20.3240007415354
|
87 |
+
0.27746479564506044,0.09151030452168564,0.5314491987554713,0.03100051070873246,0.684377838328792,0.5433875820568927,2024-03-05,3700,3959.3457350850927,1.7156200566997215,135.67445295473271,224.66117988197342,2452.1349941886638,916.3568826438249,249.12660610073357,-20.3240007415354
|
88 |
+
0.27530132237218846,0.19747769916948632,0.5170366245847767,0.02666038409838806,0.7302452316076293,0.7654540481400437,2024-03-06,4500,4752.468993387718,1.4754301988202003,131.99504555162136,484.81505036714935,2616.4784808595696,1290.8448932630688,247.18409388902325,-20.3240007415354
|
89 |
+
0.30480190268607765,0.23408182097816058,0.5222471145189981,0.025134174374601734,0.7257039055404177,0.8558533916849015,2024-03-07,5100,5006.2426415481905,1.3909672027921898,133.3252392429602,574.6795223199388,2600.2068485159157,1443.2923605574922,273.671704450627,-20.3240007415354
|
90 |
+
0.28900072502033636,0.15103045216856353,0.5053733938283259,0.045403619837980476,0.706630336058129,0.5160010940919038,2024-03-08,3600,4143.514820856724,2.5127121798953627,129.01752210013834,370.78534225898807,2531.8659926725686,870.172910895401,259.484341491268,-20.3240007415354
|
91 |
+
0.3080816707693393,0.06336511842509997,0.5018566615884279,0.05103136749996873,0.271117166212534,0.4971280087527352,2024-03-09,2800,2352.562305143795,2.8241611380646967,128.11973031880953,155.5637077502068,971.4164509161461,838.3457543346891,276.6165014274143,-20.3240007415354
|
92 |
+
0.3005139948800198,0.048600430636727164,0.49432753290989345,0.5994038426252607,0.2584014532243415,0.3406728665207877,2024-03-10,1100,2028.5423218610372,33.17201010437249,126.1976079088443,119.31585351714891,925.8558803539149,574.5032390777745,269.8217316405176,-20.3240007415354
|
93 |
+
0.328780420492791,0.18517379267917564,0.4900231148906566,1.0,0.866030881017257,0.9619803063457331,2024-03-11,6700,5635.188882971584,55.341670749200034,125.0987266584519,454.60850517293443,3103.0002879348253,1622.2624583191757,295.201234878531,-20.3240007415354
|
94 |
+
0.31195275775742737,0.2293140572131652,0.4909042658489264,0.6137474660448379,0.7257039055404177,1.0,2024-03-12,4400,5268.617079987422,33.96581018900925,125.3236769914541,562.9744860571805,2600.2068485159157,1686.3780345791602,280.0922243962365,-20.3240007415354
|
95 |
+
0.28923942741204833,0.28175945862811447,0.4822242080546273,0.8689579095722876,0.7693006357856493,0.7940030087527352,2024-03-13,3700,5197.705615877908,48.08958252646268,123.10773218315482,691.7298849475216,2756.4145190149943,1338.9892333503774,259.69866459693293,-20.3240007415354
|
96 |
+
0.2609596189399579,0.12842202399261765,0.47973528876368043,0.9044920691978322,0.8287920072661217,0.9839305251641137,2024-03-14,6000,5330.644122534335,50.056102288809086,122.47233229161586,315.2808154646181,2969.5729027168622,1659.2788251886989,234.30714532526605,-20.3240007415354
|
97 |
+
0.24183690267817087,0.10935096893263611,0.49508088534568734,0.4797171207380468,0.6839237057220708,0.5509094638949672,2024-03-15,3100,3997.761879902719,26.548346948639225,126.38993236779129,268.46067041358504,2450.5078309542987,929.0416189542536,217.13748100568694,-20.3240007415354
|
98 |
+
0.22855872213093945,0.09597047062442327,0.5056800775232895,0.2684027358104638,0.2924613987284287,0.40655771334792123,2024-03-16,2700,2297.955278964903,14.85385583340721,129.09581583478268,235.61105251487635,1047.8931229313202,685.609997578665,205.21543501338687,-20.3240007415354
|
99 |
+
0.2336409741798739,0.06136573362042449,0.5063080254441819,0.16167245404436256,0.24795640326975474,0.3041575492341357,2024-03-17,1100,1879.668852424663,8.947223720938286,129.2561255894133,150.6551441561469,888.4311259635106,512.9246100798758,209.77862365631364,-20.3240007415354
|
100 |
+
0.26346089659836325,0.1131959397108582,0.511032463891975,0.09972259874283361,0.8387829246139872,0.5525164113785558,2024-03-18,4600,4567.232259610584,5.518815225880487,130.46223447700535,277.9002157867772,3005.370493872901,931.7515398932997,236.55296109625579,-20.3240007415354
|
101 |
+
0.2792932387436904,0.11934789295601354,0.5105083302979782,0.06638687462698759,0.6603088101725704,0.7709586980306345,2024-03-19,4500,4323.473338156712,3.673960557675169,130.32842763562286,293.00348838388464,2365.8953427672977,1300.1278139266096,250.76830562715816,-20.3240007415354
|
102 |
+
0.30125073229285015,0.14410950476776377,0.508665922504736,0.03662732308088513,0.5349682107175294,0.5842450765864332,2024-03-20,4800,3637.894831946872,2.02701725436692,129.85807662172908,353.7941605872422,1916.7982900824456,985.2580639663802,270.4832241762433,-20.3240007415354
|
103 |
+
0.3547939233389521,0.09796985542909875,0.5022107460462727,0.02196216516829585,0.33469573115349677,0.21256154266958424,2024-03-21,1900,2225.85749574381,1.2154229136833783,128.21012506440397,240.51961610893628,1199.2193037273028,358.45911655424777,318.557912116771,-20.3240007415354
|
104 |
+
0.328247257184057,0.11396493386650262,0.5078989999633385,0.016346529095696883,0.4909173478655767,0.46618572210065645,2024-03-22,4100,3229.882399218141,0.9046442311062755,129.6622878304271,279.78812486141567,1758.9634563490017,786.1653617849715,294.7225249027536,-20.3240007415354
|
105 |
+
0.41886565111863233,0.09212549984620118,0.5144801335907757,0.009675589571082149,0.24795640326975474,0.2549917943107221,2024-03-23,1500,2032.2548821537862,0.5354632923472219,131.34239517994513,226.17150714168417,888.4311259635106,430.012560923529,376.08583039430545,-20.3240007415354
|
106 |
+
0.4850013620466285,0.0956628729621655,0.5176295322569936,0.007413209111084574,0.17983651226158037,0.31485913566739604,2024-03-24,600,1957.8836604753462,0.4102593778206124,132.14640982927773,234.85588888502096,644.3566408087,530.9715303760764,435.4669319399862,-20.3240007415354
|
107 |
+
0.537789659533579,0.3135958166717933,0.5210049682424512,0.007998961764781452,0.7470481380563124,0.47538293216630195,2024-03-25,6200,4844.238806567233,0.4426759083219752,133.00812988056978,769.8893206375526,2676.68352053109,801.6753348190865,482.86382553214804,-20.3240007415354
|
108 |
+
0.5498772085166688,0.4312519224853891,0.5039683459336748,0.008077220231167932,0.5690281562216166,0.42792669584245074,2024-03-26,4300,4421.719795667813,0.44700686260207306,128.65882534242678,1058.7394090572327,2038.835532659851,721.6461802787461,493.7168422084895,-20.3240007415354
|
109 |
+
0.5857192726081739,0.37003998769609353,0.5003131473183882,0.007257878022513339,0.5326975476839236,0.24760667396061267,2024-03-27,5400,3868.3843880215954,0.40166309585978827,127.72568427507503,908.4618467160135,1908.6624739106187,417.5584561823809,525.8982645831828,-20.3240007415354
|
110 |
+
0.5444873913631184,0.5152260842817595,0.4863802981482212,0.006204353336800169,0.4364214350590372,0.12048687089715536,2024-03-28,3500,3624.8549667569046,0.3433592795768955,124.16874657775624,1264.8990800077497,1563.7038682251532,203.18641253613788,488.8775008720657,-20.3240007415354
|
111 |
+
0.5125516991380764,0.1373423561980929,0.4780296119494417,0.005462973133481625,0.2198001816530427,0.04796909190371991,2024-03-29,1300,1767.8402885488392,0.3023300604648657,122.03688753183198,337.18056073042396,787.5470054328556,80.89402292514228,460.2034826096558,-20.3240007415354
|
112 |
+
0.5173095540008193,0.13011381113503537,0.48105901190847994,0.005092283031822353,0.23705722070844687,0.0249589715536105,2024-03-30,1600,1778.1471729852092,0.2818154509088508,122.81026753350683,319.43421542882265,849.379208338741,42.090261393694846,464.4754055810705,-20.3240007415354
|
113 |
+
0.4736680389505673,0.12826822516148878,0.4735065186456616,0.006623880864688383,0.22524977293369663,0.015214715536105032,2024-03-31,800,1673.8498263449187,0.36657663389551093,120.88218034421999,314.9032336496905,807.0729642452404,25.65776208245782,425.2911101309499,-20.3240007415354
|
114 |
+
0.4799069825601451,0.0890495232236235,0.45241950986964413,0.006316590478811607,0.3878292461398728,0.03285694748358862,2024-04-01,1100,2190.043778552349,0.3495706705359238,115.49884664677998,218.61987084313043,1389.597402148055,55.409234519644855,430.8928544657384,-20.3240007415354
|
115 |
+
0.49292096243244005,0.4995386035066134,0.42541573986078707,0.006806798867259094,0.6321525885558583,0.04824261487964989,2024-04-02,4500,4103.987639552047,0.3766996217678805,108.6050142122845,1226.3857348851254,2265.0112222366424,81.35528606370333,442.5776832740587,-20.3240007415354
|
116 |
+
0.6021048927030661,0.3771147339280222,0.40001797043615495,0.02271900687520579,0.6503178928247048,0.15303610503282275,2024-04-03,4800,4137.669954311711,1.2573077982364507,102.12118004520566,925.8306102026871,2330.0977516112584,258.0767260249016,540.610379370957,-20.3240007415354
|
117 |
+
0.6780014136871467,0.32328514303291295,0.38017598422314886,0.028314314414097593,0.5004541326067211,0.14780497811816193,2024-04-04,4000,3523.119972940589,1.5669614657943176,97.05569000158701,793.6769749779968,1793.1338842706753,249.2550684999217,608.7553944661495,-20.3240007415354
|
118 |
+
0.7190651731425621,0.2719163334358659,0.37029476713381837,0.036692032555554414,0.39691189827429607,0.15597647702407003,2024-04-05,4200,3074.6055245895086,2.030598384808421,94.53309945810457,667.5646487921496,1422.1406668353632,263.03530476443274,645.6252070961852,-20.3240007415354
|
119 |
+
0.7573738790551836,0.1753306674869271,0.35980039125037006,0.03701777013796757,0.22161671207992734,0.08540754923413567,2024-04-06,2100,2122.1282884582065,2.0486252468449706,91.85397469806648,430.4432690175625,794.0556583703172,144.02941501568458,680.0213468512662,-20.3240007415354
|
120 |
+
0.8614535433931232,0.10135342971393418,0.36030920785826737,0.027522835208386037,0.16167120799273388,0.05384983588621444,2024-04-07,1500,1765.5618268174321,1.5231596841869903,91.98387124338522,248.82641603734535,579.2701114340839,90.81118040420463,773.4710887557616,-20.3240007415354
|
121 |
+
0.9444199300563556,0.3322054752383882,0.36737694960711853,0.019985335557589808,0.7025431425976385,0.20955278993435447,2024-04-08,4000,4608.717598514907,1.1060218602404153,93.7882055008199,815.5767202438027,2517.2215235632802,353.3852220300763,847.963906058223,-20.3240007415354
|
122 |
+
0.9768153517995642,0.23731159643186714,0.3712891887361246,0.018362764336811273,0.5372388737511353,0.18818380743982493,2024-04-09,3000,3777.42177864246,1.016226057972962,94.78696682156135,582.6087404334202,1924.934106254273,317.3490393299951,877.0507004867728,-20.3240007415354
|
123 |
+
1.0,0.27053214395570596,0.37042390928074487,0.023775396679818796,0.4900090826521344,0.11641821663019693,2024-04-10,4400,3589.6259447122084,1.3157701749861554,94.5660683480355,664.1664124578004,1755.709129880271,196.3251233500424,897.8674412426082,-20.3240007415354
|
124 |
+
0.9948156963043298,0.6007382343894186,0.36270395055194743,0.033134866525643264,0.4872842870118074,0.20818517505470457,2024-04-11,4000,4539.177216451635,1.833738873580839,92.59522865194513,1474.834569107543,1745.9461504740786,351.0789063372711,893.2126237487521,-20.3240007415354
|
125 |
+
0.9823148711112811,0.300830513688096,0.3683648102179879,0.03845845502994137,0.3637602179836512,0.18791028446389496,2024-04-12,3400,3316.628849049237,2.128355155789931,94.04039789905681,738.5500299985547,1303.3577507266887,316.88777619143406,881.9885398192484,-20.3240007415354
|
126 |
+
0.9699981877225946,0.22608428175945863,0.3616521634677765,0.03704250993331321,0.14396003633060853,0.05426012035010941,2024-04-13,2200,2107.341589186622,2.0499943884533915,92.3267163696726,555.0452679436991,515.8107452938331,91.50307511204619,870.9297908204531,-20.3240007415354
|
127 |
+
0.9225979605170527,0.21239618578898803,0.3611847671238904,0.0313983265943741,0.19391462306993643,0.03914797592997812,2024-04-14,700,2184.2491734766236,1.7376358524617028,92.20739406489109,521.440486415135,694.7987010740276,66.01828670654876,828.3706701050949,-20.3240007415354
|
128 |
+
0.9140305892357474,0.33558904952322366,0.3639304922678633,0.029863942087676294,0.6485013623978201,0.16722510940919036,2024-04-15,4100,4324.392750570036,1.6527204502893589,92.90835430294383,823.8835201722118,2323.589098673797,282.00475133775547,820.6783063745739,-20.3240007415354
|
129 |
+
0.949022873011517,0.3143648108274377,0.3589306638889293,0.03489143206680027,0.6639418710263396,0.20397975929978118,2024-04-16,4900,4420.012492723755,1.9309501454089404,91.63194071201558,771.777229712191,2378.9126486422206,343.98698558189517,852.0967386715594,-20.3240007415354
|
130 |
+
0.9741442968236942,0.4071055059981544,0.3532839155284905,0.03912211994005792,0.6026339691189827,0.3919242341356674,2024-04-17,6700,4766.320999672503,2.1650834807333985,90.19037396100786,999.4590641135859,2159.245612002891,660.9324196656494,874.65244719017,-20.3240007415354
|
131 |
+
0.9316009348506756,0.4409412488465088,0.36245312180556694,0.03651587094652366,0.5390554041780199,0.5321389496717724,2024-04-18,3200,4822.039449068858,2.0208493070427918,92.53119420983818,1082.527063397677,1931.4427591917345,897.3874360705022,836.4541476335978,-20.3240007415354
|
132 |
+
0.8909523383343507,0.4398646570286066,0.3639609230685297,0.026413414170816243,0.38646684831970934,0.22059628008752735,2024-04-19,3800,3710.6196054329803,1.461762470403567,92.91612302710986,1079.8839906931833,1384.7159124449588,372.0087212494783,799.957096289382,-20.3240007415354
|
133 |
+
0.8046795292991906,0.24007997539218703,0.37257624889335883,0.024366835829429948,0.18528610354223432,0.2149890590809628,2024-04-20,1900,2414.4762326035516,1.3485014056721227,95.11554231506385,589.4052131021185,663.8825996210849,362.552826908977,722.4955499921706,-20.3240007415354
|
134 |
+
0.7161964431269319,0.18209781605659797,0.3711686868548078,0.021841221635503096,0.23614895549500453,0.07429567833698031,2024-04-21,400,2137.1627512462787,1.2087296965123167,94.75620371783297,447.0568688743807,846.1248818700101,125.29060001164234,643.0494678174355,-20.3240007415354
|
135 |
+
0.6479977584684998,0.4637034758535835,0.3710199298007982,0.017788382352534212,0.6167120799273388,0.36505060175054704,2024-04-22,5400,4620.904915271283,0.9844387993148287,94.71822730922577,1138.4091720069746,2209.6876722682186,615.6133163020272,581.8160893270575,-20.3240007415354
|
136 |
+
0.6357530291018858,0.6501076591817903,0.3736872747815799,0.01704966987382152,0.5286103542234332,0.17341356673960612,2024-04-23,5300,4429.337846084659,0.9435572165395854,95.39917775934701,1596.0383316993305,1894.01800480133,292.440829847699,570.8219455019477,-20.3240007415354
|
137 |
+
0.7770599119009418,0.6811750230698247,0.3595410107146912,0.01582184219261734,0.4909173478655767,0.2855921772428884,2024-04-24,3000,4682.925847501215,0.8756071812696301,91.78775705700549,1672.309858314723,1758.9634563490017,481.61637455004524,697.6967947907051,-20.3240007415354
|
138 |
+
0.7313417966381738,0.7556136573362043,0.36218407576045775,0.011344806863700001,0.4877384196185286,0.5585339168490153,2024-04-25,4800,5273.946435882289,0.6278405661641502,92.46250904656142,1855.0594567397234,1747.573313708444,941.8993289416426,656.647987621289,-20.3240007415354
|
139 |
+
0.6590675948468206,0.6536450322977546,0.3577954334172209,0.007603964176007625,0.5158946412352406,0.3978733588621444,2024-04-26,3400,4787.339316986206,0.4208160818173261,91.34212604377022,1604.7227134426673,1848.457434239099,670.964892929352,591.7553349910348,-20.3240007415354
|
140 |
+
0.5930350523532717,0.2116271916333436,0.3697801476068501,0.005518924971699478,0.19845594913714804,0.09412609409190371,2024-04-27,700,1996.2051006032248,0.30542652867333064,94.40172147698286,519.5525773404964,711.0703334176816,158.7321775573177,532.4668650236082,-20.3240007415354
|
141 |
+
0.5347654807326011,0.20870501384189483,0.3757764719530001,0.004261787509083447,0.1625794732061762,0.09142505470459518,2024-04-28,1100,1805.0730643726192,0.23585444113074946,95.93253199905757,512.3785228568705,582.5244379028146,154.17720406402742,480.14851385025383,-20.3240007415354
|
142 |
+
0.4808848845737395,1.0,0.38122257120681385,0.003633218777775431,0.5658492279745685,0.986870897155361,2024-04-29,2800,6655.690577850136,0.20106839735945886,97.32287474250074,2455.036960659817,2027.4453900192932,1664.2374039282302,431.77088084447047,-20.3240007415354
|
143 |
+
0.43344048871676794,0.6396493386650262,0.3910901089663491,0.005679730877202964,0.5526793823796549,0.5747743435448578,2024-04-30,4700,4988.911652959956,0.31432579615023154,99.84197306962251,1570.3627682842477,1980.2576562226968,969.2868277937042,389.17210253507,-20.3240007415354
|
Test/smr_x_train_contribution.csv
CHANGED
@@ -1,113 +1,113 @@
|
|
1 |
-
|
2 |
-
0.0,0.0,0.0,0.0,0.
|
3 |
-
0.
|
4 |
-
0.
|
5 |
-
0.
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0.
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
16 |
-
0.
|
17 |
-
0.
|
18 |
-
0.
|
19 |
-
0.
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
-
0.
|
24 |
-
0.
|
25 |
-
0.
|
26 |
-
0.
|
27 |
-
0.
|
28 |
-
0.
|
29 |
-
0.
|
30 |
-
0.
|
31 |
-
0.
|
32 |
-
0.
|
33 |
-
0.
|
34 |
-
0.
|
35 |
-
0.
|
36 |
-
0.
|
37 |
-
0.
|
38 |
-
0.
|
39 |
-
0.
|
40 |
-
0.
|
41 |
-
0.
|
42 |
-
0.
|
43 |
-
0.
|
44 |
-
0.
|
45 |
-
0.
|
46 |
-
0.
|
47 |
-
0.
|
48 |
-
0.
|
49 |
-
0.
|
50 |
-
0.
|
51 |
-
0.
|
52 |
-
0.
|
53 |
-
0.
|
54 |
-
0.
|
55 |
-
0.
|
56 |
-
0.
|
57 |
-
0.
|
58 |
-
0.
|
59 |
-
0.
|
60 |
-
0.
|
61 |
-
0.
|
62 |
-
0.
|
63 |
-
0.
|
64 |
-
0.
|
65 |
-
0.
|
66 |
-
0.
|
67 |
-
0.
|
68 |
-
0.
|
69 |
-
0.
|
70 |
-
0.
|
71 |
-
0.
|
72 |
-
0.
|
73 |
-
0.
|
74 |
-
0.
|
75 |
-
0.
|
76 |
-
0.
|
77 |
-
0.
|
78 |
-
0.
|
79 |
-
0.
|
80 |
-
0.
|
81 |
-
0.
|
82 |
-
0.
|
83 |
-
0.
|
84 |
-
0.
|
85 |
-
0.
|
86 |
-
0.
|
87 |
-
0.
|
88 |
-
0.
|
89 |
-
0.
|
90 |
-
0.
|
91 |
-
0.
|
92 |
-
0.
|
93 |
-
0.
|
94 |
-
0.
|
95 |
-
0.
|
96 |
-
0.
|
97 |
-
0.
|
98 |
-
0.
|
99 |
-
0.
|
100 |
-
0.
|
101 |
-
0.
|
102 |
-
0.
|
103 |
-
0.
|
104 |
-
0.
|
105 |
-
0.
|
106 |
-
0.
|
107 |
-
0.
|
108 |
-
0.
|
109 |
-
0.
|
110 |
-
0.
|
111 |
-
0.
|
112 |
-
0.
|
113 |
-
0.
|
|
|
1 |
+
direct_mail_clicks_lag_1_adstock_0_85,display_impressions,facebook_clicks_lag_6_adstock_0_85,pinterest_link_clicks_lag_1_adstock_0_5,search_link_clicks,video_impressions,date,sales,pred,pinterest_link_clicks_lag_1_adstock_0_5_contr,facebook_clicks_lag_6_adstock_0_85_contr,display_impressions_contr,search_link_clicks_contr,video_impressions_contr,direct_mail_clicks_lag_1_adstock_0_85_contr,base_contr
|
2 |
+
0.0,0.0,0.0,0.0,0.08128973660308811,0.0,2023-12-11,100,270.93821820987193,0.0,0.0,0.0,291.26221895140736,0.0,0.0,-20.3240007415354
|
3 |
+
0.00040583567390283887,0.0,0.0,0.0,0.0644868301544051,0.0,2023-12-12,200,211.0975651764441,0.0,0.0,0.0,231.0571792798874,0.0,0.36438663809211147,-20.3240007415354
|
4 |
+
0.04976672683365202,0.0,0.0,0.05386908297595151,0.04859218891916439,0.0,2023-12-13,400,201.44759407033024,2.981205053616445,0.0,0.0,174.10646607709822,0.0,44.683923681150986,-20.3240007415354
|
5 |
+
0.13104445183535832,0.0,0.0,0.07200429218498698,0.06539509536784742,0.0,2023-12-14,200,335.63288949616697,3.9848378306307466,0.0,0.0,234.31150574861823,0.0,117.66054665845338,-20.3240007415354
|
6 |
+
0.1554885939574964,0.0,0.0,0.09867056134738529,0.04268846503178929,0.0,2023-12-15,400,277.6980830065665,5.4605937187257405,0.0,0.0,152.953344030348,0.0,139.60814599902815,-20.3240007415354
|
7 |
+
0.16979529040519625,0.0,0.0,0.1184422317424432,0.01226158038147139,0.0,2023-12-16,400,182.6178605093804,6.554790991890741,0.0,0.0,43.933407327865915,0.0,152.45366293115913,-20.3240007415354
|
8 |
+
0.15810186333078538,0.0,0.0,0.13498122061429285,0.005449591280653952,0.0,2023-12-17,600,148.62655982391158,7.470086268561327,0.0,0.0,19.525958812384854,0.0,141.9545154845008,-20.3240007415354
|
9 |
+
0.17724734028057296,0.0,0.05762188733172894,0.24154569514179455,0.07084468664850137,0.0,2023-12-18,300,420.73599898281316,13.36754233142384,14.710376947145756,0.0,253.83746456100306,0.0,159.1446158847759,-20.3240007415354
|
10 |
+
0.15839366346896888,0.0,0.15828557838246146,0.19696218803489246,0.07084468664850137,0.0,2023-12-19,600,427.0391534124735,10.900216560269046,40.40895970481099,0.0,253.83746456100306,0.0,142.21651332792587,-20.3240007415354
|
11 |
+
0.14205238821051433,0.0,0.2225470786408237,0.14762858406323465,0.08583106267029973,0.0,2023-12-20,700,479.7384506392667,8.170012492398131,56.814373268366495,0.0,307.5338512950614,0.0,127.54421432497614,-20.3240007415354
|
12 |
+
0.1283877685041073,0.0,0.2991704381143645,0.07939435640362824,0.07447774750227067,0.0,2023-12-21,200,442.57544739666423,4.393816331434236,76.37566417720797,0.0,266.8547704359263,0.0,115.27519719363113,-20.3240007415354
|
13 |
+
0.11780997736474635,0.0,0.35556970467721827,0.06695364648048281,0.07674841053587647,0.0,2023-12-22,400,454.92357191226495,3.7053266589812153,90.77391645773143,0.0,274.9905866077533,0.0,105.7777429293344,-20.3240007415354
|
14 |
+
0.10715041934802233,0.0,0.39582616294474676,0.08884823123942663,0.023614895549500452,0.0,2023-12-23,300,266.46341715667165,4.917009559901137,101.05104730322361,0.0,84.612488187001,0.0,96.20687284808126,-20.3240007415354
|
15 |
+
0.09957785917145065,0.0,0.4199166692441451,0.09958090575843659,0.013623978201634877,0.0,2023-12-24,500,230.6107359386859,5.510973699390515,107.20114833118149,0.0,48.81489703096212,0.0,89.40771761868717,-20.3240007415354
|
16 |
+
0.10130298935207738,0.0,0.4463304001115998,0.10151335725055022,0.011353315168029066,0.0,2023-12-25,300,230.8740035504826,5.6179187936058685,113.94434879950012,0.0,40.679080859135105,0.0,90.9566558397769,-20.3240007415354
|
17 |
+
0.09873353969290966,0.0,0.48589402576866175,0.08702709704334605,0.024069028156221615,0.0,2023-12-26,300,283.42611166143564,4.816224950831537,124.04460538187482,0.0,86.23965142136642,0.0,88.64963064889828,-20.3240007415354
|
18 |
+
0.09801502519393289,0.0,0.50695105943206,0.06025374163770577,0.08174386920980926,0.0,2023-12-27,600,493.32471073799013,3.3345427311212776,129.42028668842516,0.0,292.8893821857727,0.0,88.0044998742063,-20.3240007415354
|
19 |
+
0.09803558780698483,0.0,0.5409138217869153,0.13121188309643522,0.04541326067211626,0.0,2023-12-28,500,375.76746048694076,7.2614848327054435,138.09069058425783,0.0,162.71632343654042,0.0,88.02296237497251,-20.3240007415354
|
20 |
+
0.09124404527704245,0.0,0.5903863598041302,0.20961452591819157,0.03178928247048138,0.0,2023-12-29,100,337.8235092799961,11.600418077614215,150.72060807681618,0.0,113.90142640557828,0.0,81.9250574615228,-20.3240007415354
|
21 |
+
0.0826529308355995,0.0,0.6418670532275913,0.6673206752298884,0.0022706630336058135,0.0,2023-12-30,200,262.8170225804019,36.93064109270633,163.86319053684193,0.0,8.135816171827022,0.0,74.211375520562,-20.3240007415354
|
22 |
+
0.07528284428138919,0.0,0.692610113829258,0.7577452298877736,0.0,0.0,2023-12-31,500,266.02236266854453,41.93488702422606,176.81746162145723,0.0,0.0,0.0,67.59401476439663,-20.3240007415354
|
23 |
+
0.0812609802063794,0.0,0.7315510326256397,0.629546275963454,0.02316076294277929,0.0,2024-01-01,100,357.2218017548469,34.8401427257545,186.75874644722415,0.0,82.98532495263561,0.0,72.9615883707681,-20.3240007415354
|
24 |
+
0.08780791345393689,0.0,0.7129657267838012,0.42251130393363007,0.02316076294277929,0.0,2024-01-02,400,346.8977484514837,23.38248147011014,182.01407619653472,0.0,82.98532495263561,0.0,78.8398665737387,-20.3240007415354
|
25 |
+
0.09961816680719887,0.0,0.6779609210409957,0.2569692562452121,0.11353315168029064,0.0,2024-01-03,800,663.2094718551307,14.221107971789342,173.0776475010668,0.0,406.79080859135104,0.0,89.44390853245898,-20.3240007415354
|
26 |
+
0.17522188991910798,0.0,0.6537944131129907,0.2192679830980144,0.1262488646684832,0.0,2024-01-04,400,768.3962087946556,12.13465652645147,166.90814390479377,0.0,452.35137915358234,0.0,157.32602995136344,-20.3240007415354
|
27 |
+
0.311385608124017,0.0,0.6199823861099095,0.23969241498895388,0.11080835603996367,0.0,2024-01-05,1000,827.8280278212413,13.264978711399305,158.27622146013422,0.0,397.0278291851586,0.0,279.58299920608465,-20.3240007415354
|
28 |
+
0.35215790105780415,0.0,0.5926390573956354,0.24453918442287467,0.05495004541326068,0.0,2024-01-06,1000,657.5827737633176,13.533207029608636,151.29570258089225,0.0,196.88675135821393,0.0,316.1911135361382,-20.3240007415354
|
29 |
+
0.34686208259842155,0.0,0.6046688075067123,0.22485692951225336,0.05495004541326068,0.0,2024-01-07,300,654.8096746433321,12.443958158743206,154.3667953011834,0.0,196.88675135821393,0.0,311.43617056672696,-20.3240007415354
|
30 |
+
0.3320569200760798,0.0,0.6173386600182312,0.1796038550807196,0.15122615803814715,0.0,2024-01-08,1700,987.2053316021079,9.939577413164223,157.60130071118857,0.0,541.8453570436797,0.0,298.143097175611,-20.3240007415354
|
31 |
+
0.3508120645279197,0.0,0.6417277534768856,0.14517333553954503,0.13306085376930063,0.0,2024-01-09,600,943.2793210964408,8.034134936992642,163.82762849720015,0.0,476.7588276690634,0.0,314.98273073472,-20.3240007415354
|
32 |
+
0.4132672148265145,0.0,0.6781735430981225,0.12388033642018054,0.13396911898274297,0.0,2024-01-10,900,1010.7360030133617,6.8557447904657645,173.13192810089524,0.0,480.01315413779423,0.0,371.05917672574185,-20.3240007415354
|
33 |
+
0.3990530099914326,0.0,0.6986757574885867,0.11924313695343311,0.167574931880109,0.0,2024-01-11,1300,1123.3610209384917,6.599114424378663,178.36596877364587,0.0,600.4232334808341,0.0,358.29670500116856,-20.3240007415354
|
34 |
+
0.482748154922683,0.0,0.7108642863266877,0.11220294428989633,0.1784741144414169,0.0,2024-01-12,2300,1240.2820957393592,6.209498399982277,181.47759635028885,0.0,639.4751511056038,0.0,433.4438506250196,-20.3240007415354
|
35 |
+
0.5057298614777757,0.0,0.7589406802743871,0.11576523735337255,0.11671207992733879,0.0,2024-01-13,1500,1052.0930589810557,6.406641649813337,193.75109015583988,0.0,418.18095123190886,0.0,454.07837668502907,-20.3240007415354
|
36 |
+
0.7235150387511411,0.0,0.7624386942542044,0.1523144772799479,0.09264305177111717,0.0,2024-01-14,400,1164.3113365898375,8.429337651963387,194.64410332483345,0.0,331.9412998105425,0.0,649.6205965440336,-20.3240007415354
|
37 |
+
0.851567434397497,0.0,0.7434109218831162,0.42705744049527566,0.3356039963669391,0.0,2024-01-15,3800,2160.164850224056,23.63407226288563,189.7864751386587,0.0,1202.4736301960336,0.0,764.5946733680132,-20.3240007415354
|
38 |
+
0.8270047661145054,0.0,0.7272373153676911,0.4324389379188352,0.2929155313351498,0.0,2024-01-16,2000,1981.3263231726705,23.931893321437933,185.65749118041012,0.0,1049.5202861656855,0.0,742.5406532466725,-20.3240007415354
|
39 |
+
0.7149036571511354,0.0,0.7648256130887564,0.32245530988808696,0.21662125340599456,0.0,2024-01-17,2100,1610.8202583920033,17.845215591157775,195.2534633688105,0.0,776.1568627922978,0.0,641.8887173812727,-20.3240007415354
|
40 |
+
0.6550381502934575,0.0,0.8449685173745627,0.23741699540803865,0.19255222524977292,0.0,2024-01-18,2100,1486.582955824555,13.13905319013601,215.71326408474548,0.0,689.9172113709313,0.0,588.1374279202777,-20.3240007415354
|
41 |
+
0.5921577706579696,0.0,0.9225190221263262,0.20133637398187323,0.16802906448683017,0.0,2024-01-19,1500,1360.0591169296463,11.142291318742632,235.5112472846413,0.0,602.0503967151996,0.0,531.6791823525983,-20.3240007415354
|
42 |
+
0.5444587866814286,0.0,0.9838970448907043,0.2296535211285735,0.09900090826521345,0.0,2024-01-20,500,1087.139345171241,12.70940955269197,251.18053360871707,0.0,354.72158509165814,0.0,488.8518176597093,-20.3240007415354
|
43 |
+
0.5136772529013647,0.0,0.9868278423387663,0.25969381637610855,0.07266121707538602,0.0,2024-01-21,200,967.5368283548473,14.371889681489812,251.92874122934782,0.0,260.34611749846465,0.0,461.2140806870804,-20.3240007415354
|
44 |
+
0.4917516773379622,0.0,0.9942081500038263,0.20303159860558204,0.2061762034514078,0.0,2024-01-22,1900,1424.984906702668,11.236107881713862,253.81287090239934,0.0,738.7321084018935,0.0,441.5278202581968,-20.3240007415354
|
45 |
+
0.46989079914417536,0.0,0.9854647984569194,0.18500214702249276,0.2942779291553133,0.0,2024-01-23,1900,1717.7965202649525,10.238327908413892,251.5807677382673,0.0,1054.4017758687817,0.0,421.89964949102506,-20.3240007415354
|
46 |
+
0.44366581415428635,0.0,0.99549412762136,0.1412193278361109,0.43551316984559485,0.0,2024-01-24,3100,2200.4351139136825,7.815313544529389,254.1411700327386,0.0,1560.4495417564224,0.0,398.3530893215276,-20.3240007415354
|
47 |
+
0.48998335222878847,0.0,0.9823671967167881,0.09056912494101757,0.5844686648501362,0.0,2024-01-25,2500,2769.577403699306,5.012246692528955,250.78997640289958,0.0,2094.159082628275,0.0,439.9400987171379,-20.3240007415354
|
48 |
+
0.4788492646175398,0.0,0.9907658247847311,0.05816163409822628,0.44141689373297,0.0,2024-01-26,2200,2247.3746636287897,3.2187620044994847,252.934074599598,0.0,1581.6026638031726,0.0,429.94316396305504,-20.3240007415354
|
49 |
+
0.4977712408948492,0.0,1.0,0.043030977979140426,0.2602179836512261,0.0,2024-01-27,1800,1616.6460100164645,2.3814062153376665,255.2914808648697,0.0,932.3645332913765,0.0,446.93259038641617,-20.3240007415354
|
50 |
+
0.4599013225278125,0.0,0.9781650463681486,0.032890235594054004,0.18165304268846502,0.0,2024-01-28,700,1295.009120493453,1.8202005891097564,249.7172032175786,0.0,650.8652937461616,0.0,412.9304236821385,-20.3240007415354
|
51 |
+
0.5404440235555088,0.0,0.9669390305323858,0.026746775099200995,0.684377838328792,0.0,2024-01-29,3100,3165.38959424357,1.4802112211428835,246.85129701065424,0.0,2452.1349941886638,0.0,485.24709256464456,-20.3240007415354
|
52 |
+
0.5366665694743453,0.0,0.9458725396056418,0.028396637781937573,0.7338782924613987,0.0,2024-01-30,3100,3334.0719442511886,1.5715173785122831,241.4732013453394,0.0,2629.495786734493,0.0,481.85543953437883,-20.3240007415354
|
53 |
+
0.484327070536785,0.0,0.8724394763436977,0.03093851200700153,0.7470481380563124,0.0,2024-01-31,3000,3315.6595821626615,1.7121889449616505,222.72636588075403,0.0,2676.68352053109,0.0,434.86150754739134,-20.3240007415354
|
54 |
+
0.4794525674980413,0.0,0.8103705961306314,0.021693173956897554,0.5585831062670299,0.0,2024-02-01,2800,2619.6528735307406,1.2005364906277454,206.88070953553614,0.0,2001.4107782694468,0.0,430.48484997666526,-20.3240007415354
|
55 |
+
0.5177641606906117,0.0,0.7614535071049738,0.015138944187687943,0.5803814713896457,0.019556892778993435,2024-02-02,2400,2752.284917214274,0.8378144647255417,194.39259343857736,0.0,2079.514613518986,32.98031440711432,464.8835821264061,-20.3240007415354
|
56 |
+
0.5878688147403092,0.0,0.7219693227906823,0.043410654790990995,0.273841961852861,0.023693927789934354,2024-02-03,1900,1715.35565315455,2.4024181644502067,184.3126175542404,0.0,981.1794303223387,39.95691937785004,527.8282684772063,-20.3240007415354
|
57 |
+
0.6132999347957298,0.0,0.6688512467867053,0.05497109576709902,0.2302452316076294,0.02123222100656455,2024-02-04,1000,1564.9095709349833,3.0421922826655377,170.7520252704924,0.0,824.9717598232598,35.80555113080068,550.6620431693003,-20.3240007415354
|
58 |
+
0.6010291080719502,0.0004613964933866503,0.6303361298154632,0.06890679495270745,0.9999999999999999,0.04345596280087527,2024-02-05,3600,4341.4826964735175,3.8134171586553745,160.91944402322034,1.1327454447830594,3583.0134420726195,73.28318113888513,539.6444673768889,-20.3240007415354
|
59 |
+
0.5612660047040935,0.04567825284527838,0.5846770086852168,0.06557298724333767,0.7502270663033606,0.096792943107221,2024-02-06,2500,3599.9554041670026,3.628918670062287,149.26305937489127,112.14179903352286,2688.0736631716477,163.22949315828782,503.9424715001261,-20.3240007415354
|
60 |
+
0.5070853974409616,0.0538295908951092,0.5825352294810621,0.06540840841188648,0.6298819255222524,0.08144146608315098,2024-02-07,2500,3113.6777003390634,3.6198106025598276,148.71628139017704,132.15363522469025,2256.8754060648153,137.34109950654948,455.2954682918072,-20.3240007415354
|
61 |
+
0.4575146387601416,0.0575207628422024,0.5775717051212544,0.07090618336817181,0.656675749318801,0.1605237964989059,2024-02-08,3100,3306.6341399715047,3.924066654043768,147.4491359060529,141.21559878295471,2352.878036892374,270.70380444301003,410.78749803460454,-20.3240007415354
|
62 |
+
0.4035426200592784,0.05321439557059367,0.566019014664107,0.06678729931153181,0.5009082652134423,0.2197757111597374,2024-02-09,2400,2786.229019447244,3.6961207287270677,144.49983245127427,130.6433079649795,1794.7610475050408,370.62493183379513,362.32777970496227,-20.3240007415354
|
63 |
+
0.35671945425777135,0.040756690249154105,0.6036936318792598,0.0694494502133749,0.22752043596730245,0.058328774617067834,2024-02-10,1600,1471.5563984439648,3.8434486074215535,154.11784127114777,100.0591809558369,815.2087804170675,98.36436429814167,320.2867836358848,-20.3240007415354
|
64 |
+
0.3186783845800694,0.1198092894494002,0.6102237366623444,0.06562969701320943,0.1821071752951862,0.05367888402625821,2024-02-11,600,1462.3755052273973,3.6320570834747934,155.78492139142418,294.13623382866774,652.4924569805271,90.522890942604,286.13094574223476,-20.3240007415354
|
65 |
+
0.28679440388058147,0.16764072593048293,0.6175204435258975,0.0534181631109527,0.6866485013623977,0.11764907002188184,2024-02-12,3300,3468.0191118256284,2.9562503949134076,157.64770849205752,411.56417827117815,2460.270810360491,198.40080747356708,257.5033575749568,-20.3240007415354
|
66 |
+
0.2614065486869398,0.2060904337127038,0.6254687621578489,0.05654096415968855,0.603542234332425,0.1842519146608315,2024-02-13,3400,3356.3682983883323,3.1290714223678036,159.6768465259942,505.95963200309984,2162.499938471622,310.7183817131802,234.70842899360392,-20.3240007415354
|
67 |
+
0.23308549030029166,0.17102430021531836,0.6318756094354212,0.07248176133500768,0.5599455040871935,0.18712390590809627,2024-02-14,3600,3096.004484691653,4.011261771124093,161.3124600551607,419.8709781995873,2006.2922679725432,315.5616446680711,209.27987276670163,-20.3240007415354
|
68 |
+
0.2070059587284545,0.011842509996924024,0.630336958429633,0.07787674559712374,0.5326975476839236,0.2789934354485777,2024-02-15,2800,2738.9940695114806,4.309829213855235,160.9196555613588,29.073799749431853,1908.6624739106187,470.48840133226025,185.8639104854904,-20.3240007415354
|
69 |
+
0.18862615651548603,0.004152568440479853,0.6199492925254709,0.07413570191432302,0.5,0.31089305251641136,2024-02-16,3500,2637.3924952228094,4.102793606103303,158.26777294995577,10.194709003047533,1791.50672103631,524.2832148669414,169.36128450198717,-20.3240007415354
|
70 |
+
0.17162799262845882,0.00492156259612427,0.6229933775328652,0.07419674081708029,0.17302452316076294,0.22900711159737416,2024-02-17,1400,1315.150632496854,4.106171600962589,159.044901919372,12.082618077685966,619.949192293219,386.19256276023026,154.09918658691953,-20.3240007415354
|
71 |
+
0.17535197294480168,0.004767763764995386,0.6203424963953568,0.06435483868720884,0.1757493188010899,0.12814551422319476,2024-02-18,700,1156.5674737431993,3.5615042937453922,158.3681545481807,11.705036262758279,629.7121716994113,216.10178041584697,157.44282726479213,-20.3240007415354
|
72 |
+
0.18618314116519116,0.016456474930790527,0.606914093521715,0.06887707348259928,0.6780199818346957,0.24264907002188182,2024-02-19,3900,3184.5495747355,3.8117723228424656,154.93999769291864,40.401254197262446,2429.3547089075482,409.1980617959621,167.16778056050148,-20.3240007415354
|
73 |
+
0.20271722270910128,0.0,0.603532092949603,0.07500131236860974,0.5744777475022707,0.0,2024-02-20,3300,2378.2779844737693,4.150697934861505,154.07660175857833,0.0,2058.361491472236,0.0,182.0131940496287,-20.3240007415354
|
74 |
+
0.23613857223712145,0.0,0.602403510261239,0.08342887832316394,0.43823796548592187,0.0,2024-02-21,2500,1920.3152337822296,4.61709351513561,153.7884842127874,0.0,1570.2125211626148,0.0,212.02113563322703,-20.3240007415354
|
75 |
+
0.26314884090360663,0.0,0.5989996500590259,0.08742804343997906,0.48683015440508626,0.0,2024-02-22,2200,2118.025684641667,4.838413994302079,152.91950770110745,0.0,1744.3189872397131,0.0,236.27277644807947,-20.3240007415354
|
76 |
+
0.2778781236604225,0.00015379883112888343,0.6013447222809383,0.07891135083575068,0.4178019981834695,0.04106263676148796,2024-02-23,3500,1953.673875892022,4.3670859963267254,153.51818466137453,0.37758181492768644,1496.9901756161717,69.24712867647604,249.49771986828063,-20.3240007415354
|
77 |
+
0.294974938548287,0.0023069824669332516,0.6298790241981178,0.066926761557006,0.20935513169845596,0.10383615973741794,2024-02-24,1000,1339.9239774617668,3.703838802398044,160.8027488532566,5.663727223915297,750.1222510424514,175.1070189762346,264.84839330504605,-20.3240007415354
|
78 |
+
0.2803321555346232,0.0033835742848354355,0.6206077191074417,0.0647975884059489,0.1784741144414169,0.15310448577680524,2024-02-25,1100,1299.3729777399283,3.5860068029042056,158.43586364710788,8.3067999284091,639.4751511056038,258.1920418095418,251.701115187897,-20.3240007415354
|
79 |
+
0.30260728651802965,0.00984312519224854,0.6046949679098835,0.0609429696444149,0.6153496821071752,0.36840125820568925,2024-02-26,2200,3259.3585973654594,3.372685760539702,154.37347382924904,24.165236155371932,2204.8061825651225,621.2637897494,271.7012300473121,-20.3240007415354
|
80 |
+
0.26866977811491644,0.019071055059981544,0.596756706345339,0.06373725319381097,0.5744777475022707,0.490597647702407,2024-02-27,3200,3309.294808258192,3.527326080710285,152.34690327894376,46.820145051033116,2058.361491472236,827.3330969015443,241.2298462152593,-20.3240007415354
|
81 |
+
0.24469292405910426,0.017994463242079362,0.5669604290827844,0.05633506268956873,0.572661217075386,0.3368777352297593,2024-02-28,3100,3011.3687768084656,3.1176764910016557,144.74016753232598,44.17707234653931,2051.8528385347745,568.1032130302401,219.70180961511977,-20.3240007415354
|
82 |
+
0.22248633757910113,0.018917256228852663,0.5437289347671305,0.049414699530518226,0.5585831062670299,0.24521334792122537,2024-02-29,2600,2782.359040094943,2.734692031588589,138.80936494577887,46.44256323610543,2001.4107782694468,413.5224037199718,199.76323863358667,-20.3240007415354
|
83 |
+
0.20277652129696488,0.035373731159643186,0.5327127535884806,0.04831531441607452,0.7007266121707538,0.2031933807439825,2024-03-01,2100,3240.63085565893,2.673850222558474,135.99702773920563,86.84381743336787,2510.7128706258186,342.66085405853215,182.0664363209831,-20.3240007415354
|
84 |
+
0.2203162919019389,0.021378037526914796,0.5373179419700775,0.036390875254368876,0.20753860127157128,0.1673276805251641,2024-03-02,1700,1394.9526448645797,2.0139318366024934,137.17269310080522,52.48387227494841,743.6135981049896,282.17772501471586,197.81482527405345,-20.3240007415354
|
85 |
+
0.25695985189629666,0.022762227007074746,0.5258665154726406,0.054895091766179294,0.15258855585831063,0.19868025164113784,2024-03-03,1000,1285.3380791775508,3.0379860942710164,134.24924147225934,55.88210860929759,546.7268467467758,335.050012272275,230.71588472420743,-20.3240007415354
|
86 |
+
0.2749172184896585,0.034758535835127655,0.5241649448203026,0.03925152820849735,0.7783832879200726,0.7361528993435449,2024-03-04,5300,4478.225662329131,2.172245150517598,133.81484498062778,85.33349017365713,2788.9577837023025,1241.4320795447175,246.83921951884471,-20.3240007415354
|
87 |
+
0.27746479564506044,0.09151030452168564,0.5314491987554713,0.03100051070873246,0.684377838328792,0.5433875820568927,2024-03-05,3700,3959.3457350850927,1.7156200566997215,135.67445295473271,224.66117988197342,2452.1349941886638,916.3568826438249,249.12660610073357,-20.3240007415354
|
88 |
+
0.27530132237218846,0.19747769916948632,0.5170366245847767,0.02666038409838806,0.7302452316076293,0.7654540481400437,2024-03-06,4500,4752.468993387718,1.4754301988202003,131.99504555162136,484.81505036714935,2616.4784808595696,1290.8448932630688,247.18409388902325,-20.3240007415354
|
89 |
+
0.30480190268607765,0.23408182097816058,0.5222471145189981,0.025134174374601734,0.7257039055404177,0.8558533916849015,2024-03-07,5100,5006.2426415481905,1.3909672027921898,133.3252392429602,574.6795223199388,2600.2068485159157,1443.2923605574922,273.671704450627,-20.3240007415354
|
90 |
+
0.28900072502033636,0.15103045216856353,0.5053733938283259,0.045403619837980476,0.706630336058129,0.5160010940919038,2024-03-08,3600,4143.514820856724,2.5127121798953627,129.01752210013834,370.78534225898807,2531.8659926725686,870.172910895401,259.484341491268,-20.3240007415354
|
91 |
+
0.3080816707693393,0.06336511842509997,0.5018566615884279,0.05103136749996873,0.271117166212534,0.4971280087527352,2024-03-09,2800,2352.562305143795,2.8241611380646967,128.11973031880953,155.5637077502068,971.4164509161461,838.3457543346891,276.6165014274143,-20.3240007415354
|
92 |
+
0.3005139948800198,0.048600430636727164,0.49432753290989345,0.5994038426252607,0.2584014532243415,0.3406728665207877,2024-03-10,1100,2028.5423218610372,33.17201010437249,126.1976079088443,119.31585351714891,925.8558803539149,574.5032390777745,269.8217316405176,-20.3240007415354
|
93 |
+
0.328780420492791,0.18517379267917564,0.4900231148906566,1.0,0.866030881017257,0.9619803063457331,2024-03-11,6700,5635.188882971584,55.341670749200034,125.0987266584519,454.60850517293443,3103.0002879348253,1622.2624583191757,295.201234878531,-20.3240007415354
|
94 |
+
0.31195275775742737,0.2293140572131652,0.4909042658489264,0.6137474660448379,0.7257039055404177,1.0,2024-03-12,4400,5268.617079987422,33.96581018900925,125.3236769914541,562.9744860571805,2600.2068485159157,1686.3780345791602,280.0922243962365,-20.3240007415354
|
95 |
+
0.28923942741204833,0.28175945862811447,0.4822242080546273,0.8689579095722876,0.7693006357856493,0.7940030087527352,2024-03-13,3700,5197.705615877908,48.08958252646268,123.10773218315482,691.7298849475216,2756.4145190149943,1338.9892333503774,259.69866459693293,-20.3240007415354
|
96 |
+
0.2609596189399579,0.12842202399261765,0.47973528876368043,0.9044920691978322,0.8287920072661217,0.9839305251641137,2024-03-14,6000,5330.644122534335,50.056102288809086,122.47233229161586,315.2808154646181,2969.5729027168622,1659.2788251886989,234.30714532526605,-20.3240007415354
|
97 |
+
0.24183690267817087,0.10935096893263611,0.49508088534568734,0.4797171207380468,0.6839237057220708,0.5509094638949672,2024-03-15,3100,3997.761879902719,26.548346948639225,126.38993236779129,268.46067041358504,2450.5078309542987,929.0416189542536,217.13748100568694,-20.3240007415354
|
98 |
+
0.22855872213093945,0.09597047062442327,0.5056800775232895,0.2684027358104638,0.2924613987284287,0.40655771334792123,2024-03-16,2700,2297.955278964903,14.85385583340721,129.09581583478268,235.61105251487635,1047.8931229313202,685.609997578665,205.21543501338687,-20.3240007415354
|
99 |
+
0.2336409741798739,0.06136573362042449,0.5063080254441819,0.16167245404436256,0.24795640326975474,0.3041575492341357,2024-03-17,1100,1879.668852424663,8.947223720938286,129.2561255894133,150.6551441561469,888.4311259635106,512.9246100798758,209.77862365631364,-20.3240007415354
|
100 |
+
0.26346089659836325,0.1131959397108582,0.511032463891975,0.09972259874283361,0.8387829246139872,0.5525164113785558,2024-03-18,4600,4567.232259610584,5.518815225880487,130.46223447700535,277.9002157867772,3005.370493872901,931.7515398932997,236.55296109625579,-20.3240007415354
|
101 |
+
0.2792932387436904,0.11934789295601354,0.5105083302979782,0.06638687462698759,0.6603088101725704,0.7709586980306345,2024-03-19,4500,4323.473338156712,3.673960557675169,130.32842763562286,293.00348838388464,2365.8953427672977,1300.1278139266096,250.76830562715816,-20.3240007415354
|
102 |
+
0.30125073229285015,0.14410950476776377,0.508665922504736,0.03662732308088513,0.5349682107175294,0.5842450765864332,2024-03-20,4800,3637.894831946872,2.02701725436692,129.85807662172908,353.7941605872422,1916.7982900824456,985.2580639663802,270.4832241762433,-20.3240007415354
|
103 |
+
0.3547939233389521,0.09796985542909875,0.5022107460462727,0.02196216516829585,0.33469573115349677,0.21256154266958424,2024-03-21,1900,2225.85749574381,1.2154229136833783,128.21012506440397,240.51961610893628,1199.2193037273028,358.45911655424777,318.557912116771,-20.3240007415354
|
104 |
+
0.328247257184057,0.11396493386650262,0.5078989999633385,0.016346529095696883,0.4909173478655767,0.46618572210065645,2024-03-22,4100,3229.882399218141,0.9046442311062755,129.6622878304271,279.78812486141567,1758.9634563490017,786.1653617849715,294.7225249027536,-20.3240007415354
|
105 |
+
0.41886565111863233,0.09212549984620118,0.5144801335907757,0.009675589571082149,0.24795640326975474,0.2549917943107221,2024-03-23,1500,2032.2548821537862,0.5354632923472219,131.34239517994513,226.17150714168417,888.4311259635106,430.012560923529,376.08583039430545,-20.3240007415354
|
106 |
+
0.4850013620466285,0.0956628729621655,0.5176295322569936,0.007413209111084574,0.17983651226158037,0.31485913566739604,2024-03-24,600,1957.8836604753462,0.4102593778206124,132.14640982927773,234.85588888502096,644.3566408087,530.9715303760764,435.4669319399862,-20.3240007415354
|
107 |
+
0.537789659533579,0.3135958166717933,0.5210049682424512,0.007998961764781452,0.7470481380563124,0.47538293216630195,2024-03-25,6200,4844.238806567233,0.4426759083219752,133.00812988056978,769.8893206375526,2676.68352053109,801.6753348190865,482.86382553214804,-20.3240007415354
|
108 |
+
0.5498772085166688,0.4312519224853891,0.5039683459336748,0.008077220231167932,0.5690281562216166,0.42792669584245074,2024-03-26,4300,4421.719795667813,0.44700686260207306,128.65882534242678,1058.7394090572327,2038.835532659851,721.6461802787461,493.7168422084895,-20.3240007415354
|
109 |
+
0.5857192726081739,0.37003998769609353,0.5003131473183882,0.007257878022513339,0.5326975476839236,0.24760667396061267,2024-03-27,5400,3868.3843880215954,0.40166309585978827,127.72568427507503,908.4618467160135,1908.6624739106187,417.5584561823809,525.8982645831828,-20.3240007415354
|
110 |
+
0.5444873913631184,0.5152260842817595,0.4863802981482212,0.006204353336800169,0.4364214350590372,0.12048687089715536,2024-03-28,3500,3624.8549667569046,0.3433592795768955,124.16874657775624,1264.8990800077497,1563.7038682251532,203.18641253613788,488.8775008720657,-20.3240007415354
|
111 |
+
0.5125516991380764,0.1373423561980929,0.4780296119494417,0.005462973133481625,0.2198001816530427,0.04796909190371991,2024-03-29,1300,1767.8402885488392,0.3023300604648657,122.03688753183198,337.18056073042396,787.5470054328556,80.89402292514228,460.2034826096558,-20.3240007415354
|
112 |
+
0.5173095540008193,0.13011381113503537,0.48105901190847994,0.005092283031822353,0.23705722070844687,0.0249589715536105,2024-03-30,1600,1778.1471729852092,0.2818154509088508,122.81026753350683,319.43421542882265,849.379208338741,42.090261393694846,464.4754055810705,-20.3240007415354
|
113 |
+
0.4736680389505673,0.12826822516148878,0.4735065186456616,0.006623880864688383,0.22524977293369663,0.015214715536105032,2024-03-31,800,1673.8498263449187,0.36657663389551093,120.88218034421999,314.9032336496905,807.0729642452404,25.65776208245782,425.2911101309499,-20.3240007415354
|
Test/test_contr.csv
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
-
|
2 |
-
0.
|
3 |
-
0.
|
4 |
-
0.
|
5 |
-
0.
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
-
0.
|
10 |
-
0.
|
11 |
-
0
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
16 |
-
0.
|
17 |
-
0.
|
18 |
-
0.
|
19 |
-
0.
|
20 |
-
0.
|
21 |
-
0.
|
22 |
-
0.
|
23 |
-
0.
|
24 |
-
0.
|
25 |
-
0.
|
26 |
-
0.
|
27 |
-
0.
|
28 |
-
0.
|
29 |
-
0.
|
30 |
-
|
31 |
-
0.
|
|
|
1 |
+
direct_mail_clicks_lag_1_adstock_0_85,display_impressions,facebook_clicks_lag_6_adstock_0_85,pinterest_link_clicks_lag_1_adstock_0_5,search_link_clicks,video_impressions,date,sales,pred,pinterest_link_clicks_lag_1_adstock_0_5_contr,facebook_clicks_lag_6_adstock_0_85_contr,display_impressions_contr,search_link_clicks_contr,video_impressions_contr,direct_mail_clicks_lag_1_adstock_0_85_contr,base_contr
|
2 |
+
0.4799069825601451,0.0890495232236235,0.45241950986964413,0.006316590478811607,0.3878292461398728,0.03285694748358862,2024-04-01,1100,2190.043778552349,0.3495706705359238,115.49884664677998,218.61987084313043,1389.597402148055,55.409234519644855,430.8928544657384,-20.3240007415354
|
3 |
+
0.49292096243244005,0.4995386035066134,0.42541573986078707,0.006806798867259094,0.6321525885558583,0.04824261487964989,2024-04-02,4500,4103.987639552047,0.3766996217678805,108.6050142122845,1226.3857348851254,2265.0112222366424,81.35528606370333,442.5776832740587,-20.3240007415354
|
4 |
+
0.6021048927030661,0.3771147339280222,0.40001797043615495,0.02271900687520579,0.6503178928247048,0.15303610503282275,2024-04-03,4800,4137.669954311711,1.2573077982364507,102.12118004520566,925.8306102026871,2330.0977516112584,258.0767260249016,540.610379370957,-20.3240007415354
|
5 |
+
0.6780014136871467,0.32328514303291295,0.38017598422314886,0.028314314414097593,0.5004541326067211,0.14780497811816193,2024-04-04,4000,3523.119972940589,1.5669614657943176,97.05569000158701,793.6769749779968,1793.1338842706753,249.2550684999217,608.7553944661495,-20.3240007415354
|
6 |
+
0.7190651731425621,0.2719163334358659,0.37029476713381837,0.036692032555554414,0.39691189827429607,0.15597647702407003,2024-04-05,4200,3074.6055245895086,2.030598384808421,94.53309945810457,667.5646487921496,1422.1406668353632,263.03530476443274,645.6252070961852,-20.3240007415354
|
7 |
+
0.7573738790551836,0.1753306674869271,0.35980039125037006,0.03701777013796757,0.22161671207992734,0.08540754923413567,2024-04-06,2100,2122.1282884582065,2.0486252468449706,91.85397469806648,430.4432690175625,794.0556583703172,144.02941501568458,680.0213468512662,-20.3240007415354
|
8 |
+
0.8614535433931232,0.10135342971393418,0.36030920785826737,0.027522835208386037,0.16167120799273388,0.05384983588621444,2024-04-07,1500,1765.5618268174321,1.5231596841869903,91.98387124338522,248.82641603734535,579.2701114340839,90.81118040420463,773.4710887557616,-20.3240007415354
|
9 |
+
0.9444199300563556,0.3322054752383882,0.36737694960711853,0.019985335557589808,0.7025431425976385,0.20955278993435447,2024-04-08,4000,4608.717598514907,1.1060218602404153,93.7882055008199,815.5767202438027,2517.2215235632802,353.3852220300763,847.963906058223,-20.3240007415354
|
10 |
+
0.9768153517995642,0.23731159643186714,0.3712891887361246,0.018362764336811273,0.5372388737511353,0.18818380743982493,2024-04-09,3000,3777.42177864246,1.016226057972962,94.78696682156135,582.6087404334202,1924.934106254273,317.3490393299951,877.0507004867728,-20.3240007415354
|
11 |
+
1.0,0.27053214395570596,0.37042390928074487,0.023775396679818796,0.4900090826521344,0.11641821663019693,2024-04-10,4400,3589.6259447122084,1.3157701749861554,94.5660683480355,664.1664124578004,1755.709129880271,196.3251233500424,897.8674412426082,-20.3240007415354
|
12 |
+
0.9948156963043298,0.6007382343894186,0.36270395055194743,0.033134866525643264,0.4872842870118074,0.20818517505470457,2024-04-11,4000,4539.177216451635,1.833738873580839,92.59522865194513,1474.834569107543,1745.9461504740786,351.0789063372711,893.2126237487521,-20.3240007415354
|
13 |
+
0.9823148711112811,0.300830513688096,0.3683648102179879,0.03845845502994137,0.3637602179836512,0.18791028446389496,2024-04-12,3400,3316.628849049237,2.128355155789931,94.04039789905681,738.5500299985547,1303.3577507266887,316.88777619143406,881.9885398192484,-20.3240007415354
|
14 |
+
0.9699981877225946,0.22608428175945863,0.3616521634677765,0.03704250993331321,0.14396003633060853,0.05426012035010941,2024-04-13,2200,2107.341589186622,2.0499943884533915,92.3267163696726,555.0452679436991,515.8107452938331,91.50307511204619,870.9297908204531,-20.3240007415354
|
15 |
+
0.9225979605170527,0.21239618578898803,0.3611847671238904,0.0313983265943741,0.19391462306993643,0.03914797592997812,2024-04-14,700,2184.2491734766236,1.7376358524617028,92.20739406489109,521.440486415135,694.7987010740276,66.01828670654876,828.3706701050949,-20.3240007415354
|
16 |
+
0.9140305892357474,0.33558904952322366,0.3639304922678633,0.029863942087676294,0.6485013623978201,0.16722510940919036,2024-04-15,4100,4324.392750570036,1.6527204502893589,92.90835430294383,823.8835201722118,2323.589098673797,282.00475133775547,820.6783063745739,-20.3240007415354
|
17 |
+
0.949022873011517,0.3143648108274377,0.3589306638889293,0.03489143206680027,0.6639418710263396,0.20397975929978118,2024-04-16,4900,4420.012492723755,1.9309501454089404,91.63194071201558,771.777229712191,2378.9126486422206,343.98698558189517,852.0967386715594,-20.3240007415354
|
18 |
+
0.9741442968236942,0.4071055059981544,0.3532839155284905,0.03912211994005792,0.6026339691189827,0.3919242341356674,2024-04-17,6700,4766.320999672503,2.1650834807333985,90.19037396100786,999.4590641135859,2159.245612002891,660.9324196656494,874.65244719017,-20.3240007415354
|
19 |
+
0.9316009348506756,0.4409412488465088,0.36245312180556694,0.03651587094652366,0.5390554041780199,0.5321389496717724,2024-04-18,3200,4822.039449068858,2.0208493070427918,92.53119420983818,1082.527063397677,1931.4427591917345,897.3874360705022,836.4541476335978,-20.3240007415354
|
20 |
+
0.8909523383343507,0.4398646570286066,0.3639609230685297,0.026413414170816243,0.38646684831970934,0.22059628008752735,2024-04-19,3800,3710.6196054329803,1.461762470403567,92.91612302710986,1079.8839906931833,1384.7159124449588,372.0087212494783,799.957096289382,-20.3240007415354
|
21 |
+
0.8046795292991906,0.24007997539218703,0.37257624889335883,0.024366835829429948,0.18528610354223432,0.2149890590809628,2024-04-20,1900,2414.4762326035516,1.3485014056721227,95.11554231506385,589.4052131021185,663.8825996210849,362.552826908977,722.4955499921706,-20.3240007415354
|
22 |
+
0.7161964431269319,0.18209781605659797,0.3711686868548078,0.021841221635503096,0.23614895549500453,0.07429567833698031,2024-04-21,400,2137.1627512462787,1.2087296965123167,94.75620371783297,447.0568688743807,846.1248818700101,125.29060001164234,643.0494678174355,-20.3240007415354
|
23 |
+
0.6479977584684998,0.4637034758535835,0.3710199298007982,0.017788382352534212,0.6167120799273388,0.36505060175054704,2024-04-22,5400,4620.904915271283,0.9844387993148287,94.71822730922577,1138.4091720069746,2209.6876722682186,615.6133163020272,581.8160893270575,-20.3240007415354
|
24 |
+
0.6357530291018858,0.6501076591817903,0.3736872747815799,0.01704966987382152,0.5286103542234332,0.17341356673960612,2024-04-23,5300,4429.337846084659,0.9435572165395854,95.39917775934701,1596.0383316993305,1894.01800480133,292.440829847699,570.8219455019477,-20.3240007415354
|
25 |
+
0.7770599119009418,0.6811750230698247,0.3595410107146912,0.01582184219261734,0.4909173478655767,0.2855921772428884,2024-04-24,3000,4682.925847501215,0.8756071812696301,91.78775705700549,1672.309858314723,1758.9634563490017,481.61637455004524,697.6967947907051,-20.3240007415354
|
26 |
+
0.7313417966381738,0.7556136573362043,0.36218407576045775,0.011344806863700001,0.4877384196185286,0.5585339168490153,2024-04-25,4800,5273.946435882289,0.6278405661641502,92.46250904656142,1855.0594567397234,1747.573313708444,941.8993289416426,656.647987621289,-20.3240007415354
|
27 |
+
0.6590675948468206,0.6536450322977546,0.3577954334172209,0.007603964176007625,0.5158946412352406,0.3978733588621444,2024-04-26,3400,4787.339316986206,0.4208160818173261,91.34212604377022,1604.7227134426673,1848.457434239099,670.964892929352,591.7553349910348,-20.3240007415354
|
28 |
+
0.5930350523532717,0.2116271916333436,0.3697801476068501,0.005518924971699478,0.19845594913714804,0.09412609409190371,2024-04-27,700,1996.2051006032248,0.30542652867333064,94.40172147698286,519.5525773404964,711.0703334176816,158.7321775573177,532.4668650236082,-20.3240007415354
|
29 |
+
0.5347654807326011,0.20870501384189483,0.3757764719530001,0.004261787509083447,0.1625794732061762,0.09142505470459518,2024-04-28,1100,1805.0730643726192,0.23585444113074946,95.93253199905757,512.3785228568705,582.5244379028146,154.17720406402742,480.14851385025383,-20.3240007415354
|
30 |
+
0.4808848845737395,1.0,0.38122257120681385,0.003633218777775431,0.5658492279745685,0.986870897155361,2024-04-29,2800,6655.690577850136,0.20106839735945886,97.32287474250074,2455.036960659817,2027.4453900192932,1664.2374039282302,431.77088084447047,-20.3240007415354
|
31 |
+
0.43344048871676794,0.6396493386650262,0.3910901089663491,0.005679730877202964,0.5526793823796549,0.5747743435448578,2024-04-30,4700,4988.911652959956,0.31432579615023154,99.84197306962251,1570.3627682842477,1980.2576562226968,969.2868277937042,389.17210253507,-20.3240007415354
|
Transformation_functions.py
DELETED
@@ -1,133 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import pandas as pd
|
3 |
-
import plotly.express as px
|
4 |
-
import plotly.graph_objects as go
|
5 |
-
from Eda_functions import format_numbers,line_plot,summary
|
6 |
-
import numpy as np
|
7 |
-
import re
|
8 |
-
|
9 |
-
def sanitize_key(key, prefix=""):
|
10 |
-
# Use regular expressions to remove non-alphanumeric characters and spaces
|
11 |
-
key = re.sub(r'[^a-zA-Z0-9]', '', key)
|
12 |
-
return f"{prefix}{key}"
|
13 |
-
|
14 |
-
|
15 |
-
def check_box(options, ad_stock_value,lag_value,num_columns=4, prefix=""):
|
16 |
-
num_rows = -(-len(options) // num_columns) # Ceiling division to calculate rows
|
17 |
-
|
18 |
-
selected_options = []
|
19 |
-
adstock_info = {} # Store adstock and lag info for each selected option
|
20 |
-
if ad_stock_value!=0:
|
21 |
-
for row in range(num_rows):
|
22 |
-
cols = st.columns(num_columns)
|
23 |
-
for col in cols:
|
24 |
-
if options:
|
25 |
-
option = options.pop(0)
|
26 |
-
key = sanitize_key(f"{option}_{row}", prefix=prefix)
|
27 |
-
selected = col.checkbox(option, key=key)
|
28 |
-
if selected:
|
29 |
-
selected_options.append(option)
|
30 |
-
|
31 |
-
# Input minimum and maximum adstock values
|
32 |
-
adstock = col.slider('Select Adstock Range', 0.0, 1.0, ad_stock_value, step=0.05, format="%.2f",key= f"adstock_{key}" )
|
33 |
-
|
34 |
-
# Input minimum and maximum lag values
|
35 |
-
lag = col.slider('Select Lag Range', 0, 7, lag_value, step=1,key=f"lag_{key}" )
|
36 |
-
|
37 |
-
# Create a dictionary to store adstock and lag info for the option
|
38 |
-
option_info = {
|
39 |
-
'adstock': adstock,
|
40 |
-
'lag': lag}
|
41 |
-
# Append the dictionary to the adstock_info list
|
42 |
-
adstock_info[option]=option_info
|
43 |
-
|
44 |
-
else:adstock_info[option]={
|
45 |
-
'adstock': ad_stock_value,
|
46 |
-
'lag': lag_value}
|
47 |
-
|
48 |
-
return selected_options, adstock_info
|
49 |
-
else:
|
50 |
-
for row in range(num_rows):
|
51 |
-
cols = st.columns(num_columns)
|
52 |
-
for col in cols:
|
53 |
-
if options:
|
54 |
-
option = options.pop(0)
|
55 |
-
key = sanitize_key(f"{option}_{row}", prefix=prefix)
|
56 |
-
selected = col.checkbox(option, key=key)
|
57 |
-
if selected:
|
58 |
-
selected_options.append(option)
|
59 |
-
|
60 |
-
# Input minimum and maximum lag values
|
61 |
-
lag = col.slider('Select Lag Range', 0, 7, lag_value, step=1,key=f"lag_{key}" )
|
62 |
-
|
63 |
-
# dictionary to store adstock and lag info for the option
|
64 |
-
option_info = {
|
65 |
-
'lag': lag}
|
66 |
-
# Append the dictionary to the adstock_info list
|
67 |
-
adstock_info[option]=option_info
|
68 |
-
|
69 |
-
else:adstock_info[option]={
|
70 |
-
'lag': lag_value}
|
71 |
-
|
72 |
-
return selected_options, adstock_info
|
73 |
-
|
74 |
-
def apply_lag(X, features,lag_dict):
|
75 |
-
#lag_data=pd.DataFrame()
|
76 |
-
for col in features:
|
77 |
-
for lag in range(lag_dict[col]['lag'][0], lag_dict[col]['lag'][1] + 1):
|
78 |
-
if lag>0:
|
79 |
-
X[f'{col}_lag{lag}'] = X[col].shift(periods=lag, fill_value=0)
|
80 |
-
return X
|
81 |
-
|
82 |
-
def apply_adstock(X, variable_name, decay):
|
83 |
-
values = X[variable_name].values
|
84 |
-
adstock = np.zeros(len(values))
|
85 |
-
|
86 |
-
for row in range(len(values)):
|
87 |
-
if row == 0:
|
88 |
-
adstock[row] = values[row]
|
89 |
-
else:
|
90 |
-
adstock[row] = values[row] + adstock[row - 1] * decay
|
91 |
-
|
92 |
-
return adstock
|
93 |
-
|
94 |
-
def top_correlated_features(df,target,media_data):
|
95 |
-
corr_df=df.drop(target,axis=1)
|
96 |
-
#corr_df[target]=df[target]
|
97 |
-
#st.dataframe(corr_df)
|
98 |
-
for i in media_data:
|
99 |
-
#st.write(media_data[2])
|
100 |
-
#st.dataframe(corr_df.filter(like=media_data[2]))
|
101 |
-
d=(pd.concat([corr_df.filter(like=i),df[target]],axis=1)).corr()[target]
|
102 |
-
d=d.sort_values(ascending=False)
|
103 |
-
d=d.drop(target,axis=0)
|
104 |
-
corr=pd.DataFrame({'Feature_name':d.index,"Correlation":d.values})
|
105 |
-
corr.columns = pd.MultiIndex.from_product([[i], ['Feature_name', 'Correlation']])
|
106 |
-
|
107 |
-
return corr
|
108 |
-
|
109 |
-
def top_correlated_features(df,variables,target):
|
110 |
-
correlation_df=pd.DataFrame()
|
111 |
-
for col in variables:
|
112 |
-
d=pd.concat([df.filter(like=col),df[target]],axis=1).corr()[target]
|
113 |
-
#st.dataframe(d)
|
114 |
-
d=d.sort_values(ascending=False).iloc[1:]
|
115 |
-
corr_df=pd.DataFrame({'Media_channel':d.index,'Correlation':d.values})
|
116 |
-
corr_df.columns=pd.MultiIndex.from_tuples([(col, 'Variable'), (col, 'Correlation')])
|
117 |
-
correlation_df=pd.concat([corr_df,correlation_df],axis=1)
|
118 |
-
return correlation_df
|
119 |
-
|
120 |
-
def top_correlated_feature(df,variable,target):
|
121 |
-
d=pd.concat([df.filter(like=variable),df[target]],axis=1).corr()[target]
|
122 |
-
# st.dataframe(d)
|
123 |
-
d=d.sort_values(ascending=False).iloc[1:]
|
124 |
-
# st.dataframe(d)
|
125 |
-
corr_df=pd.DataFrame({'Media_channel':d.index,'Correlation':d.values})
|
126 |
-
corr_df['Adstock']=corr_df['Media_channel'].map(lambda x:x.split('_adst')[1] if len(x.split('_adst'))>1 else '-')
|
127 |
-
corr_df['Lag']=corr_df['Media_channel'].map(lambda x:x.split('_lag')[1][0] if len(x.split('_lag'))>1 else '-' )
|
128 |
-
corr_df.drop(['Correlation'],axis=1,inplace=True)
|
129 |
-
corr_df['Correlation']=np.round(d.values,2)
|
130 |
-
sorted_corr_df= corr_df.loc[corr_df['Correlation'].abs().sort_values(ascending=False).index]
|
131 |
-
#corr_df.columns=pd.MultiIndex.from_tuples([(variable, 'Variable'), (variable, 'Correlation')])
|
132 |
-
#correlation_df=pd.concat([corr_df,correlation_df],axis=1)
|
133 |
-
return sorted_corr_df
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Users/{manojp1732@gmail.com/test-form-completion/Model → ashish@mastercard.com/cimb_landing/Model/total_s1_cc_mc_product_3in1_tc_landing}/resume.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdaace61d63a0b3b2bd9204a980359599f7cb8788d2a946aa18f398ae3e55a6d
|
3 |
+
size 326747
|
Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/best_models.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff4a79b1f480158febc441769e2bfd6e4d0bf6322f3db906623eaa5314a47365
|
3 |
+
size 382302
|
Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/channel_groups.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3c1a89ecd736f16187d37bcc78c90b3dd680c17d1f35946d2536dcc316cbbf0
|
3 |
+
size 346
|
Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/data_import.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:948d09eb701b4e018416d32ae3bdca6b9f6f48014dfbff7119ceff338df8380a
|
3 |
+
size 25061
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_2921.pkl → ashish@mastercard.com/cimb_landing/final_df_transformed.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4991c08f915571fddf1ca340125c3eb25d394b525a8ab70cf039c58f2f0edcbe
|
3 |
+
size 326435
|
Users/ashish@mastercard.com/cimb_landing/metrics_level_data/data_test_overview_panel@#total_s1_cc_mc_product_3in1_tc_landing.xlsx
ADDED
Binary file (29.5 kB). View file
|
|
Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/project_dct.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4ee22263dfb80f4d4fb43a7d1d9938384d00b3745200f35037b0c56226b713
|
3 |
+
size 799282
|
Users/ashish@mastercard.com/cimb_landing/rcs_data_modified.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"total_s1_cc_mc_product_3in1_tc_landing": {
|
3 |
+
"Aggregated": {
|
4 |
+
"discovery": {
|
5 |
+
"K": 2907.595410498092,
|
6 |
+
"b": 0.013886823613646642,
|
7 |
+
"a": 0.06285348102292905,
|
8 |
+
"x0": 113.27999669679232
|
9 |
+
},
|
10 |
+
"sem": {
|
11 |
+
"K": 27.434997368549602,
|
12 |
+
"b": 0.4455630134657045,
|
13 |
+
"a": 0.026586386294684124,
|
14 |
+
"x0": 131.10469618121007
|
15 |
+
},
|
16 |
+
"fb": {
|
17 |
+
"K": 242.26162962704848,
|
18 |
+
"b": 2.802246133590496e-08,
|
19 |
+
"a": 0.04688416867052796,
|
20 |
+
"x0": 434.95055673902374
|
21 |
+
},
|
22 |
+
"pmax": {
|
23 |
+
"K": 7651.602571422208,
|
24 |
+
"b": 0.002254718499842701,
|
25 |
+
"a": 0.06638601056728924,
|
26 |
+
"x0": 142.0183808375644
|
27 |
+
},
|
28 |
+
"programmatic": {
|
29 |
+
"K": 5710.756544586472,
|
30 |
+
"b": 0.4297657827540532,
|
31 |
+
"a": 0.04463079342272655,
|
32 |
+
"x0": 77.91484337590343
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|
36 |
+
}
|
Users/ashish@mastercard.com/cimb_landing/rcs_data_original.json
ADDED
@@ -0,0 +1,2031 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"total_s1_cc_mc_product_3in1_tc_landing": {
|
3 |
+
"Aggregated": {
|
4 |
+
"discovery": {
|
5 |
+
"K": 2907.595410498092,
|
6 |
+
"b": 0.013886823613646642,
|
7 |
+
"a": 0.06285348102292905,
|
8 |
+
"x0": 113.27999669679232,
|
9 |
+
"power": 2.0,
|
10 |
+
"x": [
|
11 |
+
0.0,
|
12 |
+
0.0,
|
13 |
+
0.0,
|
14 |
+
0.0,
|
15 |
+
0.0,
|
16 |
+
0.0,
|
17 |
+
0.0,
|
18 |
+
0.0,
|
19 |
+
0.0,
|
20 |
+
0.0,
|
21 |
+
0.0,
|
22 |
+
0.0,
|
23 |
+
0.0,
|
24 |
+
0.0,
|
25 |
+
0.0,
|
26 |
+
0.0,
|
27 |
+
0.0,
|
28 |
+
0.0,
|
29 |
+
0.0,
|
30 |
+
0.0,
|
31 |
+
153.0,
|
32 |
+
333.0,
|
33 |
+
659.0,
|
34 |
+
363.0,
|
35 |
+
698.0,
|
36 |
+
1635.0,
|
37 |
+
1542.0,
|
38 |
+
555.0,
|
39 |
+
3087.0,
|
40 |
+
648.0,
|
41 |
+
2476.0,
|
42 |
+
4199.0,
|
43 |
+
780.0,
|
44 |
+
648.0,
|
45 |
+
1297.0,
|
46 |
+
2239.0,
|
47 |
+
2255.0,
|
48 |
+
3237.0,
|
49 |
+
4260.0,
|
50 |
+
2381.0,
|
51 |
+
7802.0,
|
52 |
+
2295.0,
|
53 |
+
7928.0,
|
54 |
+
8131.0,
|
55 |
+
10290.0,
|
56 |
+
11328.0,
|
57 |
+
7657.0,
|
58 |
+
9033.0,
|
59 |
+
7053.0,
|
60 |
+
5731.0,
|
61 |
+
4218.0,
|
62 |
+
7520.0,
|
63 |
+
8225.0,
|
64 |
+
1742.0,
|
65 |
+
0.0,
|
66 |
+
0.0,
|
67 |
+
0.0,
|
68 |
+
0.0,
|
69 |
+
4532.0,
|
70 |
+
4907.0,
|
71 |
+
1630.0,
|
72 |
+
524.0,
|
73 |
+
705.0,
|
74 |
+
516.0,
|
75 |
+
1409.0,
|
76 |
+
1977.0,
|
77 |
+
2406.0,
|
78 |
+
2428.0,
|
79 |
+
1284.0,
|
80 |
+
2369.0,
|
81 |
+
2220.0,
|
82 |
+
1894.0,
|
83 |
+
1618.0,
|
84 |
+
1249.0,
|
85 |
+
1986.0,
|
86 |
+
2327.0,
|
87 |
+
2030.0,
|
88 |
+
1242.0,
|
89 |
+
1371.0,
|
90 |
+
1366.0,
|
91 |
+
0.0,
|
92 |
+
0.0,
|
93 |
+
1039.0,
|
94 |
+
1237.0,
|
95 |
+
1806.0,
|
96 |
+
2068.0,
|
97 |
+
2409.0,
|
98 |
+
3241.0,
|
99 |
+
2852.0,
|
100 |
+
1724.0,
|
101 |
+
1842.0,
|
102 |
+
1697.0,
|
103 |
+
1209.0,
|
104 |
+
1018.0,
|
105 |
+
1002.0,
|
106 |
+
1019.0,
|
107 |
+
694.0,
|
108 |
+
822.0,
|
109 |
+
1011.0,
|
110 |
+
1162.0,
|
111 |
+
1238.0,
|
112 |
+
1672.0,
|
113 |
+
1331.0,
|
114 |
+
730.0,
|
115 |
+
1289.0,
|
116 |
+
1146.0,
|
117 |
+
1029.0,
|
118 |
+
1159.0,
|
119 |
+
1107.0,
|
120 |
+
449.0,
|
121 |
+
522.0,
|
122 |
+
1119.0,
|
123 |
+
1043.0,
|
124 |
+
1320.0,
|
125 |
+
1017.0,
|
126 |
+
536.0,
|
127 |
+
252.0,
|
128 |
+
0.0,
|
129 |
+
0.0,
|
130 |
+
51.0,
|
131 |
+
351.0,
|
132 |
+
1054.0,
|
133 |
+
911.0,
|
134 |
+
349.0,
|
135 |
+
158.0,
|
136 |
+
233.0,
|
137 |
+
250.0,
|
138 |
+
781.0,
|
139 |
+
574.0,
|
140 |
+
665.0,
|
141 |
+
309.0,
|
142 |
+
241.0,
|
143 |
+
217.0,
|
144 |
+
312.0,
|
145 |
+
205.0,
|
146 |
+
182.0,
|
147 |
+
192.0,
|
148 |
+
120.0,
|
149 |
+
164.0,
|
150 |
+
179.0,
|
151 |
+
292.0,
|
152 |
+
282.0,
|
153 |
+
343.0,
|
154 |
+
265.0,
|
155 |
+
246.0,
|
156 |
+
149.0
|
157 |
+
],
|
158 |
+
"y": [
|
159 |
+
0.0,
|
160 |
+
0.0,
|
161 |
+
0.0,
|
162 |
+
0.0,
|
163 |
+
0.0,
|
164 |
+
0.0,
|
165 |
+
0.0,
|
166 |
+
0.0,
|
167 |
+
0.0,
|
168 |
+
0.0,
|
169 |
+
0.0,
|
170 |
+
0.0,
|
171 |
+
0.0,
|
172 |
+
0.0,
|
173 |
+
0.0,
|
174 |
+
0.0,
|
175 |
+
0.0,
|
176 |
+
0.0,
|
177 |
+
0.0,
|
178 |
+
0.0,
|
179 |
+
47.16499372662214,
|
180 |
+
102.6532216402952,
|
181 |
+
203.1485677506143,
|
182 |
+
111.9012596259074,
|
183 |
+
215.1710171319101,
|
184 |
+
504.0180702158639,
|
185 |
+
475.3491524604662,
|
186 |
+
171.0887027338254,
|
187 |
+
951.6231087194936,
|
188 |
+
199.7576204892231,
|
189 |
+
763.2714017458588,
|
190 |
+
1294.417050052852,
|
191 |
+
240.4489876259167,
|
192 |
+
199.7576204892231,
|
193 |
+
399.8235089113001,
|
194 |
+
690.2119016595226,
|
195 |
+
695.1441885851824,
|
196 |
+
997.8632986475545,
|
197 |
+
1313.22139395693,
|
198 |
+
733.9859481247536,
|
199 |
+
2405.106412124875,
|
200 |
+
707.474905899332,
|
201 |
+
2443.948171664446,
|
202 |
+
2506.526562033755,
|
203 |
+
3172.077029064979,
|
204 |
+
3492.05914336716,
|
205 |
+
2360.407561861083,
|
206 |
+
2784.584237467828,
|
207 |
+
2174.213730417424,
|
208 |
+
1766.683523184781,
|
209 |
+
1300.274140777073,
|
210 |
+
2318.174855060121,
|
211 |
+
2535.503747722007,
|
212 |
+
537.002739031214,
|
213 |
+
0.0,
|
214 |
+
0.0,
|
215 |
+
0.0,
|
216 |
+
0.0,
|
217 |
+
1397.070271693147,
|
218 |
+
1512.670746513299,
|
219 |
+
502.4767305515953,
|
220 |
+
161.5323968153594,
|
221 |
+
217.3288926618863,
|
222 |
+
159.0662533525295,
|
223 |
+
434.3495173909188,
|
224 |
+
609.4457032518428,
|
225 |
+
741.692646446097,
|
226 |
+
748.4745409688793,
|
227 |
+
395.8160257842014,
|
228 |
+
730.2867329305087,
|
229 |
+
684.3548109353015,
|
230 |
+
583.8594648249824,
|
231 |
+
498.7775153573504,
|
232 |
+
385.0266481343206,
|
233 |
+
612.2201146475265,
|
234 |
+
717.3394797506517,
|
235 |
+
625.783903693091,
|
236 |
+
382.8687726043444,
|
237 |
+
422.6353359424767,
|
238 |
+
421.0939962782081,
|
239 |
+
0.0,
|
240 |
+
0.0,
|
241 |
+
320.2903822350352,
|
242 |
+
381.3274329400757,
|
243 |
+
556.7318867338533,
|
244 |
+
637.4980851415331,
|
245 |
+
742.6174502446582,
|
246 |
+
999.0963703789696,
|
247 |
+
879.1801444988648,
|
248 |
+
531.4539162398468,
|
249 |
+
567.829532316588,
|
250 |
+
523.1306820527958,
|
251 |
+
372.6959308201709,
|
252 |
+
313.8167556451068,
|
253 |
+
308.8844687194469,
|
254 |
+
314.1250235779605,
|
255 |
+
213.9379454004952,
|
256 |
+
253.3962408057738,
|
257 |
+
311.6588801151306,
|
258 |
+
358.2073379760452,
|
259 |
+
381.6357008729294,
|
260 |
+
515.4239837314523,
|
261 |
+
410.3046186283272,
|
262 |
+
225.0355909832298,
|
263 |
+
397.3573654484701,
|
264 |
+
353.2750510503853,
|
265 |
+
317.2077029064978,
|
266 |
+
357.282534177484,
|
267 |
+
341.2526016690896,
|
268 |
+
138.412301851329,
|
269 |
+
160.915860949652,
|
270 |
+
344.9518168633344,
|
271 |
+
321.5234539664502,
|
272 |
+
406.913671366936,
|
273 |
+
313.508487712253,
|
274 |
+
165.2316120096043,
|
275 |
+
77.68351907914233,
|
276 |
+
0.0,
|
277 |
+
0.0,
|
278 |
+
15.72166457554071,
|
279 |
+
108.2020444316625,
|
280 |
+
324.9144012278414,
|
281 |
+
280.8320868297566,
|
282 |
+
107.5855085659551,
|
283 |
+
48.70633339089083,
|
284 |
+
71.82642835492129,
|
285 |
+
77.06698321343487,
|
286 |
+
240.7572555587705,
|
287 |
+
176.9457934580464,
|
288 |
+
204.9981753477367,
|
289 |
+
95.25479125180549,
|
290 |
+
74.2925718177512,
|
291 |
+
66.89414142926145,
|
292 |
+
96.1795950503667,
|
293 |
+
63.19492623501659,
|
294 |
+
56.10476377938058,
|
295 |
+
59.18744310791797,
|
296 |
+
36.99215194244873,
|
297 |
+
50.55594098801327,
|
298 |
+
55.17995998081935,
|
299 |
+
90.01423639329191,
|
300 |
+
86.93155706475451,
|
301 |
+
105.7359009688326,
|
302 |
+
81.69100220624095,
|
303 |
+
75.8339114820199,
|
304 |
+
45.93192199520718
|
305 |
+
],
|
306 |
+
"x_plot": [
|
307 |
+
0.0,
|
308 |
+
572.1212121212121,
|
309 |
+
1144.2424242424242,
|
310 |
+
1716.3636363636365,
|
311 |
+
2288.4848484848485,
|
312 |
+
2860.6060606060605,
|
313 |
+
3432.727272727273,
|
314 |
+
4004.848484848485,
|
315 |
+
4576.969696969697,
|
316 |
+
5149.090909090909,
|
317 |
+
5721.212121212121,
|
318 |
+
6293.333333333333,
|
319 |
+
6865.454545454546,
|
320 |
+
7437.575757575758,
|
321 |
+
8009.69696969697,
|
322 |
+
8581.818181818182,
|
323 |
+
9153.939393939394,
|
324 |
+
9726.060606060606,
|
325 |
+
10298.181818181818,
|
326 |
+
10870.30303030303,
|
327 |
+
11442.424242424242,
|
328 |
+
12014.545454545454,
|
329 |
+
12586.666666666666,
|
330 |
+
13158.787878787878,
|
331 |
+
13730.909090909092,
|
332 |
+
14303.030303030304,
|
333 |
+
14875.151515151516,
|
334 |
+
15447.272727272728,
|
335 |
+
16019.39393939394,
|
336 |
+
16591.515151515152,
|
337 |
+
17163.636363636364,
|
338 |
+
17735.757575757576,
|
339 |
+
18307.878787878788,
|
340 |
+
18880.0,
|
341 |
+
19452.121212121212,
|
342 |
+
20024.242424242424,
|
343 |
+
20596.363636363636,
|
344 |
+
21168.484848484848,
|
345 |
+
21740.60606060606,
|
346 |
+
22312.727272727272,
|
347 |
+
22884.848484848484,
|
348 |
+
23456.969696969696,
|
349 |
+
24029.090909090908,
|
350 |
+
24601.21212121212,
|
351 |
+
25173.333333333332,
|
352 |
+
25745.454545454544,
|
353 |
+
26317.575757575756,
|
354 |
+
26889.696969696968,
|
355 |
+
27461.818181818184,
|
356 |
+
28033.939393939396,
|
357 |
+
28606.060606060608,
|
358 |
+
29178.18181818182,
|
359 |
+
29750.303030303032,
|
360 |
+
30322.424242424244,
|
361 |
+
30894.545454545456,
|
362 |
+
31466.666666666668,
|
363 |
+
32038.78787878788,
|
364 |
+
32610.909090909092,
|
365 |
+
33183.030303030304,
|
366 |
+
33755.15151515151,
|
367 |
+
34327.27272727273,
|
368 |
+
34899.393939393936,
|
369 |
+
35471.51515151515,
|
370 |
+
36043.63636363636,
|
371 |
+
36615.757575757576,
|
372 |
+
37187.87878787879,
|
373 |
+
37760.0,
|
374 |
+
38332.121212121216,
|
375 |
+
38904.242424242424,
|
376 |
+
39476.36363636364,
|
377 |
+
40048.48484848485,
|
378 |
+
40620.606060606064,
|
379 |
+
41192.72727272727,
|
380 |
+
41764.84848484849,
|
381 |
+
42336.969696969696,
|
382 |
+
42909.09090909091,
|
383 |
+
43481.21212121212,
|
384 |
+
44053.333333333336,
|
385 |
+
44625.454545454544,
|
386 |
+
45197.57575757576,
|
387 |
+
45769.69696969697,
|
388 |
+
46341.818181818184,
|
389 |
+
46913.93939393939,
|
390 |
+
47486.06060606061,
|
391 |
+
48058.181818181816,
|
392 |
+
48630.30303030303,
|
393 |
+
49202.42424242424,
|
394 |
+
49774.545454545456,
|
395 |
+
50346.666666666664,
|
396 |
+
50918.78787878788,
|
397 |
+
51490.90909090909,
|
398 |
+
52063.030303030304,
|
399 |
+
52635.15151515151,
|
400 |
+
53207.27272727273,
|
401 |
+
53779.393939393936,
|
402 |
+
54351.51515151515,
|
403 |
+
54923.63636363637,
|
404 |
+
55495.757575757576,
|
405 |
+
56067.87878787879,
|
406 |
+
56640.0
|
407 |
+
]
|
408 |
+
},
|
409 |
+
"sem": {
|
410 |
+
"K": 27.434997368549602,
|
411 |
+
"b": 0.4455630134657045,
|
412 |
+
"a": 0.026586386294684124,
|
413 |
+
"x0": 131.10469618121007,
|
414 |
+
"power": 1.0,
|
415 |
+
"x": [
|
416 |
+
0.0,
|
417 |
+
0.0,
|
418 |
+
0.0,
|
419 |
+
0.0,
|
420 |
+
0.0,
|
421 |
+
0.0,
|
422 |
+
0.0,
|
423 |
+
0.0,
|
424 |
+
0.0,
|
425 |
+
0.0,
|
426 |
+
0.0,
|
427 |
+
0.0,
|
428 |
+
0.0,
|
429 |
+
0.0,
|
430 |
+
0.0,
|
431 |
+
0.0,
|
432 |
+
0.0,
|
433 |
+
0.0,
|
434 |
+
0.0,
|
435 |
+
126.0,
|
436 |
+
761.0,
|
437 |
+
982.0,
|
438 |
+
571.0,
|
439 |
+
1221.0,
|
440 |
+
457.0,
|
441 |
+
1196.0,
|
442 |
+
1116.0,
|
443 |
+
1159.0,
|
444 |
+
1413.0,
|
445 |
+
1363.0,
|
446 |
+
1547.0,
|
447 |
+
1926.0,
|
448 |
+
2057.0,
|
449 |
+
1574.0,
|
450 |
+
1095.0,
|
451 |
+
1158.0,
|
452 |
+
898.0,
|
453 |
+
1076.0,
|
454 |
+
1222.0,
|
455 |
+
1559.0,
|
456 |
+
1546.0,
|
457 |
+
1620.0,
|
458 |
+
1537.0,
|
459 |
+
1313.0,
|
460 |
+
1171.0,
|
461 |
+
1396.0,
|
462 |
+
1395.0,
|
463 |
+
1268.0,
|
464 |
+
1262.0,
|
465 |
+
1315.0,
|
466 |
+
515.0,
|
467 |
+
770.0,
|
468 |
+
1962.0,
|
469 |
+
1559.0,
|
470 |
+
1513.0,
|
471 |
+
1356.0,
|
472 |
+
1417.0,
|
473 |
+
1141.0,
|
474 |
+
1074.0,
|
475 |
+
1622.0,
|
476 |
+
1738.0,
|
477 |
+
1499.0,
|
478 |
+
1497.0,
|
479 |
+
1201.0,
|
480 |
+
960.0,
|
481 |
+
941.0,
|
482 |
+
1038.0,
|
483 |
+
1028.0,
|
484 |
+
1081.0,
|
485 |
+
979.0,
|
486 |
+
890.0,
|
487 |
+
765.0,
|
488 |
+
986.0,
|
489 |
+
1469.0,
|
490 |
+
1144.0,
|
491 |
+
1221.0,
|
492 |
+
1219.0,
|
493 |
+
1099.0,
|
494 |
+
964.0,
|
495 |
+
1096.0,
|
496 |
+
1198.0,
|
497 |
+
1221.0,
|
498 |
+
1218.0,
|
499 |
+
1334.0,
|
500 |
+
1214.0,
|
501 |
+
767.0,
|
502 |
+
873.0,
|
503 |
+
1385.0,
|
504 |
+
1367.0,
|
505 |
+
1282.0,
|
506 |
+
1239.0,
|
507 |
+
1265.0,
|
508 |
+
1278.0,
|
509 |
+
1282.0,
|
510 |
+
1552.0,
|
511 |
+
1383.0,
|
512 |
+
930.0,
|
513 |
+
1004.0,
|
514 |
+
1422.0,
|
515 |
+
1252.0,
|
516 |
+
1405.0,
|
517 |
+
1768.0,
|
518 |
+
1690.0,
|
519 |
+
1693.0,
|
520 |
+
1702.0,
|
521 |
+
1622.0,
|
522 |
+
1348.0,
|
523 |
+
1424.0,
|
524 |
+
1782.0,
|
525 |
+
1720.0,
|
526 |
+
1475.0,
|
527 |
+
1422.0,
|
528 |
+
1258.0,
|
529 |
+
1057.0,
|
530 |
+
1329.0,
|
531 |
+
1500.0,
|
532 |
+
1257.0,
|
533 |
+
1488.0,
|
534 |
+
1456.0,
|
535 |
+
1298.0,
|
536 |
+
1070.0,
|
537 |
+
1036.0,
|
538 |
+
1428.0,
|
539 |
+
1448.0,
|
540 |
+
1280.0,
|
541 |
+
1247.0,
|
542 |
+
1148.0,
|
543 |
+
1020.0,
|
544 |
+
891.0,
|
545 |
+
1107.0,
|
546 |
+
1115.0,
|
547 |
+
1031.0,
|
548 |
+
1553.0,
|
549 |
+
1033.0,
|
550 |
+
792.0,
|
551 |
+
957.0,
|
552 |
+
1595.0,
|
553 |
+
1385.0,
|
554 |
+
1145.0,
|
555 |
+
1225.0,
|
556 |
+
1265.0,
|
557 |
+
675.0,
|
558 |
+
759.0,
|
559 |
+
1337.0,
|
560 |
+
1244.0,
|
561 |
+
1341.0
|
562 |
+
],
|
563 |
+
"y": [
|
564 |
+
0.0,
|
565 |
+
0.0,
|
566 |
+
0.0,
|
567 |
+
0.0,
|
568 |
+
0.0,
|
569 |
+
0.0,
|
570 |
+
0.0,
|
571 |
+
0.0,
|
572 |
+
0.0,
|
573 |
+
0.0,
|
574 |
+
0.0,
|
575 |
+
0.0,
|
576 |
+
0.0,
|
577 |
+
0.0,
|
578 |
+
0.0,
|
579 |
+
0.0,
|
580 |
+
0.0,
|
581 |
+
0.0,
|
582 |
+
0.0,
|
583 |
+
1.780268047409599,
|
584 |
+
10.75225384189448,
|
585 |
+
13.87478748060497,
|
586 |
+
8.067722659292707,
|
587 |
+
17.25164512608826,
|
588 |
+
6.457003949731641,
|
589 |
+
16.89841733890382,
|
590 |
+
15.76808841991359,
|
591 |
+
16.37564021387084,
|
592 |
+
19.96443453166479,
|
593 |
+
19.2579789572959,
|
594 |
+
21.85773547097341,
|
595 |
+
27.21266872468959,
|
596 |
+
29.06358232953608,
|
597 |
+
22.23922148113261,
|
598 |
+
15.47137707867866,
|
599 |
+
16.36151110238346,
|
600 |
+
12.68794211566524,
|
601 |
+
15.20292396041848,
|
602 |
+
17.26577423757564,
|
603 |
+
22.02728480882194,
|
604 |
+
21.84360635948603,
|
605 |
+
22.88916060955199,
|
606 |
+
21.71644435609964,
|
607 |
+
18.55152338292701,
|
608 |
+
16.54518955171937,
|
609 |
+
19.72423963637937,
|
610 |
+
19.71011052489199,
|
611 |
+
17.91571336599501,
|
612 |
+
17.83093869707075,
|
613 |
+
18.57978160590177,
|
614 |
+
7.276492415999551,
|
615 |
+
10.87941584528088,
|
616 |
+
27.72131673823519,
|
617 |
+
22.02728480882194,
|
618 |
+
21.37734568040257,
|
619 |
+
19.15907517688425,
|
620 |
+
20.0209509776143,
|
621 |
+
16.12131620709804,
|
622 |
+
15.17466573744373,
|
623 |
+
22.91741883252675,
|
624 |
+
24.55639576506256,
|
625 |
+
21.17953811957928,
|
626 |
+
21.15127989660452,
|
627 |
+
16.9690628963407,
|
628 |
+
13.56394702788266,
|
629 |
+
13.29549390962248,
|
630 |
+
14.66601772389813,
|
631 |
+
14.52472660902435,
|
632 |
+
15.27356951785537,
|
633 |
+
13.83240014614284,
|
634 |
+
12.57490922376621,
|
635 |
+
10.80877028784399,
|
636 |
+
13.93130392655448,
|
637 |
+
20.75566477495795,
|
638 |
+
16.16370354156017,
|
639 |
+
17.25164512608826,
|
640 |
+
17.2233869031135,
|
641 |
+
15.52789352462817,
|
642 |
+
13.62046347383217,
|
643 |
+
15.48550619016603,
|
644 |
+
16.92667556187857,
|
645 |
+
17.25164512608826,
|
646 |
+
17.20925779162613,
|
647 |
+
18.84823472416195,
|
648 |
+
17.15274134567661,
|
649 |
+
10.83702851081875,
|
650 |
+
12.33471432848079,
|
651 |
+
19.56881941001821,
|
652 |
+
19.31449540324541,
|
653 |
+
18.1135209268183,
|
654 |
+
17.50596913286106,
|
655 |
+
17.87332603153288,
|
656 |
+
18.05700448086879,
|
657 |
+
18.1135209268183,
|
658 |
+
21.9283810284103,
|
659 |
+
19.54056118704345,
|
660 |
+
13.14007368326133,
|
661 |
+
14.18562793332728,
|
662 |
+
20.09159653505119,
|
663 |
+
17.68964758219697,
|
664 |
+
19.85140163976577,
|
665 |
+
24.9802691096839,
|
666 |
+
23.87819841366843,
|
667 |
+
23.92058574813057,
|
668 |
+
24.04774775151697,
|
669 |
+
22.91741883252675,
|
670 |
+
19.04604228498524,
|
671 |
+
20.11985475802594,
|
672 |
+
25.17807667050719,
|
673 |
+
24.30207175828977,
|
674 |
+
20.84043944388221,
|
675 |
+
20.09159653505119,
|
676 |
+
17.77442225112123,
|
677 |
+
14.9344708421583,
|
678 |
+
18.77758916672506,
|
679 |
+
21.19366723106666,
|
680 |
+
17.76029313963386,
|
681 |
+
21.02411789321812,
|
682 |
+
20.57198632562203,
|
683 |
+
18.33958671061635,
|
684 |
+
15.11814929149421,
|
685 |
+
14.63775950092337,
|
686 |
+
20.17637120397546,
|
687 |
+
20.45895343372301,
|
688 |
+
18.08526270384355,
|
689 |
+
17.61900202476008,
|
690 |
+
16.22021998750968,
|
691 |
+
14.41169371712533,
|
692 |
+
12.58903833525359,
|
693 |
+
15.64092641652719,
|
694 |
+
15.75395930842621,
|
695 |
+
14.56711394348648,
|
696 |
+
21.94251013989768,
|
697 |
+
14.59537216646124,
|
698 |
+
11.19025629800319,
|
699 |
+
13.52155969342053,
|
700 |
+
22.53593282236755,
|
701 |
+
19.56881941001821,
|
702 |
+
16.17783265304755,
|
703 |
+
17.30816157203777,
|
704 |
+
17.87332603153288,
|
705 |
+
9.537150253979995,
|
706 |
+
10.72399561891973,
|
707 |
+
18.89062205862408,
|
708 |
+
17.57661469029795,
|
709 |
+
18.94713850457359
|
710 |
+
],
|
711 |
+
"x_plot": [
|
712 |
+
0.0,
|
713 |
+
103.88888888888889,
|
714 |
+
207.77777777777777,
|
715 |
+
311.66666666666663,
|
716 |
+
415.55555555555554,
|
717 |
+
519.4444444444445,
|
718 |
+
623.3333333333333,
|
719 |
+
727.2222222222222,
|
720 |
+
831.1111111111111,
|
721 |
+
935.0,
|
722 |
+
1038.888888888889,
|
723 |
+
1142.7777777777778,
|
724 |
+
1246.6666666666665,
|
725 |
+
1350.5555555555554,
|
726 |
+
1454.4444444444443,
|
727 |
+
1558.3333333333333,
|
728 |
+
1662.2222222222222,
|
729 |
+
1766.111111111111,
|
730 |
+
1870.0,
|
731 |
+
1973.888888888889,
|
732 |
+
2077.777777777778,
|
733 |
+
2181.6666666666665,
|
734 |
+
2285.5555555555557,
|
735 |
+
2389.4444444444443,
|
736 |
+
2493.333333333333,
|
737 |
+
2597.222222222222,
|
738 |
+
2701.111111111111,
|
739 |
+
2805.0,
|
740 |
+
2908.8888888888887,
|
741 |
+
3012.777777777778,
|
742 |
+
3116.6666666666665,
|
743 |
+
3220.5555555555557,
|
744 |
+
3324.4444444444443,
|
745 |
+
3428.333333333333,
|
746 |
+
3532.222222222222,
|
747 |
+
3636.111111111111,
|
748 |
+
3740.0,
|
749 |
+
3843.8888888888887,
|
750 |
+
3947.777777777778,
|
751 |
+
4051.6666666666665,
|
752 |
+
4155.555555555556,
|
753 |
+
4259.444444444444,
|
754 |
+
4363.333333333333,
|
755 |
+
4467.222222222222,
|
756 |
+
4571.111111111111,
|
757 |
+
4675.0,
|
758 |
+
4778.888888888889,
|
759 |
+
4882.777777777777,
|
760 |
+
4986.666666666666,
|
761 |
+
5090.555555555556,
|
762 |
+
5194.444444444444,
|
763 |
+
5298.333333333333,
|
764 |
+
5402.222222222222,
|
765 |
+
5506.111111111111,
|
766 |
+
5610.0,
|
767 |
+
5713.888888888889,
|
768 |
+
5817.777777777777,
|
769 |
+
5921.666666666666,
|
770 |
+
6025.555555555556,
|
771 |
+
6129.444444444444,
|
772 |
+
6233.333333333333,
|
773 |
+
6337.222222222222,
|
774 |
+
6441.111111111111,
|
775 |
+
6545.0,
|
776 |
+
6648.888888888889,
|
777 |
+
6752.777777777777,
|
778 |
+
6856.666666666666,
|
779 |
+
6960.555555555556,
|
780 |
+
7064.444444444444,
|
781 |
+
7168.333333333333,
|
782 |
+
7272.222222222222,
|
783 |
+
7376.111111111111,
|
784 |
+
7480.0,
|
785 |
+
7583.888888888889,
|
786 |
+
7687.777777777777,
|
787 |
+
7791.666666666666,
|
788 |
+
7895.555555555556,
|
789 |
+
7999.444444444444,
|
790 |
+
8103.333333333333,
|
791 |
+
8207.222222222223,
|
792 |
+
8311.111111111111,
|
793 |
+
8415.0,
|
794 |
+
8518.888888888889,
|
795 |
+
8622.777777777777,
|
796 |
+
8726.666666666666,
|
797 |
+
8830.555555555555,
|
798 |
+
8934.444444444443,
|
799 |
+
9038.333333333334,
|
800 |
+
9142.222222222223,
|
801 |
+
9246.111111111111,
|
802 |
+
9350.0,
|
803 |
+
9453.888888888889,
|
804 |
+
9557.777777777777,
|
805 |
+
9661.666666666666,
|
806 |
+
9765.555555555555,
|
807 |
+
9869.444444444443,
|
808 |
+
9973.333333333332,
|
809 |
+
10077.222222222223,
|
810 |
+
10181.111111111111,
|
811 |
+
10285.0
|
812 |
+
]
|
813 |
+
},
|
814 |
+
"fb": {
|
815 |
+
"K": 242.26162962704848,
|
816 |
+
"b": 2.802246133590496e-08,
|
817 |
+
"a": 0.04688416867052796,
|
818 |
+
"x0": 434.95055673902374,
|
819 |
+
"power": 3.0,
|
820 |
+
"x": [
|
821 |
+
0.0,
|
822 |
+
0.0,
|
823 |
+
0.0,
|
824 |
+
71222.0,
|
825 |
+
447049.0,
|
826 |
+
466968.0,
|
827 |
+
458194.0,
|
828 |
+
465035.0,
|
829 |
+
491318.0,
|
830 |
+
531777.0,
|
831 |
+
505051.0,
|
832 |
+
496477.0,
|
833 |
+
473344.0,
|
834 |
+
451666.0,
|
835 |
+
417022.0,
|
836 |
+
500698.0,
|
837 |
+
510646.0,
|
838 |
+
496985.0,
|
839 |
+
459170.0,
|
840 |
+
428941.0,
|
841 |
+
452299.0,
|
842 |
+
422486.0,
|
843 |
+
445323.0,
|
844 |
+
482276.0,
|
845 |
+
443022.0,
|
846 |
+
457480.0,
|
847 |
+
463541.0,
|
848 |
+
454529.0,
|
849 |
+
371114.0,
|
850 |
+
381354.0,
|
851 |
+
432378.0,
|
852 |
+
369655.0,
|
853 |
+
370611.0,
|
854 |
+
373163.0,
|
855 |
+
376062.0,
|
856 |
+
395443.0,
|
857 |
+
447616.0,
|
858 |
+
462829.0,
|
859 |
+
467506.0,
|
860 |
+
304157.0,
|
861 |
+
296566.0,
|
862 |
+
148136.0,
|
863 |
+
81141.0,
|
864 |
+
91894.0,
|
865 |
+
94909.0,
|
866 |
+
83703.0,
|
867 |
+
79934.0,
|
868 |
+
73497.0,
|
869 |
+
71059.0,
|
870 |
+
78070.0,
|
871 |
+
87783.0,
|
872 |
+
83332.0,
|
873 |
+
81509.0,
|
874 |
+
70449.0,
|
875 |
+
83228.0,
|
876 |
+
81485.0,
|
877 |
+
95076.0,
|
878 |
+
104824.0,
|
879 |
+
93345.0,
|
880 |
+
103236.0,
|
881 |
+
85048.0,
|
882 |
+
88155.0,
|
883 |
+
82718.0,
|
884 |
+
91104.0,
|
885 |
+
107408.0,
|
886 |
+
97545.0,
|
887 |
+
96184.0,
|
888 |
+
93678.0,
|
889 |
+
88510.0,
|
890 |
+
86731.0,
|
891 |
+
79083.0,
|
892 |
+
76854.0,
|
893 |
+
74199.0,
|
894 |
+
81283.0,
|
895 |
+
77100.0,
|
896 |
+
100995.0,
|
897 |
+
109134.0,
|
898 |
+
133376.0,
|
899 |
+
143181.0,
|
900 |
+
158849.0,
|
901 |
+
154093.0,
|
902 |
+
98000.0,
|
903 |
+
72289.0,
|
904 |
+
71578.0,
|
905 |
+
70416.0,
|
906 |
+
76047.0,
|
907 |
+
77490.0,
|
908 |
+
87772.0,
|
909 |
+
83143.0,
|
910 |
+
80342.0,
|
911 |
+
80999.0,
|
912 |
+
80531.0,
|
913 |
+
75317.0,
|
914 |
+
74380.0,
|
915 |
+
75119.0,
|
916 |
+
77718.0,
|
917 |
+
84490.0,
|
918 |
+
72269.0,
|
919 |
+
77696.0,
|
920 |
+
76069.0,
|
921 |
+
77018.0,
|
922 |
+
75193.0,
|
923 |
+
64233.0,
|
924 |
+
57353.0,
|
925 |
+
55883.0,
|
926 |
+
58461.0,
|
927 |
+
60219.0,
|
928 |
+
59192.0,
|
929 |
+
59832.0,
|
930 |
+
54703.0,
|
931 |
+
53243.0,
|
932 |
+
48420.0,
|
933 |
+
47011.0,
|
934 |
+
47199.0,
|
935 |
+
48718.0,
|
936 |
+
51382.0,
|
937 |
+
51328.0,
|
938 |
+
56664.0,
|
939 |
+
52728.0,
|
940 |
+
50765.0,
|
941 |
+
47622.0,
|
942 |
+
37686.0,
|
943 |
+
40485.0,
|
944 |
+
37941.0,
|
945 |
+
37610.0,
|
946 |
+
39005.0,
|
947 |
+
39877.0,
|
948 |
+
36969.0,
|
949 |
+
38860.0,
|
950 |
+
37702.0,
|
951 |
+
34586.0,
|
952 |
+
33014.0,
|
953 |
+
38229.0,
|
954 |
+
37434.0,
|
955 |
+
38966.0,
|
956 |
+
35898.0,
|
957 |
+
36297.0,
|
958 |
+
36332.0,
|
959 |
+
36101.0,
|
960 |
+
37104.0,
|
961 |
+
35408.0,
|
962 |
+
29781.0,
|
963 |
+
31459.0,
|
964 |
+
32403.0,
|
965 |
+
36205.0,
|
966 |
+
34912.0
|
967 |
+
],
|
968 |
+
"y": [
|
969 |
+
0.0,
|
970 |
+
0.0,
|
971 |
+
0.0,
|
972 |
+
0.0,
|
973 |
+
3.590450597960221,
|
974 |
+
25.94760703477921,
|
975 |
+
48.1910642729463,
|
976 |
+
68.88003288235626,
|
977 |
+
88.87942223852532,
|
978 |
+
109.2038233555258,
|
979 |
+
130.5516275772568,
|
980 |
+
149.4847277988883,
|
981 |
+
167.0389396626225,
|
982 |
+
182.5492578200502,
|
983 |
+
196.1912265622271,
|
984 |
+
207.4046200691746,
|
985 |
+
222.2756267941914,
|
986 |
+
236.9045827554,
|
987 |
+
250.1134112181925,
|
988 |
+
260.7554646901013,
|
989 |
+
269.3415081125232,
|
990 |
+
278.6757751994809,
|
991 |
+
286.0403929898681,
|
992 |
+
294.1880410222067,
|
993 |
+
303.79118499033,
|
994 |
+
310.9352951801656,
|
995 |
+
318.4510580046966,
|
996 |
+
325.896580427102,
|
997 |
+
332.515512881699,
|
998 |
+
334.5983733782925,
|
999 |
+
337.0933107557473,
|
1000 |
+
342.0357282631544,
|
1001 |
+
343.5690267365343,
|
1002 |
+
345.0738542540032,
|
1003 |
+
346.6320920752199,
|
1004 |
+
348.2585626837545,
|
1005 |
+
350.7807466751626,
|
1006 |
+
355.806971968915,
|
1007 |
+
361.3488052777919,
|
1008 |
+
366.8493243136971,
|
1009 |
+
363.8400512479349,
|
1010 |
+
360.5985635831072,
|
1011 |
+
350.0364822740121,
|
1012 |
+
336.6251463798096,
|
1013 |
+
324.4264585933926,
|
1014 |
+
312.9896976782944,
|
1015 |
+
301.5598568145008,
|
1016 |
+
290.5115047883745,
|
1017 |
+
279.6910676747917,
|
1018 |
+
269.2887477166854,
|
1019 |
+
259.7599829907421,
|
1020 |
+
251.1973092299997,
|
1021 |
+
242.8383848994596,
|
1022 |
+
234.8055055268454,
|
1023 |
+
226.6167122950357,
|
1024 |
+
219.4815749528266,
|
1025 |
+
212.6153261871401,
|
1026 |
+
206.7775407130821,
|
1027 |
+
201.7230616651366,
|
1028 |
+
196.3426260717929,
|
1029 |
+
191.7298383408497,
|
1030 |
+
186.4307947186504,
|
1031 |
+
181.553333672774,
|
1032 |
+
176.6456550905938,
|
1033 |
+
172.4061163095072,
|
1034 |
+
169.2004733485672,
|
1035 |
+
165.6578979917455,
|
1036 |
+
162.2238405344401,
|
1037 |
+
158.8351532269863,
|
1038 |
+
155.3553705512518,
|
1039 |
+
151.9598938831103,
|
1040 |
+
148.348639306313,
|
1041 |
+
144.8055788870875,
|
1042 |
+
141.3058273628849,
|
1043 |
+
138.3381827324622,
|
1044 |
+
135.3080465185699,
|
1045 |
+
133.6340142488177,
|
1046 |
+
132.4539876757971,
|
1047 |
+
132.5550525636304,
|
1048 |
+
133.145354849191,
|
1049 |
+
134.4959988058606,
|
1050 |
+
135.5393506163115,
|
1051 |
+
133.7027689016778,
|
1052 |
+
130.6618707654303,
|
1053 |
+
127.7371745327778,
|
1054 |
+
124.900134251366,
|
1055 |
+
122.4888165200547,
|
1056 |
+
120.2708093358471,
|
1057 |
+
118.6820397247477,
|
1058 |
+
116.9393509825389,
|
1059 |
+
115.1425923848781,
|
1060 |
+
113.4687924669088,
|
1061 |
+
111.8550896819607,
|
1062 |
+
110.059223345999,
|
1063 |
+
108.3059141889808,
|
1064 |
+
106.6775250318354,
|
1065 |
+
105.2615763808765,
|
1066 |
+
104.2578159047837,
|
1067 |
+
102.6881571763776,
|
1068 |
+
101.470567851988,
|
1069 |
+
100.2318375068491,
|
1070 |
+
99.10288476202392,
|
1071 |
+
97.93837757163864,
|
1072 |
+
96.27957912296289,
|
1073 |
+
94.3568853475849,
|
1074 |
+
92.4562204737331,
|
1075 |
+
90.78055123779956,
|
1076 |
+
89.27728993575298,
|
1077 |
+
87.79741847193914,
|
1078 |
+
86.42380432542167,
|
1079 |
+
84.86030722448318,
|
1080 |
+
83.30138331235052,
|
1081 |
+
81.57726803672813,
|
1082 |
+
79.8683278757542,
|
1083 |
+
78.25431219766001,
|
1084 |
+
76.79757328362136,
|
1085 |
+
75.54796915012453,
|
1086 |
+
74.3581229698936,
|
1087 |
+
73.49676806515531,
|
1088 |
+
72.48005887940403,
|
1089 |
+
71.41522620031617,
|
1090 |
+
70.24518992436371,
|
1091 |
+
68.63276083496828,
|
1092 |
+
67.24205666840477,
|
1093 |
+
65.79263932734936,
|
1094 |
+
64.39900644819208,
|
1095 |
+
63.14538009272301,
|
1096 |
+
61.99839440637137,
|
1097 |
+
60.76215961705715,
|
1098 |
+
59.68306584862088,
|
1099 |
+
58.59954955661522,
|
1100 |
+
57.41312497509531,
|
1101 |
+
56.20677380119183,
|
1102 |
+
55.32363928834463,
|
1103 |
+
54.44458388150852,
|
1104 |
+
53.68671258246719,
|
1105 |
+
52.81207052507133,
|
1106 |
+
52.00127499851114,
|
1107 |
+
51.23278367178474,
|
1108 |
+
50.49107171625653,
|
1109 |
+
49.83700869497033,
|
1110 |
+
49.1301499028684,
|
1111 |
+
48.17496516274243,
|
1112 |
+
47.35213116369984,
|
1113 |
+
46.61802788716525,
|
1114 |
+
46.11229657928517
|
1115 |
+
],
|
1116 |
+
"x_plot": [
|
1117 |
+
0.0,
|
1118 |
+
26857.424242424244,
|
1119 |
+
53714.84848484849,
|
1120 |
+
80572.27272727274,
|
1121 |
+
107429.69696969698,
|
1122 |
+
134287.12121212122,
|
1123 |
+
161144.54545454547,
|
1124 |
+
188001.9696969697,
|
1125 |
+
214859.39393939395,
|
1126 |
+
241716.8181818182,
|
1127 |
+
268574.24242424243,
|
1128 |
+
295431.6666666667,
|
1129 |
+
322289.09090909094,
|
1130 |
+
349146.5151515152,
|
1131 |
+
376003.9393939394,
|
1132 |
+
402861.36363636365,
|
1133 |
+
429718.7878787879,
|
1134 |
+
456576.21212121216,
|
1135 |
+
483433.6363636364,
|
1136 |
+
510291.0606060606,
|
1137 |
+
537148.4848484849,
|
1138 |
+
564005.9090909092,
|
1139 |
+
590863.3333333334,
|
1140 |
+
617720.7575757576,
|
1141 |
+
644578.1818181819,
|
1142 |
+
671435.6060606061,
|
1143 |
+
698293.0303030304,
|
1144 |
+
725150.4545454546,
|
1145 |
+
752007.8787878788,
|
1146 |
+
778865.3030303031,
|
1147 |
+
805722.7272727273,
|
1148 |
+
832580.1515151516,
|
1149 |
+
859437.5757575758,
|
1150 |
+
886295.0,
|
1151 |
+
913152.4242424243,
|
1152 |
+
940009.8484848485,
|
1153 |
+
966867.2727272728,
|
1154 |
+
993724.696969697,
|
1155 |
+
1020582.1212121212,
|
1156 |
+
1047439.5454545455,
|
1157 |
+
1074296.9696969697,
|
1158 |
+
1101154.393939394,
|
1159 |
+
1128011.8181818184,
|
1160 |
+
1154869.2424242424,
|
1161 |
+
1181726.6666666667,
|
1162 |
+
1208584.090909091,
|
1163 |
+
1235441.5151515151,
|
1164 |
+
1262298.9393939395,
|
1165 |
+
1289156.3636363638,
|
1166 |
+
1316013.7878787878,
|
1167 |
+
1342871.2121212122,
|
1168 |
+
1369728.6363636365,
|
1169 |
+
1396586.0606060608,
|
1170 |
+
1423443.4848484849,
|
1171 |
+
1450300.9090909092,
|
1172 |
+
1477158.3333333335,
|
1173 |
+
1504015.7575757576,
|
1174 |
+
1530873.1818181819,
|
1175 |
+
1557730.6060606062,
|
1176 |
+
1584588.0303030303,
|
1177 |
+
1611445.4545454546,
|
1178 |
+
1638302.878787879,
|
1179 |
+
1665160.3030303032,
|
1180 |
+
1692017.7272727273,
|
1181 |
+
1718875.1515151516,
|
1182 |
+
1745732.575757576,
|
1183 |
+
1772590.0,
|
1184 |
+
1799447.4242424243,
|
1185 |
+
1826304.8484848486,
|
1186 |
+
1853162.272727273,
|
1187 |
+
1880019.696969697,
|
1188 |
+
1906877.1212121213,
|
1189 |
+
1933734.5454545456,
|
1190 |
+
1960591.9696969697,
|
1191 |
+
1987449.393939394,
|
1192 |
+
2014306.8181818184,
|
1193 |
+
2041164.2424242424,
|
1194 |
+
2068021.6666666667,
|
1195 |
+
2094879.090909091,
|
1196 |
+
2121736.515151515,
|
1197 |
+
2148593.9393939395,
|
1198 |
+
2175451.3636363638,
|
1199 |
+
2202308.787878788,
|
1200 |
+
2229166.2121212124,
|
1201 |
+
2256023.6363636367,
|
1202 |
+
2282881.0606060605,
|
1203 |
+
2309738.484848485,
|
1204 |
+
2336595.909090909,
|
1205 |
+
2363453.3333333335,
|
1206 |
+
2390310.757575758,
|
1207 |
+
2417168.181818182,
|
1208 |
+
2444025.606060606,
|
1209 |
+
2470883.0303030303,
|
1210 |
+
2497740.4545454546,
|
1211 |
+
2524597.878787879,
|
1212 |
+
2551455.303030303,
|
1213 |
+
2578312.7272727275,
|
1214 |
+
2605170.151515152,
|
1215 |
+
2632027.5757575757,
|
1216 |
+
2658885.0
|
1217 |
+
]
|
1218 |
+
},
|
1219 |
+
"pmax": {
|
1220 |
+
"K": 7651.602571422208,
|
1221 |
+
"b": 0.002254718499842701,
|
1222 |
+
"a": 0.06638601056728924,
|
1223 |
+
"x0": 142.0183808375644,
|
1224 |
+
"power": 2.0,
|
1225 |
+
"x": [
|
1226 |
+
0.0,
|
1227 |
+
0.0,
|
1228 |
+
0.0,
|
1229 |
+
0.0,
|
1230 |
+
0.0,
|
1231 |
+
0.0,
|
1232 |
+
0.0,
|
1233 |
+
0.0,
|
1234 |
+
0.0,
|
1235 |
+
0.0,
|
1236 |
+
0.0,
|
1237 |
+
0.0,
|
1238 |
+
0.0,
|
1239 |
+
0.0,
|
1240 |
+
0.0,
|
1241 |
+
0.0,
|
1242 |
+
0.0,
|
1243 |
+
0.0,
|
1244 |
+
0.0,
|
1245 |
+
704.0,
|
1246 |
+
14230.0,
|
1247 |
+
1545.0,
|
1248 |
+
947.0,
|
1249 |
+
1415.0,
|
1250 |
+
1132.0,
|
1251 |
+
1396.0,
|
1252 |
+
1269.0,
|
1253 |
+
1342.0,
|
1254 |
+
1825.0,
|
1255 |
+
1748.0,
|
1256 |
+
1459.0,
|
1257 |
+
1352.0,
|
1258 |
+
1343.0,
|
1259 |
+
1450.0,
|
1260 |
+
1766.0,
|
1261 |
+
850.0,
|
1262 |
+
1271.0,
|
1263 |
+
974.0,
|
1264 |
+
752.0,
|
1265 |
+
975.0,
|
1266 |
+
2171.0,
|
1267 |
+
4303.0,
|
1268 |
+
1884.0,
|
1269 |
+
1376.0,
|
1270 |
+
1023.0,
|
1271 |
+
1527.0,
|
1272 |
+
1371.0,
|
1273 |
+
3569.0,
|
1274 |
+
2707.0,
|
1275 |
+
3453.0,
|
1276 |
+
3923.0,
|
1277 |
+
2487.0,
|
1278 |
+
2815.0,
|
1279 |
+
2011.0,
|
1280 |
+
2146.0,
|
1281 |
+
2317.0,
|
1282 |
+
2364.0,
|
1283 |
+
2921.0,
|
1284 |
+
1756.0,
|
1285 |
+
3130.0,
|
1286 |
+
2436.0,
|
1287 |
+
2158.0,
|
1288 |
+
2166.0,
|
1289 |
+
1762.0,
|
1290 |
+
2033.0,
|
1291 |
+
1781.0,
|
1292 |
+
1620.0,
|
1293 |
+
1273.0,
|
1294 |
+
74.0,
|
1295 |
+
1454.0,
|
1296 |
+
794.0,
|
1297 |
+
676.0,
|
1298 |
+
1387.0,
|
1299 |
+
684.0,
|
1300 |
+
1318.0,
|
1301 |
+
1047.0,
|
1302 |
+
940.0,
|
1303 |
+
1284.0,
|
1304 |
+
1110.0,
|
1305 |
+
1622.0,
|
1306 |
+
0.0,
|
1307 |
+
0.0,
|
1308 |
+
507.0,
|
1309 |
+
953.0,
|
1310 |
+
2196.0,
|
1311 |
+
1002.0,
|
1312 |
+
933.0,
|
1313 |
+
1203.0,
|
1314 |
+
1111.0,
|
1315 |
+
1184.0,
|
1316 |
+
1261.0,
|
1317 |
+
1022.0,
|
1318 |
+
1248.0,
|
1319 |
+
1196.0,
|
1320 |
+
1305.0,
|
1321 |
+
1129.0,
|
1322 |
+
826.0,
|
1323 |
+
1081.0,
|
1324 |
+
1275.0,
|
1325 |
+
1253.0,
|
1326 |
+
1196.0,
|
1327 |
+
388.0,
|
1328 |
+
1103.0,
|
1329 |
+
703.0,
|
1330 |
+
743.0,
|
1331 |
+
655.0,
|
1332 |
+
624.0,
|
1333 |
+
490.0,
|
1334 |
+
660.0,
|
1335 |
+
716.0,
|
1336 |
+
642.0,
|
1337 |
+
746.0,
|
1338 |
+
812.0,
|
1339 |
+
831.0,
|
1340 |
+
598.0,
|
1341 |
+
575.0,
|
1342 |
+
804.0,
|
1343 |
+
0.0,
|
1344 |
+
0.0,
|
1345 |
+
589.0,
|
1346 |
+
682.0,
|
1347 |
+
802.0,
|
1348 |
+
588.0,
|
1349 |
+
456.0,
|
1350 |
+
686.0,
|
1351 |
+
353.0,
|
1352 |
+
417.0,
|
1353 |
+
539.0,
|
1354 |
+
405.0,
|
1355 |
+
388.0,
|
1356 |
+
404.0,
|
1357 |
+
233.0,
|
1358 |
+
269.0,
|
1359 |
+
295.0,
|
1360 |
+
304.0,
|
1361 |
+
279.0,
|
1362 |
+
227.0,
|
1363 |
+
272.0,
|
1364 |
+
241.0,
|
1365 |
+
249.0,
|
1366 |
+
263.0,
|
1367 |
+
248.0,
|
1368 |
+
238.0,
|
1369 |
+
270.0,
|
1370 |
+
339.0,
|
1371 |
+
327.0
|
1372 |
+
],
|
1373 |
+
"y": [
|
1374 |
+
0.0,
|
1375 |
+
0.0,
|
1376 |
+
0.0,
|
1377 |
+
0.0,
|
1378 |
+
0.0,
|
1379 |
+
0.0,
|
1380 |
+
0.0,
|
1381 |
+
0.0,
|
1382 |
+
0.0,
|
1383 |
+
0.0,
|
1384 |
+
0.0,
|
1385 |
+
0.0,
|
1386 |
+
0.0,
|
1387 |
+
0.0,
|
1388 |
+
0.0,
|
1389 |
+
0.0,
|
1390 |
+
0.0,
|
1391 |
+
0.0,
|
1392 |
+
0.0,
|
1393 |
+
381.752377570106,
|
1394 |
+
7716.386836395751,
|
1395 |
+
837.7946354343946,
|
1396 |
+
513.5220192597875,
|
1397 |
+
767.3005884399148,
|
1398 |
+
613.8404707519318,
|
1399 |
+
756.9976123407216,
|
1400 |
+
688.1303510461145,
|
1401 |
+
727.7154697430145,
|
1402 |
+
989.6279674225049,
|
1403 |
+
947.8738011257747,
|
1404 |
+
791.1601120380465,
|
1405 |
+
733.13808874259,
|
1406 |
+
728.2577316429721,
|
1407 |
+
786.2797549384286,
|
1408 |
+
957.6345153250103,
|
1409 |
+
460.9226149639064,
|
1410 |
+
689.2148748460295,
|
1411 |
+
528.1630905586411,
|
1412 |
+
407.7809487680678,
|
1413 |
+
528.7053524585986,
|
1414 |
+
1177.250584807813,
|
1415 |
+
2333.352955517282,
|
1416 |
+
1021.62141952,
|
1417 |
+
746.1523743415709,
|
1418 |
+
554.7339236565604,
|
1419 |
+
828.0339212351589,
|
1420 |
+
743.4410648417831,
|
1421 |
+
1935.33272094845,
|
1422 |
+
1467.902963185053,
|
1423 |
+
1872.430340553375,
|
1424 |
+
2127.293433533418,
|
1425 |
+
1348.605345194394,
|
1426 |
+
1526.467248380467,
|
1427 |
+
1090.488680814607,
|
1428 |
+
1163.694037308874,
|
1429 |
+
1256.420822201613,
|
1430 |
+
1281.907131499617,
|
1431 |
+
1583.947009775965,
|
1432 |
+
952.2118963254349,
|
1433 |
+
1697.279746867091,
|
1434 |
+
1320.94998829656,
|
1435 |
+
1170.201180108365,
|
1436 |
+
1174.539275308025,
|
1437 |
+
955.4654677251801,
|
1438 |
+
1102.418442613673,
|
1439 |
+
965.7684438243733,
|
1440 |
+
878.4642779312098,
|
1441 |
+
690.2993986459446,
|
1442 |
+
40.12738059685774,
|
1443 |
+
788.4488025382587,
|
1444 |
+
430.5559485662844,
|
1445 |
+
366.569044371295,
|
1446 |
+
752.1172552411037,
|
1447 |
+
370.9071395709553,
|
1448 |
+
714.7011841440337,
|
1449 |
+
567.7482092555413,
|
1450 |
+
509.7261859600847,
|
1451 |
+
696.2642795454775,
|
1452 |
+
601.9107089528661,
|
1453 |
+
879.548801731125,
|
1454 |
+
0.0,
|
1455 |
+
0.0,
|
1456 |
+
274.9267832784712,
|
1457 |
+
516.7755906595327,
|
1458 |
+
1190.807132306751,
|
1459 |
+
543.346423757452,
|
1460 |
+
505.930352660382,
|
1461 |
+
652.3410656489169,
|
1462 |
+
602.4529708528236,
|
1463 |
+
642.0380895497238,
|
1464 |
+
683.7922558464542,
|
1465 |
+
554.1916617566028,
|
1466 |
+
676.7428511470061,
|
1467 |
+
648.5452323492143,
|
1468 |
+
707.6517794445857,
|
1469 |
+
612.2136850520592,
|
1470 |
+
447.9083293649255,
|
1471 |
+
586.1851138540975,
|
1472 |
+
691.3839224458596,
|
1473 |
+
679.4541606467938,
|
1474 |
+
648.5452323492143,
|
1475 |
+
210.3976171835243,
|
1476 |
+
598.1148756531633,
|
1477 |
+
381.2101156701485,
|
1478 |
+
402.90059166845,
|
1479 |
+
355.1815444721867,
|
1480 |
+
338.3714255735031,
|
1481 |
+
265.7083309791931,
|
1482 |
+
357.8928539719744,
|
1483 |
+
388.2595203695964,
|
1484 |
+
348.1321397727388,
|
1485 |
+
404.5273773683226,
|
1486 |
+
440.31666276552,
|
1487 |
+
450.6196388647132,
|
1488 |
+
324.2726161746072,
|
1489 |
+
311.8005924755838,
|
1490 |
+
435.9785675658597,
|
1491 |
+
0.0,
|
1492 |
+
0.0,
|
1493 |
+
319.3922590749893,
|
1494 |
+
369.8226157710402,
|
1495 |
+
434.8940437659447,
|
1496 |
+
318.8499971750317,
|
1497 |
+
247.2714263806368,
|
1498 |
+
371.9916633708704,
|
1499 |
+
191.4184506850106,
|
1500 |
+
226.1232122822929,
|
1501 |
+
292.2791640771125,
|
1502 |
+
219.6160694828025,
|
1503 |
+
210.3976171835243,
|
1504 |
+
219.0738075828449,
|
1505 |
+
126.3470226901061,
|
1506 |
+
145.8684510885775,
|
1507 |
+
159.9672604874734,
|
1508 |
+
164.8476175870912,
|
1509 |
+
151.2910700881528,
|
1510 |
+
123.0934512903609,
|
1511 |
+
147.4952367884501,
|
1512 |
+
130.6851178897664,
|
1513 |
+
135.0232130894267,
|
1514 |
+
142.6148796888322,
|
1515 |
+
134.4809511894692,
|
1516 |
+
129.0583321898938,
|
1517 |
+
146.410712988535,
|
1518 |
+
183.826784085605,
|
1519 |
+
177.3196412861146
|
1520 |
+
],
|
1521 |
+
"x_plot": [
|
1522 |
+
0.0,
|
1523 |
+
718.6868686868687,
|
1524 |
+
1437.3737373737374,
|
1525 |
+
2156.060606060606,
|
1526 |
+
2874.747474747475,
|
1527 |
+
3593.4343434343436,
|
1528 |
+
4312.121212121212,
|
1529 |
+
5030.808080808081,
|
1530 |
+
5749.49494949495,
|
1531 |
+
6468.181818181818,
|
1532 |
+
7186.868686868687,
|
1533 |
+
7905.555555555556,
|
1534 |
+
8624.242424242424,
|
1535 |
+
9342.929292929293,
|
1536 |
+
10061.616161616163,
|
1537 |
+
10780.30303030303,
|
1538 |
+
11498.9898989899,
|
1539 |
+
12217.676767676769,
|
1540 |
+
12936.363636363636,
|
1541 |
+
13655.050505050505,
|
1542 |
+
14373.737373737375,
|
1543 |
+
15092.424242424242,
|
1544 |
+
15811.111111111111,
|
1545 |
+
16529.79797979798,
|
1546 |
+
17248.484848484848,
|
1547 |
+
17967.171717171717,
|
1548 |
+
18685.858585858587,
|
1549 |
+
19404.545454545456,
|
1550 |
+
20123.232323232325,
|
1551 |
+
20841.91919191919,
|
1552 |
+
21560.60606060606,
|
1553 |
+
22279.29292929293,
|
1554 |
+
22997.9797979798,
|
1555 |
+
23716.666666666668,
|
1556 |
+
24435.353535353537,
|
1557 |
+
25154.040404040406,
|
1558 |
+
25872.727272727272,
|
1559 |
+
26591.41414141414,
|
1560 |
+
27310.10101010101,
|
1561 |
+
28028.78787878788,
|
1562 |
+
28747.47474747475,
|
1563 |
+
29466.16161616162,
|
1564 |
+
30184.848484848484,
|
1565 |
+
30903.535353535353,
|
1566 |
+
31622.222222222223,
|
1567 |
+
32340.909090909092,
|
1568 |
+
33059.59595959596,
|
1569 |
+
33778.28282828283,
|
1570 |
+
34496.969696969696,
|
1571 |
+
35215.656565656565,
|
1572 |
+
35934.343434343435,
|
1573 |
+
36653.030303030304,
|
1574 |
+
37371.71717171717,
|
1575 |
+
38090.40404040404,
|
1576 |
+
38809.09090909091,
|
1577 |
+
39527.77777777778,
|
1578 |
+
40246.46464646465,
|
1579 |
+
40965.15151515152,
|
1580 |
+
41683.83838383838,
|
1581 |
+
42402.52525252525,
|
1582 |
+
43121.21212121212,
|
1583 |
+
43839.89898989899,
|
1584 |
+
44558.58585858586,
|
1585 |
+
45277.27272727273,
|
1586 |
+
45995.9595959596,
|
1587 |
+
46714.64646464647,
|
1588 |
+
47433.333333333336,
|
1589 |
+
48152.020202020205,
|
1590 |
+
48870.707070707074,
|
1591 |
+
49589.39393939394,
|
1592 |
+
50308.08080808081,
|
1593 |
+
51026.767676767675,
|
1594 |
+
51745.454545454544,
|
1595 |
+
52464.14141414141,
|
1596 |
+
53182.82828282828,
|
1597 |
+
53901.51515151515,
|
1598 |
+
54620.20202020202,
|
1599 |
+
55338.88888888889,
|
1600 |
+
56057.57575757576,
|
1601 |
+
56776.26262626263,
|
1602 |
+
57494.9494949495,
|
1603 |
+
58213.63636363637,
|
1604 |
+
58932.32323232324,
|
1605 |
+
59651.010101010106,
|
1606 |
+
60369.69696969697,
|
1607 |
+
61088.38383838384,
|
1608 |
+
61807.07070707071,
|
1609 |
+
62525.757575757576,
|
1610 |
+
63244.444444444445,
|
1611 |
+
63963.131313131315,
|
1612 |
+
64681.818181818184,
|
1613 |
+
65400.50505050505,
|
1614 |
+
66119.19191919192,
|
1615 |
+
66837.87878787878,
|
1616 |
+
67556.56565656565,
|
1617 |
+
68275.25252525252,
|
1618 |
+
68993.93939393939,
|
1619 |
+
69712.62626262626,
|
1620 |
+
70431.31313131313,
|
1621 |
+
71150.0
|
1622 |
+
]
|
1623 |
+
},
|
1624 |
+
"programmatic": {
|
1625 |
+
"K": 5710.756544586472,
|
1626 |
+
"b": 0.4297657827540532,
|
1627 |
+
"a": 0.04463079342272655,
|
1628 |
+
"x0": 77.91484337590343,
|
1629 |
+
"power": 2.0,
|
1630 |
+
"x": [
|
1631 |
+
263.0,
|
1632 |
+
3785.0,
|
1633 |
+
4016.0,
|
1634 |
+
4023.0,
|
1635 |
+
5833.0,
|
1636 |
+
5909.0,
|
1637 |
+
5959.0,
|
1638 |
+
5712.0,
|
1639 |
+
6454.0,
|
1640 |
+
7058.0,
|
1641 |
+
6293.0,
|
1642 |
+
6248.0,
|
1643 |
+
6681.0,
|
1644 |
+
7010.0,
|
1645 |
+
7327.0,
|
1646 |
+
9054.0,
|
1647 |
+
9120.0,
|
1648 |
+
8781.0,
|
1649 |
+
9196.0,
|
1650 |
+
7727.0,
|
1651 |
+
8428.0,
|
1652 |
+
7967.0,
|
1653 |
+
8901.0,
|
1654 |
+
9626.0,
|
1655 |
+
8511.0,
|
1656 |
+
8684.0,
|
1657 |
+
10803.0,
|
1658 |
+
11866.0,
|
1659 |
+
9866.0,
|
1660 |
+
11697.0,
|
1661 |
+
10620.0,
|
1662 |
+
9488.0,
|
1663 |
+
9671.0,
|
1664 |
+
9886.0,
|
1665 |
+
10290.0,
|
1666 |
+
10633.0,
|
1667 |
+
11688.0,
|
1668 |
+
11388.0,
|
1669 |
+
8344.0,
|
1670 |
+
8541.0,
|
1671 |
+
9479.0,
|
1672 |
+
10156.0,
|
1673 |
+
8662.0,
|
1674 |
+
8416.0,
|
1675 |
+
8793.0,
|
1676 |
+
8179.0,
|
1677 |
+
7994.0,
|
1678 |
+
7783.0,
|
1679 |
+
7077.0,
|
1680 |
+
6860.0,
|
1681 |
+
7380.0,
|
1682 |
+
7379.0,
|
1683 |
+
7260.0,
|
1684 |
+
6287.0,
|
1685 |
+
7212.0,
|
1686 |
+
7188.0,
|
1687 |
+
147.0,
|
1688 |
+
146.0,
|
1689 |
+
1535.0,
|
1690 |
+
9246.0,
|
1691 |
+
9437.0,
|
1692 |
+
8714.0,
|
1693 |
+
8768.0,
|
1694 |
+
7992.0,
|
1695 |
+
7454.0,
|
1696 |
+
7463.0,
|
1697 |
+
7282.0,
|
1698 |
+
8123.0,
|
1699 |
+
34.0,
|
1700 |
+
0.0,
|
1701 |
+
0.0,
|
1702 |
+
0.0,
|
1703 |
+
0.0,
|
1704 |
+
0.0,
|
1705 |
+
0.0,
|
1706 |
+
0.0,
|
1707 |
+
0.0,
|
1708 |
+
1.0,
|
1709 |
+
0.0,
|
1710 |
+
1.0,
|
1711 |
+
0.0,
|
1712 |
+
1.0,
|
1713 |
+
0.0,
|
1714 |
+
14.0,
|
1715 |
+
501.0,
|
1716 |
+
752.0,
|
1717 |
+
3830.0,
|
1718 |
+
3747.0,
|
1719 |
+
4032.0,
|
1720 |
+
3629.0,
|
1721 |
+
3764.0,
|
1722 |
+
2942.0,
|
1723 |
+
3460.0,
|
1724 |
+
3506.0,
|
1725 |
+
4312.0,
|
1726 |
+
3988.0,
|
1727 |
+
1857.0,
|
1728 |
+
1719.0,
|
1729 |
+
1802.0,
|
1730 |
+
1591.0,
|
1731 |
+
1693.0,
|
1732 |
+
1761.0,
|
1733 |
+
1622.0,
|
1734 |
+
1635.0,
|
1735 |
+
1731.0,
|
1736 |
+
2035.0,
|
1737 |
+
1995.0,
|
1738 |
+
2071.0,
|
1739 |
+
1775.0,
|
1740 |
+
1635.0,
|
1741 |
+
1878.0,
|
1742 |
+
1684.0,
|
1743 |
+
1752.0,
|
1744 |
+
1954.0,
|
1745 |
+
1643.0,
|
1746 |
+
1844.0,
|
1747 |
+
1762.0,
|
1748 |
+
5.0,
|
1749 |
+
471.0,
|
1750 |
+
4591.0,
|
1751 |
+
5529.0,
|
1752 |
+
5995.0,
|
1753 |
+
4108.0,
|
1754 |
+
3795.0,
|
1755 |
+
3738.0,
|
1756 |
+
3366.0,
|
1757 |
+
3327.0,
|
1758 |
+
3100.0,
|
1759 |
+
3677.0,
|
1760 |
+
3163.0,
|
1761 |
+
3220.0,
|
1762 |
+
2841.0,
|
1763 |
+
1766.0,
|
1764 |
+
14.0,
|
1765 |
+
0.0,
|
1766 |
+
0.0,
|
1767 |
+
0.0,
|
1768 |
+
0.0,
|
1769 |
+
0.0,
|
1770 |
+
0.0,
|
1771 |
+
0.0,
|
1772 |
+
0.0,
|
1773 |
+
0.0,
|
1774 |
+
0.0,
|
1775 |
+
0.0,
|
1776 |
+
0.0
|
1777 |
+
],
|
1778 |
+
"y": [
|
1779 |
+
129.927086564347,
|
1780 |
+
1869.863203977389,
|
1781 |
+
1983.981671644173,
|
1782 |
+
1987.439807028015,
|
1783 |
+
2881.614813421429,
|
1784 |
+
2919.160283303142,
|
1785 |
+
2943.861250330584,
|
1786 |
+
2821.838473215019,
|
1787 |
+
3188.400823902264,
|
1788 |
+
3486.788505593768,
|
1789 |
+
3108.863710073899,
|
1790 |
+
3086.632839749201,
|
1791 |
+
3300.543214206852,
|
1792 |
+
3463.075577247423,
|
1793 |
+
3619.679708201408,
|
1794 |
+
4472.851109329268,
|
1795 |
+
4505.456385805492,
|
1796 |
+
4337.983829359432,
|
1797 |
+
4543.001855687204,
|
1798 |
+
3817.287444420946,
|
1799 |
+
4163.595002145689,
|
1800 |
+
3935.85208615267,
|
1801 |
+
4397.266150225294,
|
1802 |
+
4755.430172123209,
|
1803 |
+
4204.598607411243,
|
1804 |
+
4290.063953326195,
|
1805 |
+
5336.890935949203,
|
1806 |
+
5862.033494952628,
|
1807 |
+
4873.994813854933,
|
1808 |
+
5778.544226399873,
|
1809 |
+
5246.485396628764,
|
1810 |
+
4687.255503127468,
|
1811 |
+
4777.661042447907,
|
1812 |
+
4883.87520066591,
|
1813 |
+
5083.459014247644,
|
1814 |
+
5252.907648055899,
|
1815 |
+
5774.098052334933,
|
1816 |
+
5625.892250170279,
|
1817 |
+
4122.097377539586,
|
1818 |
+
4219.419187627709,
|
1819 |
+
4682.809329062528,
|
1820 |
+
5017.260422614097,
|
1821 |
+
4279.19552783412,
|
1822 |
+
4157.666770059103,
|
1823 |
+
4343.912061446019,
|
1824 |
+
4040.584186349026,
|
1825 |
+
3949.19060834749,
|
1826 |
+
3844.952527491683,
|
1827 |
+
3496.174873064196,
|
1828 |
+
3388.972676165096,
|
1829 |
+
3645.862733250497,
|
1830 |
+
3645.368713909948,
|
1831 |
+
3586.580412384635,
|
1832 |
+
3105.899594030606,
|
1833 |
+
3562.86748403829,
|
1834 |
+
3551.011019865118,
|
1835 |
+
72.62084306068063,
|
1836 |
+
72.12682372013177,
|
1837 |
+
758.3196877424814,
|
1838 |
+
4567.702822714647,
|
1839 |
+
4662.060516759477,
|
1840 |
+
4304.884533542659,
|
1841 |
+
4331.561577932297,
|
1842 |
+
3948.202569666392,
|
1843 |
+
3682.420164451111,
|
1844 |
+
3686.866338516051,
|
1845 |
+
3597.44883787671,
|
1846 |
+
4012.919103278291,
|
1847 |
+
16.79665757866082,
|
1848 |
+
0.0,
|
1849 |
+
0.0,
|
1850 |
+
0.0,
|
1851 |
+
0.0,
|
1852 |
+
0.0,
|
1853 |
+
0.0,
|
1854 |
+
0.0,
|
1855 |
+
0.0,
|
1856 |
+
0.4940193405488478,
|
1857 |
+
0.0,
|
1858 |
+
0.4940193405488478,
|
1859 |
+
0.0,
|
1860 |
+
0.4940193405488478,
|
1861 |
+
0.0,
|
1862 |
+
6.916270767683869,
|
1863 |
+
247.5036896149728,
|
1864 |
+
371.5025440927336,
|
1865 |
+
1892.094074302087,
|
1866 |
+
1851.090469036533,
|
1867 |
+
1991.885981092954,
|
1868 |
+
1792.796186851768,
|
1869 |
+
1859.488797825863,
|
1870 |
+
1453.40489989471,
|
1871 |
+
1709.306918299013,
|
1872 |
+
1732.03180796426,
|
1873 |
+
2130.211396446632,
|
1874 |
+
1970.149130108805,
|
1875 |
+
917.3939153992104,
|
1876 |
+
849.2192464034694,
|
1877 |
+
890.2228516690237,
|
1878 |
+
785.9847708132169,
|
1879 |
+
836.3747435491993,
|
1880 |
+
869.968058706521,
|
1881 |
+
801.2993703702311,
|
1882 |
+
807.7216217973662,
|
1883 |
+
855.1474784900556,
|
1884 |
+
1005.329358016905,
|
1885 |
+
985.5685843949514,
|
1886 |
+
1023.114054276664,
|
1887 |
+
876.8843294742048,
|
1888 |
+
807.7216217973662,
|
1889 |
+
927.7683215507361,
|
1890 |
+
831.9285694842597,
|
1891 |
+
865.5218846415813,
|
1892 |
+
965.3137914324486,
|
1893 |
+
811.6737765217568,
|
1894 |
+
910.9716639720754,
|
1895 |
+
870.4620780470698,
|
1896 |
+
2.470096702744239,
|
1897 |
+
232.6831093985073,
|
1898 |
+
2268.04279245976,
|
1899 |
+
2731.432933894579,
|
1900 |
+
2961.645946590342,
|
1901 |
+
2029.431450974667,
|
1902 |
+
1874.803397382877,
|
1903 |
+
1846.644294971593,
|
1904 |
+
1662.869100287422,
|
1905 |
+
1643.602346006017,
|
1906 |
+
1531.459955701428,
|
1907 |
+
1816.509115198113,
|
1908 |
+
1562.583174156005,
|
1909 |
+
1590.74227656729,
|
1910 |
+
1403.508946499277,
|
1911 |
+
872.4381554092652,
|
1912 |
+
6.916270767683869,
|
1913 |
+
0.0,
|
1914 |
+
0.0,
|
1915 |
+
0.0,
|
1916 |
+
0.0,
|
1917 |
+
0.0,
|
1918 |
+
0.0,
|
1919 |
+
0.0,
|
1920 |
+
0.0,
|
1921 |
+
0.0,
|
1922 |
+
0.0,
|
1923 |
+
0.0,
|
1924 |
+
0.0
|
1925 |
+
],
|
1926 |
+
"x_plot": [
|
1927 |
+
0.0,
|
1928 |
+
599.2929292929293,
|
1929 |
+
1198.5858585858587,
|
1930 |
+
1797.878787878788,
|
1931 |
+
2397.1717171717173,
|
1932 |
+
2996.4646464646466,
|
1933 |
+
3595.757575757576,
|
1934 |
+
4195.050505050505,
|
1935 |
+
4794.343434343435,
|
1936 |
+
5393.636363636364,
|
1937 |
+
5992.929292929293,
|
1938 |
+
6592.222222222223,
|
1939 |
+
7191.515151515152,
|
1940 |
+
7790.808080808081,
|
1941 |
+
8390.10101010101,
|
1942 |
+
8989.39393939394,
|
1943 |
+
9588.68686868687,
|
1944 |
+
10187.979797979799,
|
1945 |
+
10787.272727272728,
|
1946 |
+
11386.565656565657,
|
1947 |
+
11985.858585858587,
|
1948 |
+
12585.151515151516,
|
1949 |
+
13184.444444444445,
|
1950 |
+
13783.737373737375,
|
1951 |
+
14383.030303030304,
|
1952 |
+
14982.323232323233,
|
1953 |
+
15581.616161616163,
|
1954 |
+
16180.909090909092,
|
1955 |
+
16780.20202020202,
|
1956 |
+
17379.49494949495,
|
1957 |
+
17978.78787878788,
|
1958 |
+
18578.08080808081,
|
1959 |
+
19177.37373737374,
|
1960 |
+
19776.666666666668,
|
1961 |
+
20375.959595959597,
|
1962 |
+
20975.252525252527,
|
1963 |
+
21574.545454545456,
|
1964 |
+
22173.838383838385,
|
1965 |
+
22773.131313131315,
|
1966 |
+
23372.424242424244,
|
1967 |
+
23971.717171717173,
|
1968 |
+
24571.010101010103,
|
1969 |
+
25170.303030303032,
|
1970 |
+
25769.59595959596,
|
1971 |
+
26368.88888888889,
|
1972 |
+
26968.18181818182,
|
1973 |
+
27567.47474747475,
|
1974 |
+
28166.76767676768,
|
1975 |
+
28766.060606060608,
|
1976 |
+
29365.353535353537,
|
1977 |
+
29964.646464646466,
|
1978 |
+
30563.939393939396,
|
1979 |
+
31163.232323232325,
|
1980 |
+
31762.525252525254,
|
1981 |
+
32361.818181818184,
|
1982 |
+
32961.11111111111,
|
1983 |
+
33560.40404040404,
|
1984 |
+
34159.696969696975,
|
1985 |
+
34758.9898989899,
|
1986 |
+
35358.28282828283,
|
1987 |
+
35957.57575757576,
|
1988 |
+
36556.86868686869,
|
1989 |
+
37156.16161616162,
|
1990 |
+
37755.454545454544,
|
1991 |
+
38354.74747474748,
|
1992 |
+
38954.04040404041,
|
1993 |
+
39553.333333333336,
|
1994 |
+
40152.62626262626,
|
1995 |
+
40751.919191919194,
|
1996 |
+
41351.21212121213,
|
1997 |
+
41950.50505050505,
|
1998 |
+
42549.79797979798,
|
1999 |
+
43149.09090909091,
|
2000 |
+
43748.383838383845,
|
2001 |
+
44347.67676767677,
|
2002 |
+
44946.969696969696,
|
2003 |
+
45546.26262626263,
|
2004 |
+
46145.55555555556,
|
2005 |
+
46744.84848484849,
|
2006 |
+
47344.14141414141,
|
2007 |
+
47943.43434343435,
|
2008 |
+
48542.72727272728,
|
2009 |
+
49142.020202020205,
|
2010 |
+
49741.31313131313,
|
2011 |
+
50340.606060606064,
|
2012 |
+
50939.898989899,
|
2013 |
+
51539.19191919192,
|
2014 |
+
52138.48484848485,
|
2015 |
+
52737.77777777778,
|
2016 |
+
53337.070707070714,
|
2017 |
+
53936.36363636364,
|
2018 |
+
54535.656565656565,
|
2019 |
+
55134.9494949495,
|
2020 |
+
55734.24242424243,
|
2021 |
+
56333.53535353536,
|
2022 |
+
56932.82828282828,
|
2023 |
+
57532.121212121216,
|
2024 |
+
58131.41414141415,
|
2025 |
+
58730.707070707074,
|
2026 |
+
59330.0
|
2027 |
+
]
|
2028 |
+
}
|
2029 |
+
}
|
2030 |
+
}
|
2031 |
+
}
|
Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/saved_scenarios.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2056586f9423901eebb7b4937d25f3c02bdcd3967e2282cd83428fa9fc19dbf
|
3 |
+
size 49339
|
Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/cimb_landing}/scenario_data_modified.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16ff00465bb43c4be9c90c9442bda8c5e1f360312acdf497cfb6a06c68df1f6b
|
3 |
+
size 23968
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_100.pkl → ashish@mastercard.com/cimb_landing/scenario_data_original.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39eb85049b194d9530901fd93851fbad4dfb62916d713e8c3c58a39059380510
|
3 |
+
size 23900
|
Users/{manojp1732@gmail.com/test-form-completion → ashish@mastercard.com/cimb_landing}/tuned_model.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f410fd093ec60ead1d3d423d70355e342460ad5f097c02f84d8068e394977a8
|
3 |
+
size 39569
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_429.pkl → ashish@mastercard.com/willbank_all/Model/account_requests/resume.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe6961ea7285ff92fdf7ff5f4b9460f8a3862ed4029253698718196efd00154d
|
3 |
+
size 48434
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_0.pkl → ashish@mastercard.com/willbank_all/Model/app_installs/resume.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7876900678b2ffb2ed9a9bd134615b29a6563e5a0c07caff65fb079e6b9844d
|
3 |
+
size 48426
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_1.pkl → ashish@mastercard.com/willbank_all/Model/revenue/resume.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada7c5327c5a808979458179b3b91c8e0f40369f2b061b4d53e3d0ff226d4980
|
3 |
+
size 48416
|
Users/{manojp1732@gmail.com/test-form-completion/Model/model_10.pkl → ashish@mastercard.com/willbank_all/Model/total_approved_accounts/resume.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a353fc7491cf5dda08e6a0240b01a7f3a2f2f965e5433fc91238bd40a199854f
|
3 |
+
size 48448
|
Users/ashish@mastercard.com/willbank_all/best_models.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e97283622823e1e3afe6118f202ac1b3e8e6dca3722771592ecc2fe9cc2ec4a0
|
3 |
+
size 348476
|
summary_df.pkl → Users/ashish@mastercard.com/willbank_all/channel_groups.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6da6de7bf8c599294e76abf72fbad2b4820c8369e7f7491c1807abaa915a9a2
|
3 |
+
size 853
|
Users/{manojp1732@gmail.com/test3 → ashish@mastercard.com/willbank_all}/data_import.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a11c6fb6108124164c03184fd6bd779199b6007f6b628f22d5e72143086db33
|
3 |
+
size 48822
|
Users/ashish@mastercard.com/willbank_all/final_df_transformed.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fce6db20f2ef4d3b0a8d60c4afb7d407a5acae5c3bc2539558aeebf8514de5b8
|
3 |
+
size 48196
|
Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#account_requests.xlsx
ADDED
Binary file (60.2 kB). View file
|
|
Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#app_installs.xlsx
ADDED
Binary file (63.1 kB). View file
|
|
Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#revenue.xlsx
ADDED
Binary file (60.4 kB). View file
|
|
Users/ashish@mastercard.com/willbank_all/metrics_level_data/data_test_overview_panel@#total_approved_accounts.xlsx
ADDED
Binary file (60.4 kB). View file
|
|
Users/ashish@mastercard.com/willbank_all/project_dct.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915926cbe13ac378ae342aaa41083eed0ec5a8a8de1123f173beac36ff3a3c5a
|
3 |
+
size 652810
|
Users/ashish@mastercard.com/willbank_all/rcs_data_modified.json
ADDED
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"account_requests": {
|
3 |
+
"Aggregated": {
|
4 |
+
"FB Tier 2": {
|
5 |
+
"K": 1433.3318372523827,
|
6 |
+
"b": 0.4682143610708592,
|
7 |
+
"a": 0.00652251666036624,
|
8 |
+
"x0": 472.2992773361975
|
9 |
+
},
|
10 |
+
"Indicacao": {
|
11 |
+
"K": 14268.746160820912,
|
12 |
+
"b": 0.07695356956133272,
|
13 |
+
"a": 0.015013206360218396,
|
14 |
+
"x0": 333.89964680612184
|
15 |
+
},
|
16 |
+
"Paid Search": {
|
17 |
+
"K": 9306.358971899323,
|
18 |
+
"b": 0.17477262675104374,
|
19 |
+
"a": 0.01577801103431989,
|
20 |
+
"x0": 262.5453073096618
|
21 |
+
},
|
22 |
+
"FB Tier 1": {
|
23 |
+
"K": 1456.9245751469498,
|
24 |
+
"b": 0.49599594784490897,
|
25 |
+
"a": 0.028556940579117517,
|
26 |
+
"x0": 105.83468105803178
|
27 |
+
},
|
28 |
+
"Influencer": {
|
29 |
+
"K": 2353.341498742423,
|
30 |
+
"b": 0.3531776954139081,
|
31 |
+
"a": 0.011800037372050974,
|
32 |
+
"x0": 286.43090647350624
|
33 |
+
},
|
34 |
+
"Kwai": {
|
35 |
+
"K": 3312.4849264853815,
|
36 |
+
"b": 0.29709450144782107,
|
37 |
+
"a": 0.015164960304819487,
|
38 |
+
"x0": 238.20154103440098
|
39 |
+
},
|
40 |
+
"Influex": {
|
41 |
+
"K": 23859.029410036183,
|
42 |
+
"b": 0.049402908614132414,
|
43 |
+
"a": 0.053412142864788396,
|
44 |
+
"x0": 103.99518143150875
|
45 |
+
},
|
46 |
+
"Paid Social": {
|
47 |
+
"K": 2089.236003730685,
|
48 |
+
"b": 0.04948078477599527,
|
49 |
+
"a": 0.05458676475826935,
|
50 |
+
"x0": 101.48912451765864
|
51 |
+
}
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"app_installs": {
|
55 |
+
"Aggregated": {
|
56 |
+
"FB Tier 2": {
|
57 |
+
"K": 14983.401590268259,
|
58 |
+
"b": 0.4957309587000644,
|
59 |
+
"a": 0.018430711037664124,
|
60 |
+
"x0": 167.42142905015433
|
61 |
+
},
|
62 |
+
"Indicacao": {
|
63 |
+
"K": 17963.331882005077,
|
64 |
+
"b": 0.07694786728124353,
|
65 |
+
"a": 0.01501320632361324,
|
66 |
+
"x0": 333.9045841945131
|
67 |
+
},
|
68 |
+
"Digital": {
|
69 |
+
"K": 22340.103329746733,
|
70 |
+
"b": 0.3974853211383084,
|
71 |
+
"a": 0.026740596376920587,
|
72 |
+
"x0": 131.14156612347747
|
73 |
+
},
|
74 |
+
"Kwai": {
|
75 |
+
"K": 12080.879146864434,
|
76 |
+
"b": 0.4442540082304118,
|
77 |
+
"a": 0.004455700347292994,
|
78 |
+
"x0": 708.9420179717526
|
79 |
+
},
|
80 |
+
"Influex": {
|
81 |
+
"K": 33161.103210549685,
|
82 |
+
"b": 0.04940327397906643,
|
83 |
+
"a": 0.05341214293377964,
|
84 |
+
"x0": 103.99504276720081
|
85 |
+
},
|
86 |
+
"Paid Search": {
|
87 |
+
"K": 16638.417321276662,
|
88 |
+
"b": 0.17531055403663162,
|
89 |
+
"a": 0.01577801104674877,
|
90 |
+
"x0": 262.3505333184609
|
91 |
+
},
|
92 |
+
"Paid Social": {
|
93 |
+
"K": 2692.845900934185,
|
94 |
+
"b": 0.0494810097978492,
|
95 |
+
"a": 0.05458676472070487,
|
96 |
+
"x0": 101.48904136775234
|
97 |
+
}
|
98 |
+
}
|
99 |
+
},
|
100 |
+
"revenue": {
|
101 |
+
"Aggregated": {
|
102 |
+
"FB Tier 2": {
|
103 |
+
"K": 369828.2064183993,
|
104 |
+
"b": 0.46824366444019005,
|
105 |
+
"a": 0.006522516657957639,
|
106 |
+
"x0": 472.28968238103676
|
107 |
+
},
|
108 |
+
"Indicacao": {
|
109 |
+
"K": 1621076.296019881,
|
110 |
+
"b": 0.07695516791828667,
|
111 |
+
"a": 0.01501320637667566,
|
112 |
+
"x0": 333.8982629330452
|
113 |
+
},
|
114 |
+
"Paid Search": {
|
115 |
+
"K": 776331.265468568,
|
116 |
+
"b": 0.17600632027962804,
|
117 |
+
"a": 0.015778011101440576,
|
118 |
+
"x0": 262.09949253433075
|
119 |
+
},
|
120 |
+
"FB Tier 1": {
|
121 |
+
"K": 1915889.1953470812,
|
122 |
+
"b": 0.495257524097697,
|
123 |
+
"a": 0.02855694059497683,
|
124 |
+
"x0": 105.8868304630408
|
125 |
+
},
|
126 |
+
"Influencer": {
|
127 |
+
"K": 327195.08656833024,
|
128 |
+
"b": 0.3532148200436222,
|
129 |
+
"a": 0.011800037368012021,
|
130 |
+
"x0": 286.421998944589
|
131 |
+
},
|
132 |
+
"Kwai": {
|
133 |
+
"K": 502071.181279506,
|
134 |
+
"b": 0.44421115711260906,
|
135 |
+
"a": 0.004455700344717777,
|
136 |
+
"x0": 708.9636678081438
|
137 |
+
},
|
138 |
+
"Influex": {
|
139 |
+
"K": 3072899.325692709,
|
140 |
+
"b": 0.0494027969075993,
|
141 |
+
"a": 0.053412142909343305,
|
142 |
+
"x0": 103.99522367301319
|
143 |
+
},
|
144 |
+
"Digital": {
|
145 |
+
"K": 546511.5380286203,
|
146 |
+
"b": 0.2599102789672602,
|
147 |
+
"a": 0.019865003961613163,
|
148 |
+
"x0": 181.1751814347812
|
149 |
+
},
|
150 |
+
"Paid Social": {
|
151 |
+
"K": 247213.5413838448,
|
152 |
+
"b": 0.3774471502584628,
|
153 |
+
"a": 0.01019542453077989,
|
154 |
+
"x0": 320.8551680523186
|
155 |
+
}
|
156 |
+
}
|
157 |
+
},
|
158 |
+
"total_approved_accounts": {
|
159 |
+
"Aggregated": {
|
160 |
+
"FB Tier 2": {
|
161 |
+
"K": 724.1708153946412,
|
162 |
+
"b": 0.468225832034788,
|
163 |
+
"a": 0.006522516661161275,
|
164 |
+
"x0": 472.2955212106668
|
165 |
+
},
|
166 |
+
"Indicacao": {
|
167 |
+
"K": 1445.213707608503,
|
168 |
+
"b": 0.07694456786511276,
|
169 |
+
"a": 0.015013206333089764,
|
170 |
+
"x0": 333.9074398238493
|
171 |
+
},
|
172 |
+
"Paid Search": {
|
173 |
+
"K": 876.53299015075,
|
174 |
+
"b": 0.16636410386928227,
|
175 |
+
"a": 0.015778011916769627,
|
176 |
+
"x0": 265.6703411102788
|
177 |
+
},
|
178 |
+
"FB Tier 1": {
|
179 |
+
"K": 864.3233776567188,
|
180 |
+
"b": 0.49566334280318614,
|
181 |
+
"a": 0.028556940579159626,
|
182 |
+
"x0": 105.85817053313524
|
183 |
+
},
|
184 |
+
"Influencer": {
|
185 |
+
"K": 426.1924553540328,
|
186 |
+
"b": 0.3531697538694298,
|
187 |
+
"a": 0.01180003734911563,
|
188 |
+
"x0": 286.4328126474566
|
189 |
+
},
|
190 |
+
"Kwai": {
|
191 |
+
"K": 75.08646831215908,
|
192 |
+
"b": 0.4441448857250704,
|
193 |
+
"a": 0.004455700343528646,
|
194 |
+
"x0": 708.9971500184948
|
195 |
+
},
|
196 |
+
"Influex": {
|
197 |
+
"K": 2153.725596236564,
|
198 |
+
"b": 0.04940440119105813,
|
199 |
+
"a": 0.05341214299471652,
|
200 |
+
"x0": 103.9946153940525
|
201 |
+
},
|
202 |
+
"Digital": {
|
203 |
+
"K": 70.89578131524752,
|
204 |
+
"b": 0.1117671195983704,
|
205 |
+
"a": 0.026740524585852413,
|
206 |
+
"x0": 178.58830109673386
|
207 |
+
},
|
208 |
+
"Paid Social": {
|
209 |
+
"K": 575.0469134717516,
|
210 |
+
"b": 0.04947987253203396,
|
211 |
+
"a": 0.0545867647269211,
|
212 |
+
"x0": 101.48946224940987
|
213 |
+
}
|
214 |
+
}
|
215 |
+
}
|
216 |
+
}
|
Users/ashish@mastercard.com/willbank_all/rcs_data_original.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Users/ashish@mastercard.com/willbank_all/scenario_data_modified.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d52ad2bfe7332dae97b07d869ea9086cd56b8c0ac1f61e72dae2bcf289cd095
|
3 |
+
size 178083
|
Users/{manojp1732@gmail.com/test-form-completion/Model/Model_results.pkl → ashish@mastercard.com/willbank_all/scenario_data_original.pkl}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3377f0ab0459bdd583c60b66a10f707edd5eeb6cc24022ac309a5bdb4d5a4d9e
|
3 |
+
size 175210
|
Users/ashish@mastercard.com/willbank_all/tuned_model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14c4604d21b9bd3ee72d2f6de881c1e69a80dd8e908baa94296dba972b08136b
|
3 |
+
size 245819
|
Users/{manojp1732@gmail.com/test3/Model/all_form_completion → ioannis@mastercard.com/cimb_landing/Model/total_s1_cc_mc_product_3in1_tc_landing}/resume.pkl
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdaace61d63a0b3b2bd9204a980359599f7cb8788d2a946aa18f398ae3e55a6d
|
3 |
+
size 326747
|
Users/ioannis@mastercard.com/cimb_landing/best_models.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff4a79b1f480158febc441769e2bfd6e4d0bf6322f3db906623eaa5314a47365
|
3 |
+
size 382302
|
Users/ioannis@mastercard.com/cimb_landing/channel_groups.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3c1a89ecd736f16187d37bcc78c90b3dd680c17d1f35946d2536dcc316cbbf0
|
3 |
+
size 346
|