Skip to content

Commit 29e73d4

Browse files
committed
updating happiness dataset
1 parent bb6b9bb commit 29e73d4

File tree

1 file changed

+73
-30
lines changed

1 file changed

+73
-30
lines changed

happiness/index.html

Lines changed: 73 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@
155155
<br /></p>
156156

157157
<center>
158-
<img src="/assets/imgs/square_r_4.png" width="100" align="left" />
158+
<img src="/assets/imgs/square_y_4.png" width="100" align="left" />
159159
<h1> MLEnd Happiness </h1>
160-
<h3> Happiness with demographic</h3>
160+
<h3> A dataset of perceived happiness</h3>
161161

162162
</center>
163163
<div class="divider-10"></div>
@@ -172,10 +172,57 @@ <h3>Will be updated soon ...</h3>
172172
<div class="container">
173173
<h3 style="font-weight:600; font-family: sans-serif;"> About Dataset <div style="float:right"><span></span></div>
174174
</h3> <br style="line-height:200%;" />
175+
176+
<font size="4">
177+
Philosophers have long debated whether happiness stands as life's ultimate goal. Despite our ongoing pursuit, the genuine measure of happiness remains elusive. Yet, our quest for understanding has led to the exploration of novel approaches that hold promise in gauging an individual's happiness.
178+
179+
<br />
180+
181+
<br />
182+
183+
Traditionally, happiness has been assessed primarily through self-reported measures. However, a novel perspective emerges within the dataset that we present here. Rather than directly inquiring about an individual's self-perceived happiness, we pivot the assessment to the perspectives of their close associates. This paradigm shift prompts participants to gather data from those intimately connected to them, such as friends and family. While the MLEnd Happiness Dataset may not definitively ascertain an individual's perceived happiness, it offers insight into how their immediate circle perceives their happiness. And by extend, we have a small window to the participant's perpective.
184+
185+
<br />
186+
187+
<br />
188+
189+
The MLEnd Happiness Dataset comprises 310 samples, collected by over 80 participants. This collection offers a unique opportunity to explore potential connections between demographic factors and the perceived happiness of an individual. The dataset was curated by students at the Queen Mary Hainan School, presenting a valuable resource for investigating the interplay between demographics and the perception of happiness.
190+
191+
192+
<!-- Philosophers, throughout history, have debated whether happiness is the ultimate goal of life. Though we are still far away from the true measure happiness, we have been constantly finding new ways that have potential to indicate the happiness of a person. -->
193+
194+
195+
196+
<!-- Conventionally, happiness is measured with self-reporting. In this dataset, we change a view of happiness a little. Instead of asking person to rate, how happy they are, we ask their close related person to rate person's happiness. To do this, participants for collect data from their close related people (friends and family). MLEnd happiness dataset not necessarly tell us, if person is really happy, but how their close one think about their happiness. -->
197+
198+
<br />
199+
200+
<!-- The MLEnd Happiness Dataset is a collection of 310 samples, collected by more than 80 participants that allows us to find any relation of demographic and our perception of happiness of person. This dataset was created by students at the Queen Mary Hainan School. -->
201+
202+
<br />
203+
<br />
204+
205+
Enjoy!
206+
207+
</font>
208+
209+
175210
</div>
176211
</div>
177212

178-
<h3 style="font-weight:600; font-family: sans-serif;"> Sample of data <div style="float:right"><span></span></div>
213+
<h3 style="font-weight:600; font-family: sans-serif;"> Sample of data <div style="float:right"><span></span></div></h3>
214+
<p><br /></p>
215+
216+
<font size="4">
217+
The MLEnd Happiness Dataset consist of 9 attributes of individual and happiness-level (from 1-to-10) perceived by participant. The attributes are namely; Age (years), Height (cm), Weight (Kg), Education-level, Number of languages known, likeness of Vollyball and Tennis, Name of Favourite Movie.
218+
219+
<br />
220+
221+
<br />
222+
223+
Here is a sample of data:
224+
225+
</font>
179226

180227
<article class="markdown-body entry-content" itemprop="text">
181228
<div style="font-size:70%;margin-left:-100px;">
@@ -263,30 +310,31 @@ <h3 style="font-weight:600; font-family: sans-serif;"> Sample of data <div style
263310
</article>
264311

