To save having to calculate this every time I think about HLL, here is a quick reference for log2m to error rate conversion. The error rate is presented to a max of 2 decimal places
Log2m | Error Rate ± % |
---|---|
9 | 4.60 |
10 | 3.25 |
11 | 2.30 |
import shutil | |
from bs4 import BeautifulSoup | |
import json | |
from pathlib import Path | |
import argparse | |
class HtmlToGhostConverter: | |
def __init__(self, html_path, image_dir=None): | |
""" |
import os | |
import base64 | |
import mimetypes | |
from bs4 import BeautifulSoup | |
import requests | |
import json | |
from pathlib import Path | |
import argparse | |
class HtmlToGhostConverter: |
Invalid start time (264.0 > 229) for chapter "rinse it thoroughly with soap" | |
Falling back on generic information extractor | |
Falling back on generic information extractor | |
Incomplete data received in embedded initial data; re-fetching using API. | |
Not Found | |
Service Unavailable | |
This live stream recording is not available. | |
This video has been removed for violating YouTube's Community Guidelines | |
This video has been removed for violating YouTube's policy on repetitive or misleading metadata | |
This video has been removed for violating YouTube's policy on violent or graphic content |
I hereby claim:
To claim this, I am signing this object:
define([ | |
"Vue", | |
"text!./devices.html" | |
], function(Vue, devicesTemplate) { | |
"use strict"; | |
return Vue.component("piarmed-devices", { | |
template: devicesTemplate | |
}); | |
}); |