Skip to content

Instantly share code, notes, and snippets.

View ljbelenky's full-sized avatar

Land Belenky ljbelenky

  • Denver
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / Goats vs Sheep.ipynb
Created February 6, 2021 18:24
Hypthesis Testing and Statistical Power
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / Chaos.ipynb
Last active March 11, 2022 00:15
Chaos in Blue
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / Comparison of Classifiers.ipynb
Created March 9, 2021 23:36
Comparison of Classifiers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / greek_letters.md
Last active March 11, 2021 18:10
How to Type Greek Letters in PopOS (and maybe other versions of Linux)

How to Type Greek Letters

  1. In the OS settings, go to "keyboard" and select a "Compose Key." I like to use "Print Screen"
  2. Edit (or create) ~/.XCompose to include the following:
# Capital Letters
<Multi_key> <G> : "Γ"    U0393    #  GAMMA
<Multi_key> <D> : "Δ"    U0394    #  DELTA
<Multi_key> <L> : "Λ"    U039B    #  LAMDA
<Multi_key> <P> : "Π"    U03A0    #  PI
@ljbelenky
ljbelenky / Production Modeling.ipynb
Created March 24, 2021 22:15
Using Unsupervised Learning to Inform Supervised Learning
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / Time Series - MA Models.ipynb
Created April 28, 2021 18:53
Time Series - MA Analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / Time Series, Part 1.ipynb
Created June 8, 2021 16:47
Difficulties of Time Series Analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ljbelenky
ljbelenky / A Random Forest Approach to Linear Regressors.ipynb
Last active July 16, 2021 18:27
A random ensemble approach using linear regression
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.