Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sab_pybasicbayes
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Bruijns
sab_pybasicbayes
Graph
a88680a61fb81f575f3aab4bd45e344832302764
Select Git revision
Branches
2
master
default
protected
working
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Aug
8
13
Jul
29
Jun
23
23
Sep
18
15
31
Jul
28
Nov
11
19
Oct
16
15
14
8
May
3
Jan
20
Dec
18
Oct
17
10
May
7
Mar
5
1
Feb
13
Nov
10
24
Sep
17
Aug
25
Jul
21
15
11
29
Jun
17
25
Apr
6
11
Feb
22
Jan
19
9
6
2
15
Dec
24
Nov
8
2
29
Oct
20
29
Sep
20
19
17
16
15
14
Aug
7
6
3
27
Jul
8
1
7
Jun
6
24
May
21
19
18
13
12
11
7
27
Apr
19
16
13
27
Feb
26
25
Jan
21
19
17
16
15
8
7
4
3
31
Dec
18
5
4
3
1
26
Nov
7
29
Oct
2
1
23
Sep
21
15
11
10
8
7
5
25
Aug
24
22
19
17
10
5
11
Jul
10
8
6
4
3
1
19
Jun
18
31
May
30
27
26
22
12
10
9
6
4
20
Apr
18
15
7
6
1
17
Mar
16
20
Feb
17
11
10
9
25
Jan
20
19
17
16
15
21
Dec
19
17
16
15
12
9
3
29
Nov
28
26
Oct
24
18
16
14
7
6
4
10
Sep
9
7
6
4
25
Aug
22
21
20
19
15
14
13
12
9
2
26
Jul
20
19
18
17
16
7
5
3
2
29
Jun
26
25
24
23
19
15
14
13
11
8
7
6
20
May
17
11
10
9
30
Apr
29
24
22
21
20
18
17
16
15
14
12
11
10
9
8
5
4
3
1
31
Mar
30
29
28
26
25
7
6
2
Feb
10
Jan
7
26
Oct
23
19
11
9
5
4
22
Sep
Update file README.md
master
master
Update file README.md
changed readme
commenting work and linting
working
working
commenting work
Revert "Revert "comments and variable renaming""
extended gitignore
extended gitignore
Revert "comments and variable renaming"
comments and variable renaming
improved commenting
updated dynamic glm code
real fix
increased offset for dirichlet in case things go wrong, makes things less extreme and less prone to breaking
misc to special
my changes
updating to scipy.special.logsumexp
Merge branch 'master' of github.com:mattjj/pybasicbayes
cleaning up factor analysis model and examples
update readme image links
Merge branch 'master' of github.com:mattjj/pybasicbayes
add images for readme
rev version
replacing the resample_nu with a Metropolis-Hastings method
fixing minor bug in robust regression when given empty data list
rev version number
Merge branch 'robust_regression'
fixing minor scale issue in sampling student t regression
updating robust regression with MLE for degree of freedom parameter
fixing mask bug in factor_analysis
fixing sign error in Gaussian VLB, i.e. KL divergence between two NIW distributions
plotting for o2 figures. adding feature for change in o2
add color code to state usage
make robustregression _robust_ to nans. har har.
working around weird bug with broadcasting over strided arrays
adding robust distributions to list of all distributions
fixing bug in resampling. needed to compute scaled statistics using the precisions. as an added benefit, this avoids memory copies, and should make the code a bit faster.
adding robust autoregression
adding a robust regression class with multivariate-t distributed noise. no sampling of degrees of freedom yet.
Merge branch 'master' of github.com:mattjj/pybasicbayes
Loading