Skip to content

Commit

Permalink
Update files at 2023-12-04 14:53:29
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Polloreno authored and Anthony Polloreno committed Dec 4, 2023
1 parent b73ae73 commit 36fd7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Webpost3.html
Original file line number Diff line number Diff line change
Expand Up @@ -7690,7 +7690,7 @@ <h1 id="Part-3:-Analysis">Part 3: Analysis<a class="anchor-link" href="#Part-3:-
<span class="kn">from</span> <span class="nn">math</span> <span class="kn">import</span> <span class="n">comb</span>

<span class="c1"># Load the dataset</span>
<span class="n">file_name</span> <span class="o">=</span> <span class="s1">'webpost10.pkl'</span>
<span class="n">file_name</span> <span class="o">=</span> <span class="s1">'webpost.pkl'</span>
<span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">file_name</span><span class="p">,</span> <span class="s1">'rb'</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span>
<span class="n">data</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">f</span><span class="p">)</span>

Expand Down
Binary file modified resume.pdf
Binary file not shown.

0 comments on commit 36fd7f7

Please sign in to comment.