Skip to content

Commit

Permalink
add ugm post
Browse files Browse the repository at this point in the history
  • Loading branch information
jakee417 committed Apr 16, 2024
1 parent c2393df commit 113cee0
Show file tree
Hide file tree
Showing 11 changed files with 662 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified _data/.DS_Store
Binary file not shown.
Binary file modified _includes/.DS_Store
Binary file not shown.
647 changes: 647 additions & 0 deletions _includes/tabular.md

Large diffs are not rendered by default.

Binary file modified _javascript/.DS_Store
Binary file not shown.
15 changes: 15 additions & 0 deletions _posts/2024-04-15-ugm-tabular.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Undirected Graphical Models for Tabular Data
author: jake
date: 2024-04-15 12:00:00 +0800
categories: [Math]
tags: []
math: true
mermaid: true
image:
path: /assets/img/ugm.png
alt: Converting a tabular dataset into a graphical model
---
A post about modeling tabular datasets using Undirected Graphical Models with a python package called [pgmpy](https://github.com/pgmpy/pgmpy).

{% include tabular.md %}
Binary file modified _sass/.DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/img/.DS_Store
Binary file not shown.
Binary file added assets/img/ugm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/js/.DS_Store
Binary file not shown.

0 comments on commit 113cee0

Please sign in to comment.