• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

chrisalbon/short_notes_on_machine_learning: Notes On Using Data Science & Ar ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

chrisalbon/short_notes_on_machine_learning

开源软件地址(OpenSource Url):

https://github.com/chrisalbon/short_notes_on_machine_learning

开源编程语言(OpenSource Language):

HTML 59.4%

开源软件介绍(OpenSource Introduction):

notes

This is Chris Albon's collection of personal notes on coding, statistics, machine learning, and technical management. These notes are posted publically at https://ChrisAlbon.com. What is in this repo will not be useful to other folks.

Overview

The master record of a note is either a Jupyter Notebook or a Markdown file. These files are in the content folder. The website HTML is contained in the docs folder.

Full Deploy Procedure

  1. Run make.ipynb to convert the Jupyter Notebooks and associated images into Markdown files.
  2. Run hugo to convert the Markdown files into HTML pages.
  3. Run git add -A
  4. Run git commit -m "commit message"
  5. Run git push

Markdown Head Metadata Example

---
title: "Give Table An Alias"
author: "Chris Albon"
date: 2019-01-28T00:00:00-07:00
description: "Give a table an alias in Snowflake using SQL."
type: technical_note
draft: false
---

Useful Aliases

To reduce the barriers to publishing a new note as much as possible, here are some useful aliases for your .bash_profile:

# Notes Project

# Go to Notes folder
alias nn='cd /Users/chrisalbon/dropbox/cra/projects/notes'

# Go to Notes folder and open Jupyter Notebook
alias njn='cd /Users/chrisalbon/dropbox/cra/projects/notes && jupyter notebook'

# Launch in Hugo server of Notes site
alias nhs='cd /Users/chrisalbon/dropbox/cra/projects/notes && hugo server'

# Publish a new note
alias nnn='cd /Users/chrisalbon/dropbox/cra/projects/notes && git pull && hugo && git add -A && git commit -m "made changes" && gp && git push'

Note that when you run nnn you might be prompted for an application password. You can get that / generate that from GitHub.com in account settings.

To Do

  • Fix Github issues
  • Hunt for minor errors
  • Refactor make.ipynb to make it .py and cleaner



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap