-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 2.01 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Python courses project</title>
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v3.0.0/dist/mini-default.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<link href="img/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<section class="section">
<div class="container content">
<h1 class="title"> Python courses project</h1>
<p> by Victor Zaika, HCI </p>
<div class="container">
<p> (the description firstly was writen in russian,actually, but russian characters looked like questions)</p>
<p> The main goal of this project is to determine the most valuable academic parameters for admission. Some additional questions and notices appeared, so I tried to give answer to all of them</p>
</div>
<div class="container">
<ol>
<li><a href="zadanie.html" target="_blank"> Посмотреть отчет в браузере</a></li>
<li><a href="zadanie (3).ipynb" target="_blank">
Скачать себе ipynb тетрадку
</a></li>
</a></li>
<li><a href="Admission_Predict.csv" target="_blank">Скачать данные</a></li>
</li>
<li><a href="https://github.com/EFIM777TRAMWAY/hse_ma/tree/master" target="_blank">Открыть репозиторий на Github</a></li>
</li>
<ol>
<p> Just a side-project for fun. Does the console life-cycle depends on exclusives release dates or not? </p>
<li><a href="Untitled9.html" target="_blank"> (HTML) Dependency of console life-cycle on exclusives release dates etc</a></li>
<li><a href="Untitled9 (1).ipynb" target="_blank"> (Notebook)Dependency of console life-cycle on exclusives release dates etc</a></li>
<li><a href="vgsales.csv" target="_blank"> (Dataset) Dependency of console life-cycle on exclusives release dates etc</a></li>
</ol>
</div>
</div>
</body>
</html>