Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
1662314
1
Parent(s):
d648c38
m1
Browse files
__pycache__/response_curves_model_quality.cpython-310.pyc
CHANGED
Binary files a/__pycache__/response_curves_model_quality.cpython-310.pyc and b/__pycache__/response_curves_model_quality.cpython-310.pyc differ
|
|
response_curves_model_quality.py
CHANGED
@@ -455,7 +455,9 @@ def response_curves(channel,x_modified,y_modified):
|
|
455 |
marker=dict(color = 'blue'),
|
456 |
name=x_col.replace('_Spends', '')
|
457 |
))
|
|
|
458 |
dividing_parameter = len(plotly_data1[plotly_data1[x_col].isnull()==False])
|
|
|
459 |
plotly_data2 = plotly_data.copy()
|
460 |
plotly_data2 = plotly_data[plotly_data[x_col].isnull()==False]
|
461 |
plotly_data2 = plotly_data2[plotly_data2["MAT"]!="ext"]
|
|
|
455 |
marker=dict(color = 'blue'),
|
456 |
name=x_col.replace('_Spends', '')
|
457 |
))
|
458 |
+
|
459 |
dividing_parameter = len(plotly_data1[plotly_data1[x_col].isnull()==False])
|
460 |
+
print(dividing_parameter)
|
461 |
plotly_data2 = plotly_data.copy()
|
462 |
plotly_data2 = plotly_data[plotly_data[x_col].isnull()==False]
|
463 |
plotly_data2 = plotly_data2[plotly_data2["MAT"]!="ext"]
|
summary_df.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1822
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6e7de7bc456f2ff9cc87d936fe6d0763b4bdf2f8d8e3571353fcac5750dc862
|
3 |
size 1822
|