BMLB

Quick read for Data Sciences

Bao gồm các chủ đề quan trọng để phát triển kỹ năng và kiến thức trong lĩnh vực khoa học dữ liệu và phân tích dữ liệu.

01-Introduction

02-Data Manipulation

03-Data Visualization

04-Basic Statistics

05-Regression

06-Timeseries

07-Panel Data Models

08-Machine Learning

09-Model Deployment

10-Publication

11-Git

12-Docker

13-Database

14-Web Scraping

15-Crypto

BMLB
├─ 01-Introduction
│  ├─ Index.md
│  └─ README.md
├─ 02-Data Manipulation
│  └─ README.md
├─ 03-Data Visualization
│  └─ README.md
├─ 04-Basic Statistics
│  ├─ README.md
│  └─ statistics.md
├─ 05-Regression
│  ├─ README.md
│  └─ Survival Analysis Basics.Rmd
├─ 06-Timeseries
│  ├─ history_of_timeseries_models.Rmd
│  ├─ holt-winters.Rmd
│  ├─ Multiple_Time_Series_Forecast.Rmd
│  ├─ README.md
│  └─ STL_decomposition.Rmd
├─ 07-Panel Data Models
│  └─ README.md
├─ 08-Machine Learning
│  └─ README.md
├─ 09-Model Deployment
│  └─ README.md
├─ 10-Publication
│  └─ README.md
├─ 11-Git
│  └─ README.md
├─ 12-Docker
│  └─ README.md
├─ 13-Database
│  ├─ README.md
│  └─ README.Rmd
├─ 14-Web Craping
│  └─ README.md
├─ 15-Blogdown
│  └─ blogdown_dev.R
├─ 99-Practice
│  ├─ 2. Scripts
│  │  └─ R
│  │     └─ push_data_to_db.R
│  ├─ Slides
│  │  ├─ css
│  │  │  ├─ nnb.css
│  │  │  ├─ tpb_background.PNG
│  │  │  └─ tpb_title_background.PNG
│  │  └─ xaringanthemer.Rmd
│  ├─ tuning_models_with_workflowsets.Rmd
│  └─ Vitae
│     ├─ mariecurie.jpg
│     ├─ packages.bib
│     ├─ twentysecondcv.cls
│     ├─ Vitae.Rmd
│     └─ Vitae.tex
├─ bml.lectures.Rproj
├─ dev
│  └─ templates
│     ├─ Power point
│     │  └─ facet.pptx
│     └─ Rmd
│        ├─ powerpoint.pptx
│        ├─ powerpoint.Rmd
│        ├─ r-presentation-figure
│        │  └─ unnamed-chunk-2-1.png
│        ├─ r-presentation.md
│        └─ r-presentation.Rpres
├─ images
│  ├─ b_hex.png
│  ├─ faylab-manual-quarto-yml.png
│  ├─ faylab-manual.png
│  ├─ github-action-green.png
│  ├─ github-action-orange.png
│  ├─ github-edit-readme.png
│  ├─ github-source-gh-pages.png
│  ├─ openscapes_hex.png
│  ├─ quarto-files-github.png
│  ├─ quarto-yml-site-side-by-side.png
│  ├─ quarto-yml-site-side-by-side2.png
│  ├─ rstudio-insert-citation-doi.png
│  └─ rstudio-insert-citation.png
├─ include-files.lua
├─ index.qmd
├─ LICENSE
├─ README.html
├─ README.md
├─ _quarto.yml
└─ _site
   ├─ images
   │  ├─ github-action-green.png
   │  ├─ github-action-orange.png
   │  ├─ github-edit-readme.png
   │  ├─ github-source-gh-pages.png
   │  ├─ openscapes_hex.png
   │  ├─ quarto-files-github.png
   │  └─ quarto-yml-site-side-by-side2.png
   ├─ index.html
   ├─ learning-more.html
   ├─ quarto-workflows
   │  ├─ browser.html
   │  ├─ images
   │  │  ├─ github-commit.png
   │  │  ├─ github-edit-index.png
   │  │  ├─ github-preview-show-diff.png
   │  │  ├─ jupyter-execute-cell.png
   │  │  ├─ jupyter-python-example.png
   │  │  ├─ jupyter-raw-chunk.png
   │  │  ├─ jupyter-side-by-side.png
   │  │  ├─ quarto-yml-site-side-by-side3.png
   │  │  └─ rstudio-orientation.png
   │  ├─ index.html
   │  ├─ jupyter.html
   │  └─ rstudio.html
   ├─ robots.txt
   ├─ search.json
   ├─ sitemap.xml
   ├─ site_libs
   │  ├─ bootstrap
   │  │  ├─ bootstrap-dark.min.css
   │  │  ├─ bootstrap-icons.css
   │  │  ├─ bootstrap-icons.woff
   │  │  ├─ bootstrap.min.css
   │  │  └─ bootstrap.min.js
   │  ├─ clipboard
   │  │  └─ clipboard.min.js
   │  ├─ quarto-html
   │  │  ├─ anchor.min.js
   │  │  ├─ popper.min.js
   │  │  ├─ quarto-syntax-highlighting-dark.css
   │  │  ├─ quarto-syntax-highlighting.css
   │  │  ├─ quarto.js
   │  │  ├─ tippy.css
   │  │  └─ tippy.umd.min.js
   │  ├─ quarto-nav
   │  │  └─ quarto-nav.js
   │  └─ quarto-search
   │     ├─ autocomplete.umd.js
   │     ├─ fuse.min.js
   │     └─ quarto-search.js
   └─ transition-from-rmarkdown.html