From 13e8365997f233f016f8070ad3e9867f1f7d08d9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Sep 2022 03:13:48 +0200 Subject: [PATCH 1/5] `bigdata`: Improve content --- .idea/discord.xml | 0 .idea/runConfigurations/dev.xml | 0 pages/year4/bigdata/index.tsx | 21 +++++++-------------- pages/year4/bigdata/teoria.tsx | 31 ++++++++++++++++++++++++++++--- 4 files changed, 35 insertions(+), 17 deletions(-) create mode 100644 .idea/discord.xml create mode 100644 .idea/runConfigurations/dev.xml diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..e69de29 diff --git a/.idea/runConfigurations/dev.xml b/.idea/runConfigurations/dev.xml new file mode 100644 index 0000000..e69de29 diff --git a/pages/year4/bigdata/index.tsx b/pages/year4/bigdata/index.tsx index b8ea62c..2a91bb5 100644 --- a/pages/year4/bigdata/index.tsx +++ b/pages/year4/bigdata/index.tsx @@ -17,22 +17,25 @@ const Page: NextPage = () => { Big data analytics - + Premessa

- TODO + Per ora il corso sembra interessante, ma ho seguito ancora troppe poche lezioni per dirlo con certezza.

+ + La prof. Mandreoli consiglia il film Moneyball, perchè fa vedere quanto è efficace la data science. +
- + Materiale raccolto

- TODO + Sto seguendo le lezioni di questo corso, pertanto sto raccogliendo attivamente materiale.

@@ -49,16 +52,6 @@ const Page: NextPage = () => {
- - - - Cose bizzarre - - - La prof. Mandreoli consiglia il film Moneyball, (perchè fa vedere quanto sia utile la data science). - - - } diff --git a/pages/year4/bigdata/teoria.tsx b/pages/year4/bigdata/teoria.tsx index 651c098..eb87394 100644 --- a/pages/year4/bigdata/teoria.tsx +++ b/pages/year4/bigdata/teoria.tsx @@ -1,4 +1,4 @@ -import {Heading, Chapter, Box, ListUnordered, ListOrdered, Parenthesis, Idiomatic as I, BringAttention as B} from "@steffo/bluelib-react" +import {Heading, Chapter, Box, ListUnordered, Parenthesis, Idiomatic as I, BringAttention as B} from "@steffo/bluelib-react" import type { NextPage, NextPageContext } from 'next' import { Link } from '../../../components/link' @@ -18,7 +18,7 @@ const Page: NextPage = () => { - + Fasi di elaborazione dei dati @@ -47,7 +47,7 @@ const Page: NextPage = () => { I dati raccolti vengono elaborati e puliti, trasformandoli in formati su cui sia possibile effettuare analisi.

- Ad esempio, se i dati provengono da basi di dati diverse, vengono resi uniformi e normalizzati. + Ad esempio, se i dati provengono da basi di dati diverse, vanno messi in una unica tabella con valori comparabili tra loro.
@@ -81,6 +81,31 @@ const Page: NextPage = () => {

+ + + Raccolta dati + + + + + Elaborazione dati + + + + + Analisi esploratoria + + + + + Sviluppo modelli + + + + + Verifica ipotesi + + } From 1dae575e07f1764c4ff6df9b71303ec31b581a07 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Sep 2022 03:13:58 +0200 Subject: [PATCH 2/5] IDEA: project files --- .idea/discord.xml | 7 +++++++ .idea/inspectionProfiles/Project_Default.xml | 1 + .idea/runConfigurations/dev.xml | 12 ++++++++++++ 3 files changed, 20 insertions(+) diff --git a/.idea/discord.xml b/.idea/discord.xml index e69de29..d8e9561 100644 --- a/.idea/discord.xml +++ b/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09..22cdf9b 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,7 @@