Skip to content

Instantly share code, notes, and snippets.

@fatsmcgee
fatsmcgee / Model Optimizer.ipynb
Created September 8, 2022 19:33
Model Optimization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / NIR Perso Perf Test.ipynb
Last active September 9, 2022 15:43
NIR Perso Perf Test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / Model Save Fail.ipynb
Created August 15, 2022 17:37
Model Save Fail
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / NIR_T_LookupTable_Prototype.ipynb
Created July 20, 2022 16:08
Embedding Lookup By ID Within A TF Model
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / FL_HistoryFeatures_Exploration.ipynb
Created April 7, 2022 18:58
FL History Features Exploration
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / PersoLocationMetrics.ipynb
Created March 10, 2022 20:40
Perso Location Metrics
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fatsmcgee
fatsmcgee / test_pymc3.py
Last active July 27, 2018 12:59
thanks Jeff!
import pymc3 as pm
import numpy as np
ground_truth = np.array([True,False,True,False,True,False,False,False,True,True])
obs = np.array([True,False,True,False,False,False,True,False,False,False])
correct = np.equal(ground_truth,obs)
true_inds = np.where(obs)[0]
last_true_idx = true_inds[-1]
test_len = len(ground_truth)

Keybase proof

I hereby claim:

  • I am fatsmcgee on github.
  • I am fatsmcgee (https://keybase.io/fatsmcgee) on keybase.
  • I have a public key whose fingerprint is F43E 40D2 1E46 C7BA 645C 4044 F41C 0675 7E1C A120

To claim this, I am signing this object:

####2.6.A CSS Selector Patterns

HAWK implements a limited syntax of the standard W3 definition of CSS selectors. A CSS selector contains special syntax used to find elements in an HTML document which match particular criteria criteria. In HAWK, a CSS selectors patterns consists of CSS selector enclosed by @ symbols which are themselves enclosed by brackets.

css-selector-pattern:

  • [@ css-selector @]

#####2.6.A.1 CSS Selectors

A CSS selector consists of one ore more simple selector sequences chained by combinators. See below for details on simple selector sequences and combinators.

####2.6.A CSS Selector Patterns

HAWK implements a limited syntax of the standard W3 definition of CSS selectors. A CSS selector contains special syntax used to find elements in an HTML document which match particular criteria criteria. In HAWK, a CSS selectors patterns consists of CSS selector enclosed by @ symbols which are themselves enclosed by brackets.

css-selector-pattern:

  • [@ css-selector @]

#####2.6.A.1 CSS Selectors

A CSS selector consists of one ore more simple selector sequences chained by combinators. See below for details on simple selector sequences and combinators.