Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ramIA-lab authored Dec 27, 2024
1 parent 826a88a commit 127b18b
Show file tree
Hide file tree
Showing 7 changed files with 1,749 additions and 2 deletions.
35 changes: 35 additions & 0 deletions ideai.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/**
* Black theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*
* Adapted for Quarto by Posit, PBC
* Copyright (C) 2024 Posit, PBC
*/

/*-- scss:defaults --*/

//Tamaño fuentes
// https://emtopx.com/rem-to-pt/
// $font-size-root: 14px !default;
// $h1-font-size: 32px !default;
// $h2-font-size: 24px !default;
$font-size-root: 12px !default;

// colors
$body-bg: #ffffff !default;
$body-color: #000 !default;
$link-color: #51483d !default;
$selection-bg: #26351c !default;
$light-bg-text-color: #0477BF !default;
$dark-bg-text-color: #0477BF !default;

// headings
$presentation-heading-color: #0477BF !default;
// $presentation-heading-color: #0477BF !default;

/*-- scss:rules --*/

.reveal a {
line-height: 1.3em;
}
6 changes: 4 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Preprocessament i Modelatge Avançat d'Anàlisi de Dades (PMAAD)"
toc: false
toc: true
number-sections: true
---

Expand All @@ -12,11 +12,13 @@ Aquesta assignatura integrarà les tècniques més complexes de preprocessament

Respecte als mètodes avançats d'anàlisi de dades, es veuran tècniques d'anàlisi multivariant noves, com les que permeten escalar el clustering jeràrquic, noves formes de representar les dades (variables semàntiques) o generalitzen la topologia de classes que es poden reconèixer i l'automatització del postprocessament de dades, que ajuda a interpretar els patron representants en les classes. D'altra banda, s'exploraran diferents tècniques d'estadística multivariant per tractar dades espai-temporals i textuals, així com l'extracció de topics.

[Introducció de l'assignatura](material/2425PresentacioCurs.qmd)

## Advanced Preprocessing

### Basic Imputation methods

[Basic Imputation method](material/01_AdvancedPreprocessing/teoria/)
[Basic Imputation method](material/01_AdvancedPreprocessing/teoria/basicImputation.qmd)

[Lab sesion 1 - Basic Imputation method](material/01_AdvancedPreprocessing/laboratorio/)

Expand Down
15 changes: 15 additions & 0 deletions logo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.reveal .slide-logo {
height: 100px !important;
width: 100px !important;
max-width: unset !important;
max-height: unset !important;
}

.reveal .slides {
font-size: 70%; /* Reduce el tamaño del texto al 80% */
}

.reveal h1, .reveal h2, .reveal h3 {
margin-top: 40px;
margin-bottom: 30px;
}
Loading

0 comments on commit 127b18b

Please sign in to comment.