265312
<hr />
313+
266314
<h3 style="font-weight:600; font-family: sans-serif;"> Download Data</h3>
267-
315+
268316
<h4 style="font-weight:600; font-family: sans-serif;"> Install mlend (&gt;1.0.0.2)</h4>
269317

270-
To download the Yummy dataset, first step is to install <a href="https://pypi.org/project/mlend" target="_blank"><code>mlend</code></a> library. Use pip to install library.
271-
<br />
318+
<p>To download the Yummy dataset, first step is to install <a href="https://pypi.org/project/mlend" target="_blank"><code>mlend</code></a> library. Use pip to install library.
272319
<br />
320+
<br /></p>
273321

274322
<pre><code>pip install mlend</code></pre>
275323

276-
<br />
277-
<br />
324+
<p><br />
325+
<br /></p>
278326

279327
<h4 style="font-weight:600; font-family: sans-serif;"> Download dataset</h4>
280328

281-
<br />
329+
<p><br /></p>
282330

283-
To download happiness dataset make sure to updgrade <code>mlend</code> library to <code>version&gt;1.0.0.2</code>
331+
<p>To download happiness dataset make sure to updgrade <code>mlend</code> library to <code>version&gt;1.0.0.2</code></p>
284332

285-
<br />
333+
<p><br /></p>
286334

287335
<pre><code>pip install mlend --upgrade</code></pre>
288336

289-
#### To download dataset, use following piece of code
337+
<h4 id="to-download-dataset-use-following-piece-of-code">To download dataset, use following piece of code</h4>
290338

291339
<pre><code class="python">import mlend
292340
from mlend import download_happiness, download_load_happiness, happiness_load
@@ -295,17 +343,17 @@ <h4 style="font-weight:600; font-family: sans-serif;"> Download dataset</h4>
295343

296344
</code></pre>
297345

298-
It will download a CSV file in folder <code>../MLEnd/happiness</code> directory
346+
<p>It will download a CSV file in folder <code>../MLEnd/happiness</code> directory</p>
299347

300-
<br />
348+
<p><br /></p>
301349

302-
<br />
350+
<p><br /></p>
303351

304352
<h4 style="font-weight:600; font-family: sans-serif;"> Read dataset</h4>
305353

306-
After downloading, to load dataset use following piece of code
354+
<p>After downloading, to load dataset use following piece of code</p>
307355

308-
<br />
356+
<p><br /></p>
309357

310358
<pre><code class="python">import mlend
311359
from mlend import download_happiness, download_load_happiness, happiness_load
@@ -316,13 +364,13 @@ <h4 style="font-weight:600; font-family: sans-serif;"> Read dataset</h4>
316364

317365
</code></pre>
318366

319-
<br />
367+
<p><br /></p>
320368
<h4 style="font-weight:600; font-family: sans-serif;"> Download and read dataset</h4>
321369

322-
<br />
323-
Alternately, use following piece of code to download and load data with one line
370+
<p><br />
371+
Alternately, use following piece of code to download and load data with one line</p>
324372

325-
<br />
373+
<p><br /></p>
326374
<pre><code class="python">import mlend
327375
from mlend import download_load_happiness
328376

@@ -331,21 +379,16 @@ <h4 style="font-weight:600; font-family: sans-serif;"> Download and read dataset
331379
D.head()
332380
</code></pre>
333381

334-
335-
336-
<br />
382+
<p><br /></p>
337383
<hr />
338384

339-
### MLEnd Documentation
385+
<h3 id="mlend-documentation">MLEnd Documentation</h3>
340386

341-
For mlend documentation use <code>help(fun)</code> in python terminal or Jupyter-notebook. Alternately, check out
387+
<p>For mlend documentation use <code>help(fun)</code> in python terminal or Jupyter-notebook. Alternately, check out</p>
342388
<h4><a href="https://mlend.readthedocs.io/" target="_blank">MLEnd Documentation</a></h4>
343389

344-
<br />
345-
346-
390+
<p><br /></p>
347391

348-
</h3>
349392

350393
<!-- </article> -->
351394
</div>

0 commit comments

Comments
 (0)