gps-building-blocks 1.235.0__py3-none-any.whl → 1.236.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gps_building_blocks/analysis/feature_graph_visualization.py +5 -4
- gps_building_blocks/ml/preprocessing/data/__pycache__/__init__.cpython-310.pyc +0 -0
- {gps_building_blocks-1.235.0.dist-info → gps_building_blocks-1.236.0.dist-info}/METADATA +1 -1
- {gps_building_blocks-1.235.0.dist-info → gps_building_blocks-1.236.0.dist-info}/RECORD +6 -6
- {gps_building_blocks-1.235.0.dist-info → gps_building_blocks-1.236.0.dist-info}/WHEEL +0 -0
- {gps_building_blocks-1.235.0.dist-info → gps_building_blocks-1.236.0.dist-info}/top_level.txt +0 -0
|
@@ -169,9 +169,10 @@ def plot_graph(graph: nx.Graph,
|
|
|
169
169
|
size=[5*a for a in node_adjacencies],
|
|
170
170
|
colorbar=dict(
|
|
171
171
|
thickness=15,
|
|
172
|
-
title='Number of edges',
|
|
173
172
|
xanchor='left',
|
|
174
|
-
|
|
173
|
+
title=dict(
|
|
174
|
+
side='right',
|
|
175
|
+
text='Number of edges'),
|
|
175
176
|
nticks=max_degree,
|
|
176
177
|
),
|
|
177
178
|
line_width=1,
|
|
@@ -182,8 +183,8 @@ def plot_graph(graph: nx.Graph,
|
|
|
182
183
|
fig = go.Figure(
|
|
183
184
|
data=edge_trace + [node_trace],
|
|
184
185
|
layout=go.Layout(
|
|
185
|
-
title=
|
|
186
|
-
|
|
186
|
+
title=dict(
|
|
187
|
+
text=title, font_size=16),
|
|
187
188
|
showlegend=False,
|
|
188
189
|
hovermode='closest',
|
|
189
190
|
autosize=False,
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gps-building-blocks
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.236.0
|
|
4
4
|
Summary: Modules and tools useful for use with advanced data solutions on Google Ads, Google Marketing Platform and Google Cloud.
|
|
5
5
|
Home-page: https://github.com/google/gps_building_blocks
|
|
6
6
|
Author: gPS Team
|
|
@@ -28,7 +28,7 @@ gps_building_blocks/airflow/utils/errors_test.py,sha256=uMqO-A3-H6-9CXETa-N7VyBT
|
|
|
28
28
|
gps_building_blocks/airflow/utils/retry_utils.py,sha256=90_MMqkHfE50H-Pios_3ix5SO1ET0yA8_t8DH64RBGo,5138
|
|
29
29
|
gps_building_blocks/airflow/utils/retry_utils_test.py,sha256=LBGBGbN29VyuCYnadfNboDu3V4HUAaDXCbNHaBaj8lY,4750
|
|
30
30
|
gps_building_blocks/analysis/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
|
|
31
|
-
gps_building_blocks/analysis/feature_graph_visualization.py,sha256=
|
|
31
|
+
gps_building_blocks/analysis/feature_graph_visualization.py,sha256=gOkuXt-6SvO8D3H_76WUBbVsixGEGlF8Kx5aGEnrSCA,9004
|
|
32
32
|
gps_building_blocks/analysis/feature_graph_visualization_test.py,sha256=tVsPzNzjXdSd-s6NIodFYnAQmg4hH7IyNmFGWImYY-w,3492
|
|
33
33
|
gps_building_blocks/analysis/exp_design/__init__.py,sha256=S29VvMvNIVq-pHkgsrwSlhYCN_dyDBOt3kICRFbim7U,575
|
|
34
34
|
gps_building_blocks/analysis/exp_design/ab_testing_analysis.py,sha256=YyviQhsn1TafeDws0cCZQCn2RQnAwfGVpQER-dXpda8,2729
|
|
@@ -149,13 +149,13 @@ gps_building_blocks/ml/preprocessing/vif_test.py,sha256=Pt4DVBNkZjwh84nx6GexPfbo
|
|
|
149
149
|
gps_building_blocks/ml/preprocessing/data/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
|
|
150
150
|
gps_building_blocks/ml/preprocessing/data/example_cluster_df.txt,sha256=pIlHiiDEsoZ6XwqWC_l9yTBt6i8obMrCyVK66uX69Gk,17171
|
|
151
151
|
gps_building_blocks/ml/preprocessing/data/stopwords_eng.txt,sha256=IVyVg5gXwC74drzjQz2QW4VLa_y4BxpyXlqsbmmZzzQ,671
|
|
152
|
-
gps_building_blocks/ml/preprocessing/data/__pycache__/__init__.cpython-310.pyc,sha256=
|
|
152
|
+
gps_building_blocks/ml/preprocessing/data/__pycache__/__init__.cpython-310.pyc,sha256=iF5PR8q4BB0Zc01JNjzF8QM8YeZ3KOy01Ju7tLFP3qU,187
|
|
153
153
|
gps_building_blocks/ml/statistical_inference/__init__.py,sha256=qsAeQ42339LhQ9fD96pTg7Xgne4gvz0-Z6pwG8aMHBc,575
|
|
154
154
|
gps_building_blocks/ml/statistical_inference/data_preparation.py,sha256=FjJGpI7bCTEZcoyCC1rD9DMzAiDFobCb7XrZZeAAgP4,49071
|
|
155
155
|
gps_building_blocks/ml/statistical_inference/data_preparation_test.py,sha256=esWza5Mo7TaPtGsA3Hhry3l1dVzJzStFE8O-jGQ9r1I,35157
|
|
156
156
|
gps_building_blocks/ml/statistical_inference/models.py,sha256=bsVWrdLUAJ7DbayDoKOVth0OFdj4DPI7doBf8miedws,20005
|
|
157
157
|
gps_building_blocks/ml/statistical_inference/models_test.py,sha256=FOsBzSNkIqacQPqproThOGsv7MMl1xeC2GXvHdsl4Ac,9298
|
|
158
|
-
gps_building_blocks-1.
|
|
159
|
-
gps_building_blocks-1.
|
|
160
|
-
gps_building_blocks-1.
|
|
161
|
-
gps_building_blocks-1.
|
|
158
|
+
gps_building_blocks-1.236.0.dist-info/METADATA,sha256=2C6IqsSRN6-ZpAq43KRQ5BVnayWAVNwDawK6lytH4cY,4780
|
|
159
|
+
gps_building_blocks-1.236.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
160
|
+
gps_building_blocks-1.236.0.dist-info/top_level.txt,sha256=FK77szG741-E_t3bPeWu4U6aMaqpOGguLc-6s1OQm3I,20
|
|
161
|
+
gps_building_blocks-1.236.0.dist-info/RECORD,,
|
|
File without changes
|
{gps_building_blocks-1.235.0.dist-info → gps_building_blocks-1.236.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|