forked from DhanushNehru/Hacktoberfest2025
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeGuardai.html
More file actions
24 lines (23 loc) · 836 Bytes
/
TypeGuardai.html
File metadata and controls
24 lines (23 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TypeGuard AI Project</title>
<style>
</style>
</head>
<body>
<header class="header">
<h1><span>TypeGuard</span> AI</h1>
<p>Enhancing ML Libraries with Robust Python Type Hinting</p>
</header>
<div style="padding: 20px 5%;">
<div class="contribution-card">
<h3>Contribution Focus: Code Stability</h3>
<p>We are adding comprehensive type hints to utility functions in major open-source ML projects like <code>scikit-learn</code> and <code>pandas</code>.</p>
<pre><code>def calculate_f1_score(precision: float, recall: float) -> float:</code></pre>
<a href="javascript:void(0)" class="github-button">View Pull Request</a>
</div>
</div>
</body>
</html>