An open API service indexing awesome lists of open source software.

https://github.com/statmlben/stackseparating


https://github.com/statmlben/stackseparating

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Stack Separating

This is the source code for my blog, Stack Separating, which is dedicated to exploring statistical methods and their applications across various fields. The blog covers topics such as Fisher consistency, statistical machine learning, and significance tests.

## Installation

To run this blog locally, ensure you have Ruby and Bundler installed. Then, execute the following commands:

```bash
bundle install
bundle exec jekyll serve
```

## Credits

This website is built using [geo-ant/blog](https://github.com/geo-ant/blog).