Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ footer-link-col: "#404040"
#page-img: "/assets/img/bgimage.png"

# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
#mobile-theme-col: "#0085A1"
mobile-theme-col: "#0085A1"

# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
#site-css:
Expand Down Expand Up @@ -226,12 +226,15 @@ exclude:
- .DS_Store
- backup/

remote_theme: pages-themes/midnight@v0.2.0

plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-remote-theme

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189

# Theme
theme: jekyll-theme-midnight
# theme: jekyll-theme-midnight
4 changes: 2 additions & 2 deletions _posts/2022-09-01-streamlit-end-to-end-ml-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ thumbnail-img: /assets/img/thumb.png
share-img: /assets/img/path.jpg
gh-repo: arpithub/arpithub.github.io
gh-badge: [star, fork, follow]
tags: [streamlit,ml]
tags: [streamlit,ml, huggingface]
comments: true
---

I wanted to create a simple app which can let you analyze multiple public datasets at one place and build a prediction pipeline.
Here is a Streamlit app which has the mentioned functionality:
[https://huggingface.co/spaces/arpitr/end_to_end_ml_app](#End to End ML app)
[End to End ML app](https://huggingface.co/spaces/arpitr/end_to_end_ml_app)
4 changes: 2 additions & 2 deletions _posts/2023-01-02-odds-ratio.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ Here are the 3 Signifincant Tests we can perform:
Although the Odds Ratio is a powerful tool but it should be used very carefully.

References:
1. [https://www.youtube.com/watch?v=5zPSD_e_N04]
2. [https://www.youtube.com/watch?v=8nm0G-1uJzA]
1. https://www.youtube.com/watch?v=5zPSD_e_N04
2. https://www.youtube.com/watch?v=8nm0G-1uJzA