-
Notifications
You must be signed in to change notification settings - Fork 1
/
sklearn.html~
71 lines (64 loc) · 3.13 KB
/
sklearn.html~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html>
<head>
<!-- <meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" /> -->
<!-- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> -->
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Nicolas Goix</title>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-23998109-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Nicolas Goix</div>
<div class="menu-item"><a href="index.html" class="current">Home</a></div>
<div class="menu-item"><a href="biography.html">Biography</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="papers.html">Papers</a></div>
<div class="menu-category">Code </div>
<div class="menu-item"><a href="sklearn.html">Scikit-Learn</a></div>
<div class="menu-item"><a href="damex.html">Damex Algorithm</a></div>
<div class="menu-category">Miscellaneous</div>
<div class="menu-item"><a href="links.html">Links</a></div>
<!-- <div class="menu-category">Miscellaneous</div> -->
<!-- <div class="menu-item"><a href="links.html">Links</a></div> -->
</td>
<td id="layout-content">
<div id="toptitle">
<h1>Nicolas Goix – Scikit-Learn</h1>
</div>
<!-- <h2>2011 – 2012</h2> -->
<ul>
<p>
<div class="infoblock">
In parallel to my research, I'm fortunate to be supported by a grant
from <a href="http://www.campus-paris-saclay.fr/en/Idex-Paris-Saclay/Les-Lidex/Paris-Saclay-Center-for-Data-Science" target="_blank">Paris Saclay Center for Data Science</a>
to work with <a href="http://alexandre.gramfort.net/index.fr.html" target="_blank"> Alex Gramfort </a >
on scikit-learn issues
and to implement new classical anomaly detection algorithms.</p>
</div>
<li><p><a href="https://github.com/ngoix/" target="_blank"> Github profil</a>.</p></li>
<li><p> Isolation Forest algorithm [<a href="https://github.com/scikit-learn/scikit-learn/pull/4163" target="_blank">Pull Request</a>] [<a href="https://github.com/ngoix/scikit-learn/tree/iforest" target="_blank">Code</a>].</p></li>
<li><p> Local Outlier Factor algorithm [<a href="https://github.com/scikit-learn/scikit-learn/pull/5279" target="_blank">Pull Request</a>] [<a href="https://github.com/ngoix/scikit-learn/tree/lof" target="_blank">Code</a>].</p></li>
</ul>
<!-- <div id="footer"> -->
<!-- <div id="footer-text"> -->
<!-- Page generated by <a href="http://jemdoc.jaboc.net/">jemdoc</a>. -->
<!-- </div> -->
<!-- </div> -->
</td>
</tr>
</table>
</body>
</html>