arana-initiatives / arana-initiatives.github.io

This repository is designed to document and explain in-detailed analysis of data, from concepts like mining or transforming to predictive analytics.

Home Page:https://arana-initiatives.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arana Initiatives CC BY 4.0

This repository is designed to document and explain in-detailed analysis of data, from concepts like mining or transforming to predictive analytics. The focus will be around

Quick Startes Guide

  • Setup jekyll and Ruby onto your local machine. Also, install all bundler related dependencies beforehand with install bundle command for the default jekyll theme.
  • Open terminal in the present working local website directory. For running jekyll type bundle exec jekyll serve --watch and ctrl+c to stop it. The --watch argument dynamically publishes the changes in the running website instance.
    • Also, jekyll process can be killed with following command ps aux |grep jekyll |awk '{print $2}' | xargs kill -9 if needed.
  • Only contributions to content are welcomed now, for that simply edit index.md file according to your changes. Also markdown, editing help is provided in the contribution guide.

This original work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

This repository is designed to document and explain in-detailed analysis of data, from concepts like mining or transforming to predictive analytics.

https://arana-initiatives.github.io/

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 86.8%Language:Ruby 13.2%