Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Identify_Customer_Segments.html
Original file line number Diff line number Diff line change
Expand Up @@ -15966,7 +15966,7 @@ <h3 id="Step-3.3:-Compare-Customer-Data-to-Demographics-Data">Step 3.3: Compare
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># What kinds of people are part of a cluster that is underrepresented in the</span>
<span class="c1"># customer data compared to the general population?</span>
<span class="c1"># customer data compared to the general population</span>
<span class="n">centroid_13</span> <span class="o">=</span> <span class="n">scaler</span><span class="o">.</span><span class="n">inverse_transform</span><span class="p">(</span><span class="n">pca_30</span><span class="o">.</span><span class="n">inverse_transform</span><span class="p">(</span><span class="n">model_14</span><span class="o">.</span><span class="n">cluster_centers_</span><span class="p">[</span><span class="mi">13</span><span class="p">]))</span>
</pre></div>

Expand Down