Skip to content

Commit

Permalink
deploy: b31a7e9
Browse files Browse the repository at this point in the history
  • Loading branch information
anowell committed Apr 21, 2024
1 parent 1dc0c1b commit f268b4a
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 187 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="post-title">About</h1>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
50 changes: 25 additions & 25 deletions clustering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,41 +420,41 @@ <h3>
<hr>
<h3>

rusty-machine
clustering
<span style="font-size: small; vertical-align:middle;">
[
<a href="https://crates.io/crates/rusty-machine">crate</a> &middot;
<a href="https://github.com/AtheMathmo/rusty-machine">repo</a> &middot;
<a href="https://AtheMathmo.github.io/rusty-machine/">docs</a>
<a href="https://crates.io/crates/clustering">crate</a> &middot;
<a href="https://github.com/xgillard/clustering">repo</a> &middot;
<a href="https://docs.rs/crate/clustering">docs</a>
]
</span>

</h3>

<div style="line-height:1;">

<img src="https://img.shields.io/crates/v/rusty-machine.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/d/rusty-machine.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/dr/rusty-machine.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/v/clustering.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/d/clustering.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/dr/clustering.svg?maxAge=2592000">


<img
src="https://img.shields.io/github/stars/AtheMathmo/rusty-machine.svg?style=social&amp;label=Star&amp;maxAge=2592000">
src="https://img.shields.io/github/stars/xgillard/clustering.svg?style=social&amp;label=Star&amp;maxAge=2592000">

</div>


<p>A machine learning library.</p>
<p>easy way to perform kmeans clustering on arbitrary data</p>


<div style="font-size: small;">



<span class="crate-stat"><b>Last Commit</b>: 2020-07-10</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-03-07</span>


<span class="crate-stat"><b>Last Published</b>: 2017-01-06</span>
<span class="crate-stat"><b>Last Published</b>: 2024-03-07</span>


</div>
Expand All @@ -466,41 +466,41 @@ <h3>
<hr>
<h3>

clustering
rusty-machine
<span style="font-size: small; vertical-align:middle;">
[
<a href="https://crates.io/crates/clustering">crate</a> &middot;
<a href="https://github.com/xgillard/clustering">repo</a> &middot;
<a href="https://docs.rs/crate/clustering">docs</a>
<a href="https://crates.io/crates/rusty-machine">crate</a> &middot;
<a href="https://github.com/AtheMathmo/rusty-machine">repo</a> &middot;
<a href="https://AtheMathmo.github.io/rusty-machine/">docs</a>
]
</span>

</h3>

<div style="line-height:1;">

<img src="https://img.shields.io/crates/v/clustering.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/d/clustering.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/dr/clustering.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/v/rusty-machine.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/d/rusty-machine.svg?maxAge=2592000">
<img src="https://img.shields.io/crates/dr/rusty-machine.svg?maxAge=2592000">


<img
src="https://img.shields.io/github/stars/xgillard/clustering.svg?style=social&amp;label=Star&amp;maxAge=2592000">
src="https://img.shields.io/github/stars/AtheMathmo/rusty-machine.svg?style=social&amp;label=Star&amp;maxAge=2592000">

</div>


<p>easy way to perform kmeans clustering on arbitrary data</p>
<p>A machine learning library.</p>


<div style="font-size: small;">



<span class="crate-stat"><b>Last Commit</b>: 2024-03-07</span>
<span class="crate-stat"><b>Last Commit</b>: 2020-07-10</span>


<span class="crate-stat"><b>Last Published</b>: 2024-03-07</span>
<span class="crate-stat"><b>Last Published</b>: 2017-01-06</span>


</div>
Expand All @@ -523,6 +523,8 @@ <h3>








Expand Down Expand Up @@ -683,8 +685,6 @@ <h3>








Expand Down Expand Up @@ -835,7 +835,7 @@ <h3>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
32 changes: 16 additions & 16 deletions data-preprocessing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-10</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-20</span>


<span class="crate-stat"><b>Last Published</b>: 2023-10-03</span>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-03-18</span>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-04-04</span>
Expand Down Expand Up @@ -244,10 +244,10 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-12</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-02-12</span>
<span class="crate-stat"><b>Last Published</b>: 2024-04-17</span>


</div>
Expand Down Expand Up @@ -290,10 +290,10 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Published</b>: 2024-04-17</span>


</div>
Expand All @@ -316,6 +316,8 @@ <h3>






<div>
<hr>
Expand Down Expand Up @@ -352,7 +354,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2021-11-21</span>
Expand Down Expand Up @@ -392,8 +394,6 @@ <h3>








Expand Down Expand Up @@ -518,7 +518,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-13</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-18</span>


<span class="crate-stat"><b>Last Published</b>: 2023-08-13</span>
Expand Down Expand Up @@ -759,6 +759,10 @@ <h3>







<div>
<hr>
<h3>
Expand Down Expand Up @@ -813,10 +817,6 @@ <h3>







<div>
<hr>
<h3>
Expand Down Expand Up @@ -943,7 +943,7 @@ <h3>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
18 changes: 9 additions & 9 deletions data-structures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-12</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2023-08-21</span>
Expand Down Expand Up @@ -236,7 +236,7 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-03-18</span>
Expand Down Expand Up @@ -292,10 +292,10 @@ <h3>



<span class="crate-stat"><b>Last Commit</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Commit</b>: 2024-04-21</span>


<span class="crate-stat"><b>Last Published</b>: 2024-04-14</span>
<span class="crate-stat"><b>Last Published</b>: 2024-04-17</span>


</div>
Expand Down Expand Up @@ -790,8 +790,6 @@ <h3>








Expand Down Expand Up @@ -842,6 +840,8 @@ <h3>





<div>
<hr>
<h3>
Expand Down Expand Up @@ -1061,8 +1061,6 @@ <h3>





<div>
<hr>
<h3>
Expand Down Expand Up @@ -1117,6 +1115,8 @@ <h3>





<div>
<hr>
<h3>
Expand Down Expand Up @@ -1267,7 +1267,7 @@ <h3>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion decision-trees/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ <h3>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion friends/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1 class="post-title">Friends</h1>
<span style="padding: 15px;"><a class="page-link" href="/about">About</a></span>
</nav>

<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-15</a> </div>
<div style="text-align: center; font-size: small;">Are we learning yet? - Last updated: <a href="https://github.com/anowell/are-we-learning-yet/actions/workflows/pages/pages-build-deployment">2024-04-21</a> </div>

</div>
</footer>
Expand Down
Loading

0 comments on commit f268b4a

Please sign in to comment.