diff --git a/_sources/book/cooltools/Chapter.ipynb b/_sources/book/cooltools/Chapter.ipynb index d06b920..0ffedc2 100644 --- a/_sources/book/cooltools/Chapter.ipynb +++ b/_sources/book/cooltools/Chapter.ipynb @@ -2440,7 +2440,19 @@ { "cell_type": "markdown", "metadata": {}, - "source": [] + "source": [ + "Is this the best way to work with environment variables?\n", + "\n", + "**pydantic-settings** makes it so easy to work with your environment variables in an easy way.\n", + "\n", + "Why it's a great tool:\n", + "- Type-safe configuration with zero boilerplate \n", + "- Automatic environment variable loading \n", + "- Built-in validation and error handling \n", + "- Seamless .env file support\n", + "\n", + "For your settings, just create a class which inherits from **BaseSettings** and define your variables there." + ] }, { "cell_type": "code", diff --git a/book/cooltools/Chapter.html b/book/cooltools/Chapter.html index 8c80e73..c1b16d6 100644 --- a/book/cooltools/Chapter.html +++ b/book/cooltools/Chapter.html @@ -1990,6 +1990,16 @@

2.1.49. Create CLI out of any Python Obj

2.1.50. Environment Variables Management with pydantic-settings#

+

Is this the best way to work with environment variables?

+

pydantic-settings makes it so easy to work with your environment variables in an easy way.

+

Why it’s a great tool:

+ +

For your settings, just create a class which inherits from BaseSettings and define your variables there.

!pip install pydantic-settings
diff --git a/searchindex.js b/searchindex.js
index f09c075..c60280e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["README", "book/Miscellaneous/Chapter", "book/Miscellaneous/index", "book/codequality/automation", "book/codequality/cicd", "book/codequality/codestyle", "book/codequality/index", "book/codequality/memory", "book/codequality/principles", "book/codequality/security", "book/codequality/typing", "book/cooltools/Chapter", "book/cooltools/index", "book/documentation/Chapter", "book/documentation/index", "book/jupyternotebook/Chapter", "book/jupyternotebook/index", "book/llm/Chapter", "book/llm/index", "book/machinelearning/dataaugmentation", "book/machinelearning/deployment", "book/machinelearning/eda", "book/machinelearning/featureselection", "book/machinelearning/getdata", "book/machinelearning/index", "book/machinelearning/modeltraining", "book/machinelearning/outlierdetection", "book/machinelearning/preprocessing", "book/machinelearning/timeseries", "book/numpy/Chapter", "book/numpy/index", "book/pandas/Chapter", "book/pandas/additionallibs", "book/pandas/index", "book/polars/Chapter", "book/polars/index", "book/pythontricks/Chapter", "book/pythontricks/index", "book/pythontricks/tooling", "book/pythontricks/utility", "book/selenium/Chapter", "book/selenium/index", "book/sql/Chapter", "book/sql/index", "book/terraform/Chapter", "book/terraform/index", "book/testing/Chapter", "book/testing/index"], "filenames": ["README.md", "book/Miscellaneous/Chapter.ipynb", "book/Miscellaneous/index.ipynb", "book/codequality/automation.ipynb", "book/codequality/cicd.ipynb", "book/codequality/codestyle.ipynb", "book/codequality/index.ipynb", "book/codequality/memory.ipynb", "book/codequality/principles.ipynb", "book/codequality/security.ipynb", "book/codequality/typing.ipynb", "book/cooltools/Chapter.ipynb", "book/cooltools/index.ipynb", "book/documentation/Chapter.ipynb", "book/documentation/index.ipynb", "book/jupyternotebook/Chapter.ipynb", "book/jupyternotebook/index.ipynb", "book/llm/Chapter.ipynb", "book/llm/index.ipynb", "book/machinelearning/dataaugmentation.ipynb", "book/machinelearning/deployment.ipynb", "book/machinelearning/eda.ipynb", "book/machinelearning/featureselection.ipynb", "book/machinelearning/getdata.ipynb", "book/machinelearning/index.ipynb", "book/machinelearning/modeltraining.ipynb", "book/machinelearning/outlierdetection.ipynb", "book/machinelearning/preprocessing.ipynb", "book/machinelearning/timeseries.ipynb", "book/numpy/Chapter.ipynb", "book/numpy/index.ipynb", "book/pandas/Chapter.ipynb", "book/pandas/additionallibs.ipynb", "book/pandas/index.ipynb", "book/polars/Chapter.ipynb", "book/polars/index.ipynb", "book/pythontricks/Chapter.ipynb", "book/pythontricks/index.ipynb", "book/pythontricks/tooling.ipynb", "book/pythontricks/utility.ipynb", "book/selenium/Chapter.ipynb", "book/selenium/index.ipynb", "book/sql/Chapter.ipynb", "book/sql/index.ipynb", "book/terraform/Chapter.ipynb", "book/terraform/index.ipynb", "book/testing/Chapter.ipynb", "book/testing/index.ipynb"], "titles": ["Delightful Data Science", "15.1. Miscellaneous", "15. Miscellaneous", "1.1. Automation", "1.2. CI/CD", "1.3. Code Style", "1. Code Quality", "1.4. Memory Optimization", "1.7. Principles for Code Quality", "1.5. Security in Projects", "1.6. Typing", "2.1. Cool Tools", "2. Cool Tools", "4.1. Documentation", "4. Documentation", "3.1. Jupyter Notebook Tips and Tricks", "3. Jupyter Notebook Tricks and Tips", "6.1. LLM", "6. LLM", "5.1. Data Augmentation", "5.2. Deployment", "5.3. EDA", "5.4. Feature Selection", "5.5. Get Data", "5. Machine Learning", "5.6. Model Training", "5.7. Outlier Detection", "5.9. Preprocessing", "5.8. Time Series", "7.1. NumPy Tips and Tricks", "7. NumPy Tips and Tricks", "8.1. Pandas Tips and Tricks", "8.2. Utility Libraries for Pandas", "8. Pandas Tricks and Tips", "9.1. Polars Tips & Tricks", "9. Polars", "10.1. Pure Python + Built-in libraries", "10. Python Tips and Tricks", "10.3. Tooling for Python Projects", "10.2. Utilities for Python", "11.1. Scraping Tips and Tricks", "11. Scraping Tips and Tricks", "14.1. SQL Tips & Tricks", "14. SQL Tips & Tricks", "12.1. Terraform", "12. Terraform", "13.1. Testing", "13. Testing in Python"], "terms": {"It": [0, 1, 3, 4, 5, 8, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 34, 36, 38, 39, 40, 44, 46], "wa": [0, 1, 11, 17, 25, 28, 36, 46], "decemb": [0, 23], "2022": [0, 9, 11, 23], "when": [0, 1, 4, 5, 10, 11, 15, 17, 22, 27, 31, 36, 39, 40, 44, 46], "i": [0, 5, 7, 11, 17, 20, 22, 25, 26, 36, 39, 46], "start": [0, 1, 9, 31, 36, 46], "write": [0, 1, 5, 10, 11, 15, 21, 25, 31, 39, 46], "daili": 0, "linkedin": [0, 23], "post": 0, "share": [0, 36], "one": [0, 5, 11, 15, 21, 25, 27, 29, 31, 32, 36, 39, 40, 44, 46], "short": [0, 27], "python": [0, 3, 7, 9, 10, 13, 17, 19, 21, 22, 23, 25, 26, 27, 28, 40, 46], "tip": [0, 1], "per": [0, 11, 15, 25, 27], "dai": [0, 11, 17, 28, 39], "my": [0, 17, 27], "main": [0, 4, 9, 11, 25, 36, 39, 44], "goal": 0, "what": [0, 1, 10, 11, 17, 23, 25, 31, 39, 46], "learnt": 0, "over": [0, 11, 17, 19, 25, 28, 34, 42, 44], "year": [0, 21], "am": [0, 20], "current": [0, 5, 11, 17, 25, 32], "learn": [0, 11, 20, 22], "other": [0, 5, 9, 11, 21, 23, 25, 29, 31, 36, 46], "thought": 0, "s": [0, 1, 3, 4, 5, 8, 9, 10, 11, 13, 15, 17, 21, 22, 23, 28, 29, 31, 32, 36, 38, 39, 40, 44], "us": [0, 3, 4, 5, 7, 9, 10, 11, 15, 17, 19, 20, 22, 23, 26, 27, 28, 29, 31, 32, 34, 38, 39, 40, 44], "me": [0, 11, 27, 40], "probabl": [0, 4, 11, 25, 36, 40], "peopl": 0, "too": [0, 4, 11, 15, 21, 23, 25, 28, 31, 36, 39, 44], "As": [0, 39, 44], "time": [0, 1, 3, 4, 5, 10, 11, 15, 17, 25, 32, 34, 39, 40, 46], "went": 0, "more": [0, 1, 5, 9, 10, 17, 20, 21, 22, 25, 26, 27, 31, 39, 44], "found": [0, 9, 11, 36], "soon": 0, "realiz": 0, "could": [0, 11, 22, 23, 29, 36], "compil": [0, 15, 25], "comprehens": 0, "guid": [0, 44], "anyon": 0, "interest": [0, 38, 46], "becom": [0, 36, 44], "better": [0, 25, 32], "scientist": [0, 34], "thu": [0, 23, 25], "idea": 0, "born": 0, "The": [0, 9, 11, 17, 20, 21, 22, 23, 25, 27, 36, 40, 46], "contain": [0, 3, 5, 11, 15, 25], "all": [0, 3, 5, 11, 15, 17, 21, 22, 25, 27, 29, 32, 34, 36, 39, 40, 44, 46], "author": [0, 11], "well": [0, 5, 11, 25], "mani": [0, 1, 11, 17, 25, 36, 46], "come": [0, 9, 11, 23, 25, 28, 36, 39, 46], "futur": [0, 15, 25, 28], "call": [0, 9, 11, 27, 36, 46], "becaus": [0, 5, 11, 20, 25, 28, 31], "aim": [0, 11, 25, 40], "make": [0, 1, 4, 5, 7, 10, 15, 17, 20, 21, 22, 25, 32, 39, 40, 46], "your": [0, 1, 4, 10, 19, 20, 21, 23, 28, 29, 34, 44], "journei": 0, "help": [0, 1, 10, 11, 15, 17, 21, 25, 44, 46], "you": [0, 1, 3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 19, 21, 22, 23, 25, 27, 28, 29, 31, 32, 34, 36, 39, 40, 42, 44, 46], "By": [0, 25, 31, 32, 36, 40, 46], "incorpor": [0, 25], "trick": [0, 36], "workflow": [0, 25, 44], "can": [0, 1, 3, 4, 5, 7, 9, 10, 11, 15, 17, 19, 21, 22, 23, 25, 27, 28, 29, 31, 32, 34, 36, 39, 40, 42, 44, 46], "project": [0, 3, 11, 13, 20, 23, 29, 40, 46], "enjoy": 0, "success": 0, "add": [1, 10, 11, 15, 17, 25, 32], "8": [1, 3, 9, 21, 22, 25, 36, 39, 44, 46], "work": [1, 9, 10, 15, 17, 19, 21, 22, 25, 28, 31, 36, 46], "boost": [1, 19, 28], "product": [1, 10, 25, 31, 44], "\ud835\udc0f\ud835\udc32\ud835\udc2d\ud835\udc21\ud835\udc28\ud835\udc27": 1, "\ud835\udc08\ud835\udc27\ud835\udc1d\ud835\udc1e\ud835\udc27\ud835\udc2d": 1, "sure": [1, 5, 10, 15, 17, 46], "indent": [1, 17, 36], "correct": [1, 11, 28], "everi": [1, 3, 4, 9, 11, 15, 22, 23, 25, 26, 42], "enter": [1, 36], "\ud835\udc0f\ud835\udc32\ud835\udc25\ud835\udc1a\ud835\udc27\ud835\udc1c\ud835\udc1e": 1, "A": [1, 3, 11, 13, 15, 19, 21, 22, 23, 25, 31, 36, 39, 46], "brainer": 1, "includ": [1, 4, 9, 11, 17, 21, 25, 26, 27, 28, 36, 39], "benefit": 1, "like": [1, 5, 9, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 32, 34, 36, 39, 40, 42, 46], "paramet": [1, 39], "suggest": [1, 9, 36], "code": [1, 3, 9, 10, 17, 25, 31, 32, 36, 46], "navig": 1, "signatur": 1, "microsoft": [1, 17, 25], "declar": 1, "default": [1, 11, 25, 31, 32, 40, 46], "languag": [1, 11, 17, 23, 39], "server": [1, 15, 20], "\ud835\udc06\ud835\udc22\ud835\udc2d\ud835\udc0b\ud835\udc1e\ud835\udc27\ud835\udc2c": 1, "provid": [1, 3, 5, 9, 11, 15, 17, 20, 21, 23, 25, 27, 28, 32, 36, 39, 40, 44, 46], "power": [1, 19, 22, 26, 28], "featur": [1, 11, 15, 36], "git": [1, 11, 15], "experi": 1, "see": [1, 3, 7, 8, 10, 11, 15, 17, 21, 22, 23, 25, 31, 36, 38, 39, 40, 42, 46], "specif": [1, 11, 15, 25, 36, 40, 46], "line": [1, 3, 7, 9, 15, 21, 25, 28, 31, 36, 44], "whom": 1, "which": [1, 7, 9, 10, 11, 17, 22, 25, 28, 29, 31, 36, 39, 40, 46], "pull": [1, 3, 4], "request": [1, 3, 5, 9, 20, 38, 39], "messag": [1, 11, 17, 39, 44], "And": [1, 11, 17, 19, 21, 25, 31, 44], "much": [1, 17, 20, 25, 39, 46], "\ud835\udc09\ud835\udc2e\ud835\udc29\ud835\udc32\ud835\udc2d\ud835\udc1e\ud835\udc2b": 1, "notebook": 1, "support": [1, 4, 5, 11, 17, 20, 21, 22, 23, 25, 26, 27, 28, 32, 36, 40, 44], "allow": [1, 4, 11, 21, 25, 36, 39, 44, 46], "ani": [1, 9, 20, 25, 36, 46], "environ": [1, 3, 17], "jupyt": [1, 11], "kernel": 1, "\ud835\udc00\ud835\udc11\ud835\udc04\ud835\udc0f\ud835\udc0b": 1, "\ud835\udc1f\ud835\udc28\ud835\udc2b": 1, "automat": [1, 9, 20, 21, 22, 25, 27, 32, 40, 46], "evalu": [1, 5, 28, 36], "real": [1, 15, 23, 46], "type": [1, 5, 11, 21, 22, 25, 28, 32, 39], "displai": [1, 28, 39], "variabl": [1, 5, 10, 21, 25, 27, 28], "error": [1, 5, 10, 23, 25, 27, 36, 39, 44], "readabl": [1, 27, 39], "wai": [1, 3, 11, 15, 17, 20, 25, 27, 31, 32, 39, 40, 46], "onli": [1, 3, 5, 8, 10, 11, 15, 17, 21, 22, 25, 27, 28, 31, 32, 39, 40, 44], "3": [1, 3, 4, 7, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 28, 29, 31, 40, 42, 44, 46], "7": [1, 3, 7, 9, 15, 17, 21, 22, 25, 26, 31, 36, 44, 46], "\ud835\udc0f\ud835\udc1a\ud835\udc2d\ud835\udc21": 1, "gener": [1, 17, 28, 29, 32, 36, 46], "intern": [1, 11], "import": [1, 3, 7, 9, 10, 11, 15, 17, 19, 20, 21, 23, 25, 26, 27, 28, 29, 31, 32, 34, 39, 40, 46], "statement": [1, 5, 17, 32, 44, 46], "\ud835\udc13\ud835\udc1e\ud835\udc2c\ud835\udc2d": 1, "\ud835\udc04\ud835\udc31\ud835\udc29\ud835\udc25\ud835\udc28\ud835\udc2b\ud835\udc1e\ud835\udc2b": 1, "show": [1, 11, 21, 22, 25, 28, 31], "test": [1, 5, 9, 11, 15, 17, 25, 28, 34], "explor": 1, "without": [1, 10, 11, 13, 17, 21, 25, 36, 39, 42, 44, 46], "effort": [1, 23], "instead": [1, 4, 5, 10, 11, 17, 22, 27, 28, 32, 36, 39, 40, 46], "go": [1, 4, 8, 10, 11, 40], "through": [1, 3, 9, 10, 11, 25, 40], "output": [1, 11, 20, 22, 23, 25, 26, 27, 36, 40], "termin": [1, 36], "\ud835\udc1a\ud835\udc2e\ud835\udc2d\ud835\udc28\ud835\udc03\ud835\udc28\ud835\udc1c\ud835\udc2c\ud835\udc2d\ud835\udc2b\ud835\udc22\ud835\udc27\ud835\udc20": 1, "quickli": [1, 11, 15, 25], "docstr": [1, 5], "function": [1, 5, 7, 9, 10, 15, 21, 23, 25, 27, 28, 31, 32, 42, 44, 46], "ar": [1, 4, 5, 11, 15, 17, 19, 20, 22, 25, 26, 28, 29, 31, 36, 39, 40, 46], "new": [1, 3, 4, 11, 15, 17, 20, 25, 27, 36, 39, 40], "data": [1, 9, 15, 17, 22, 26, 29, 31, 32, 36, 44, 46], "scienc": [1, 29], "hassl": [1, 11], "set": [1, 3, 9, 15, 17, 21, 27, 28, 29, 39, 40, 44, 46], "up": [1, 3, 5, 11, 17, 25, 28, 36, 38, 44, 46], "structur": [1, 15], "try": [1, 3, 5, 7, 9, 10, 11, 13, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 32, 39, 46], "command": [1, 9, 11, 15, 23, 36, 42, 44], "tool": [1, 3, 4, 5, 9, 22, 25, 36], "creat": [1, 3, 9, 13, 21, 25, 32, 36, 39, 46], "thi": [1, 3, 4, 5, 9, 11, 17, 20, 21, 22, 25, 27, 28, 29, 31, 32, 36, 39, 40, 44, 46], "save": [1, 11, 17, 23, 32, 36, 39, 40, 46], "standard": [1, 3, 11, 23, 28, 36, 39, 44, 46], "There": [1, 11, 17, 25], "ton": 1, "github": [1, 3, 11, 23, 40, 44], "sai": [1, 5, 8, 11, 15, 31, 36, 39, 44], "goodby": [1, 5], "tediou": 1, "link": [1, 10, 25], "repositori": [1, 3, 11, 46], "http": [1, 4, 9, 11, 17, 23, 25, 27, 36, 38, 39, 40, 44, 46], "com": [1, 3, 4, 11, 17, 23, 25, 27, 36, 40, 44], "drivendata": 1, "do": [1, 3, 5, 9, 10, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 32, 36, 39, 40, 44, 46], "want": [1, 3, 5, 7, 9, 10, 11, 13, 15, 17, 19, 21, 22, 23, 25, 27, 28, 32, 36, 39, 40, 42, 46], "someth": [1, 11, 15, 36], "react": 1, "app": [1, 5, 25, 36], "anyth": [1, 4, 17, 46], "ai": [1, 11, 25], "an": [1, 3, 5, 8, 9, 10, 11, 15, 17, 21, 22, 25, 26, 27, 38, 39, 40, 44, 46], "entir": 1, "codebas": [1, 11, 32, 44], "base": [1, 5, 11, 20, 21, 22, 26, 27, 31, 32, 36, 39], "markdown": [1, 5], "file": [1, 3, 9, 15, 27, 31, 44], "describ": [1, 11, 28, 36], "kind": [1, 20], "applic": [1, 9, 11, 17, 21, 25, 39], "necessari": [1, 4], "boilerpl": 1, "clear": [1, 11, 25, 36], "But": [1, 5, 9, 10, 11, 17, 22, 25, 26, 28, 31, 36, 39, 40, 46], "alwai": [1, 5, 22, 25], "easi": [1, 3, 11, 15, 17, 19, 20, 23, 25, 26, 40, 44], "team": [1, 20, 25, 44], "With": [1, 3, 4, 5, 11, 15, 21, 22, 25, 29, 36, 39, 42, 46], "get": [1, 5, 9, 10, 15, 32, 39, 40, 42], "releas": [1, 25, 40], "manag": [1, 8, 25, 44], "design": 1, "defin": [1, 3, 4, 10, 11, 19, 21, 22, 25, 26, 31, 32, 36, 40, 44, 46], "rule": [1, 5, 11, 44], "bump": 1, "version": [1, 3, 4, 9, 10, 27, 40, 44], "changelog": 1, "life": [1, 25], "easier": [1, 5, 11, 25, 28, 36], "enforc": [1, 5, 17, 32], "descript": [1, 40], "One": [1, 5, 11, 15, 25, 36, 39, 42], "avoid": [1, 5, 8, 10, 25, 31], "ad": [1, 11, 15, 36], "unnecessari": [1, 5, 32], "imag": [1, 4, 5, 17, 39, 46], "definit": [1, 9, 36], "reduc": [1, 5, 15, 17, 26, 46], "size": [1, 15, 21, 25, 27], "also": [1, 5, 8, 9, 11, 17, 20, 23, 25, 26, 28, 32, 36, 39, 40, 46], "safe": [1, 17], "cach": 1, "md": [1, 5, 11], "readm": 1, "secret": [1, 11, 36], "env": [1, 11, 15], "struggl": [3, 11], "rememb": [3, 11, 36], "exact": [3, 25, 28], "seri": [3, 22, 25, 32], "need": [3, 4, 5, 9, 10, 11, 13, 15, 17, 22, 23, 25, 26, 31, 32, 36, 40, 42], "build": [3, 4, 25, 27], "packag": [3, 9, 17, 23, 25, 28, 29, 32, 38, 46], "Or": [3, 11], "manual": [3, 5, 11, 15, 17, 21, 36, 39, 40], "run": [3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 20, 22, 25, 28, 36, 44, 46], "instal": [3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 32, 34, 38, 39, 40, 44, 46], "rescu": 3, "have": [3, 5, 11, 15, 17, 22, 25, 26, 27, 28, 31, 32, 34, 36, 39, 40, 44, 46], "execut": [3, 15, 17, 36, 46], "those": [3, 11, 36, 40, 46], "below": [3, 4, 7, 8, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 28, 31, 32, 36, 39, 40, 42, 46], "how": [3, 5, 7, 8, 10, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 36, 39, 46], "we": [3, 8, 9, 11, 15, 17, 22, 23, 25, 26, 36, 40, 42, 46], "our": [3, 11, 17, 36], "format": [3, 11, 17, 21, 23, 27, 36, 39], "black": [3, 15, 27], "name": [3, 4, 8, 9, 10, 11, 17, 22, 23, 25, 27, 31, 32, 39, 44, 46], "echo": [3, 11, 36], "requir": [3, 4, 44, 46], "pip": [3, 4, 5, 7, 9, 10, 13, 15, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 32, 34, 39, 40, 44, 46], "r": [3, 4, 9, 11, 22], "txt": [3, 4, 11, 46], "quiet": 3, "pytest": 3, "against": [3, 9, 17, 22, 25], "multipl": [3, 11, 17, 21, 22, 25, 26, 28], "hard": [3, 11, 26], "step": [3, 4, 15, 17, 21, 25, 29], "local": [3, 11, 32, 39, 46], "custom": [3, 5, 11, 25, 44], "session": [3, 11, 25], "script": [3, 7, 11, 25], "exampl": [3, 5, 8, 9, 11, 17, 23, 25, 26, 28, 32, 36, 39, 40, 42, 46], "where": [3, 11, 22, 25, 26, 36, 38, 40, 42, 46], "\ud835\udc2d\ud835\udc1e\ud835\udc2c\ud835\udc2d\ud835\udc2c": 3, "\ud835\udc27\ud835\udc28\ud835\udc31\ud835\udc1f\ud835\udc22\ud835\udc25\ud835\udc1e": 3, "\ud835\udc29\ud835\udc32": 3, "moreov": 3, "anoth": [3, 29, 42], "\ud835\udc25\ud835\udc22\ud835\udc27\ud835\udc2d": 3, "flake8": [3, 5, 15], "highli": [3, 22, 27], "customiz": 3, "so": [3, 4, 5, 10, 11, 15, 17, 20, 22, 25, 26, 36, 39, 40, 46], "check": [3, 4, 5, 9, 17, 25, 32, 36, 40, 46], "out": [3, 5, 15, 17, 21, 25, 28, 44, 46], "document": [3, 11, 17, 36, 39, 46], "noxfil": 3, "py": [3, 4, 5, 7, 9, 10, 11, 13, 15, 36, 46], "6": [3, 7, 11, 15, 21, 22, 25, 31, 36, 39, 44, 46], "9": [3, 4, 7, 17, 21, 22, 25, 27, 28, 31, 36], "def": [3, 5, 7, 8, 10, 11, 15, 20, 25, 26, 31, 32, 36, 39, 46], "lint": [3, 44], "goe": [3, 38], "search": [3, 11, 23, 39, 40], "branch": [3, 4], "commit": [3, 4, 5, 15], "access": [3, 4, 8, 9, 39, 44], "token": [3, 17, 27], "from": [3, 7, 10, 17, 21, 22, 25, 26, 27, 28, 32, 39, 40, 42, 46], "gitlab": 3, "pyupio": 3, "repo": 3, "usernam": [3, 9, 36], "user": [3, 11, 15, 17, 23, 39, 44], "your_token": 3, "initi": [3, 11, 25], "after": [3, 11, 28, 36, 46], "first": [3, 11, 17, 25, 36], "remov": [3, 25, 27, 46], "flag": [3, 46], "don": [4, 5, 11, 15, 25, 28, 32, 34, 36, 39, 40, 46], "t": [4, 5, 11, 15, 23, 25, 26, 28, 32, 34, 36, 39, 40, 46], "wast": [4, 5, 40], "push": [4, 15, 36], "chang": [4, 11, 15, 22, 25, 32, 36, 39, 40], "docker": [4, 5, 20], "machin": [4, 20, 22, 25], "curl": [4, 38], "raw": [4, 11, 25, 36], "githubusercont": [4, 25], "nekto": 4, "master": 4, "sh": [4, 38], "sudo": 4, "bash": [4, 11], "whenev": [4, 31, 36], "trigger": 4, "again": [4, 11, 22, 25, 32, 34, 44, 46], "even": [4, 5, 10, 11, 25, 27, 28, 32, 44], "didn": 4, "small": [4, 8, 11, 15, 17, 25, 31, 32, 36], "snippet": [4, 5, 15], "skip": [4, 9], "next": [4, 23, 36, 39], "job": [4, 5], "ubuntu": 4, "latest": [4, 40], "checkout": 4, "v4": 4, "setup": [4, 20], "poetri": [4, 11], "pipenv": 4, "unit": [4, 15, 32, 46], "python3": 4, "u": [4, 15], "m": [4, 7, 11, 21, 25, 28], "unittest": 4, "To": [4, 5, 9, 11, 21, 22, 25, 26, 31, 36, 40, 44, 46], "detect": [4, 17, 22, 23, 25, 44], "potenti": [4, 5, 9, 17, 36], "problem": [4, 5, 10, 11, 17, 21, 22, 25, 27, 36, 39, 44], "smell": [4, 44], "syntax": [4, 9, 11, 39], "secur": 4, "cron": 4, "non": [4, 21, 22, 25], "exist": [4, 28, 31, 36, 46], "properti": [4, 11, 36], "ha": [4, 5, 9, 11, 17, 22, 28, 31, 34, 36, 40], "pre": [4, 5, 11, 25, 39, 46], "hook": [4, 5], "rhysd": 4, "cmd": 4, "If": [5, 11, 13, 15, 21, 25, 27, 32, 34, 39, 46], "problemat": 5, "difficult": [5, 11, 13, 22, 31, 46], "read": [5, 11, 31, 46], "perform": [5, 17, 21, 22, 28, 36, 38, 39, 46], "interpret": [5, 22, 31, 36], "spend": 5, "less": [5, 28, 31, 36], "issu": [5, 11, 25, 28, 31, 44], "aris": 5, "conflict": [5, 11, 36], "clean": [5, 11, 15, 36], "optim": [5, 11, 15, 22, 31], "fine": 5, "tune": 5, "process": [5, 9, 15, 17, 22], "place": [5, 25], "aspect": 5, "qualiti": [5, 17, 25, 32], "maintain": [5, 11, 36], "In": [5, 9, 11, 15, 22, 23, 25, 28, 31, 32, 34, 36, 46], "about": [5, 17, 22, 25, 36], "method": [5, 8, 11, 17, 21, 22, 25, 26, 28], "class": [5, 8, 11, 20, 26, 27, 28, 39, 46], "print": [5, 9, 10, 15, 17, 22, 23, 25, 27, 28, 29, 32, 39], "coverag": [5, 25, 28], "report": [5, 9, 17, 21, 25, 32, 46], "poorli": 5, "v": [5, 46], "bigger": [5, 25, 31], "look": [5, 11, 15, 17, 19, 21, 25, 27, 46], "nasti": [5, 11, 44], "order": [5, 15, 42], "them": [5, 9, 11, 15, 22, 25, 27, 31, 36, 39, 46], "librari": [5, 9, 11, 13, 19, 21, 22, 23, 25, 26, 27, 28, 34, 39, 40], "alphabet": [5, 11], "separ": [5, 11, 39], "section": [5, 25], "cli": [5, 9, 23, 44], "focu": [5, 25], "high": [5, 9, 11, 22, 38], "hand": 5, "tire": [5, 11, 39], "thei": [5, 9, 10, 11, 17, 20, 22, 27, 31, 36, 39, 44, 46], "form": [5, 11], "sinc": [5, 9, 23, 25, 27, 28, 36, 46], "popular": [5, 11, 17, 25, 31, 32, 34], "choic": [5, 17, 25, 32], "config": [5, 11, 15, 25, 32, 40], "nice": [5, 11, 15, 23, 25, 46], "catch": [5, 10, 44], "befor": [5, 10, 25, 28, 36, 44], "caus": [5, 10, 25, 27], "still": [5, 10, 11, 15, 21, 25, 38], "pylint": 5, "10x": 5, "100x": 5, "faster": [5, 20, 25, 28, 34, 38], "linter": 5, "written": [5, 10, 11, 38], "rust": [5, 17, 38], "magnitud": 5, "than": [5, 9, 10, 17, 20, 25, 26, 28, 31, 34, 36, 39, 46], "while": [5, 11, 21, 25, 36, 40], "integr": [5, 10, 17, 25, 40], "some_fil": 5, "json": [5, 11, 21, 23, 39, 44], "divid": 5, "b": [5, 7, 11, 15, 21, 22, 31, 36, 39, 46], "result": [5, 9, 11, 15, 17, 21, 22, 23, 26, 27, 28, 29, 32, 36, 39, 40, 42, 44, 46], "except": [5, 11, 22], "zerodivisionerror": 5, "e": [5, 11, 21, 25, 39], "infin": 5, "return": [5, 7, 8, 10, 11, 15, 17, 20, 23, 25, 26, 28, 31, 32, 36, 39, 46], "appli": [5, 19, 25, 31, 44], "blacken": 5, "doc": [5, 11, 17, 44], "latex": 5, "restructuredtext": 5, "unformat": 5, "anymor": [5, 11, 29, 39], "word": [5, 11, 17, 21, 27, 32], "sourc": [5, 11, 15, 17, 20, 21, 25, 40], "touch": [5, 11, 46], "nich": 5, "term": [5, 25], "fals": [5, 9, 11, 15, 25, 26, 32, 36, 40], "posit": [5, 17, 21, 25], "directori": [5, 15, 44, 46], "best": [5, 17, 20, 22, 25, 32], "practic": 5, "pars": [5, 11], "ast": 5, "avail": [5, 27, 36, 46], "rm": [5, 22, 36, 46], "find": [5, 9, 10, 28], "spell": 5, "checker": [5, 10, 22], "low": [5, 9, 11, 25], "rate": [5, 23, 26], "easili": [5, 9, 10, 11, 15, 17, 19, 21, 23, 25, 36, 46], "ci": [5, 40, 44], "pipelin": [5, 25, 40, 44], "brew": [5, 44], "most": [7, 11, 17, 25, 31, 32, 46], "amount": [7, 10, 15], "modul": [7, 9, 13, 23, 25, 29, 36, 39, 44], "analysi": 7, "consumpt": [7, 25], "within": [7, 8, 11, 15], "decor": [7, 10, 11, 25, 36, 39], "profil": [7, 9, 15], "pass": [7, 10, 11, 17, 25, 36], "option": [7, 11, 25, 31, 32, 36, 40, 46], "load": [7, 11, 15, 20, 25, 28], "my_func": [7, 39], "1": [7, 9, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 36, 39, 44, 46], "10": [7, 9, 11, 15, 21, 22, 25, 27, 28, 31, 36, 39, 44], "2": [7, 9, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 34, 36, 39, 44, 46], "del": 7, "mem": 7, "usag": [7, 17, 32], "increment": 7, "occurr": 7, "content": [7, 15, 17, 25, 27, 39], "41": 7, "mib": 7, "4": [7, 9, 11, 15, 17, 21, 22, 25, 28, 31, 36, 40, 44, 46], "5": [7, 9, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 36, 39, 40, 44, 46], "49": [7, 25], "102": 7, "rang": [7, 11, 15, 21, 22, 25, 26, 27, 28, 36, 39], "100": [7, 10, 11, 13, 17, 25, 32, 46], "194": 7, "145": 7, "0": [7, 9, 11, 15, 17, 20, 21, 22, 25, 26, 27, 28, 32, 34, 36, 39, 40, 44, 46], "22": [7, 28], "20": [7, 11, 17, 21, 22, 25, 27, 31, 46], "known": [8, 9], "least": [8, 34], "knowledg": 8, "object": [8, 21, 25, 46], "should": [8, 9, 11, 36, 39, 44, 46], "commun": [8, 10, 34], "its": [8, 15, 23, 25, 26, 31, 32, 36, 39], "immedi": [8, 9, 31, 36, 46], "neighbor": 8, "deeper": [8, 25], "would": [8, 9, 17, 25, 28, 36], "violat": 8, "obei": 8, "bad": 8, "depart": [8, 42], "__init__": [8, 25, 36, 46], "self": [8, 20, 25, 26, 36, 46], "get_manager_nam": 8, "deep": [8, 25, 32, 40], "hierarchi": [8, 13], "employe": [8, 11, 42], "good": [8, 11, 25], "Not": [8, 25, 46], "get_nam": 8, "abstract": 9, "tree": [9, 22, 25, 36], "plugin": [9, 46], "produc": [9, 46], "ignor": [9, 15, 25, 36], "verifi": 9, "ssl": 9, "certif": [9, 11], "\ud835\udc2f\ud835\udc1e\ud835\udc2b\ud835\udc22\ud835\udc1f\ud835\udc32": 9, "\ud835\udc05\ud835\udc1a\ud835\udc25\ud835\udc2c\ud835\udc1e": 9, "identifi": [9, 11, 22, 28, 44], "bandit_test": 9, "www": [9, 11, 39, 40], "googl": [9, 11, 25, 32, 36], "de": [9, 11, 23, 27, 36], "info": [9, 39], "none": [9, 36], "exclud": 9, "node_visitor": 9, "warn": [9, 11, 39], "unabl": 9, "qualifi": 9, "12": [9, 15, 22, 23, 25, 28], "23": [9, 39, 44], "15": [9, 17, 21, 22, 25, 44], "32": [9, 25], "44": [9, 39], "650893": 9, "b501": 9, "request_with_no_cert_valid": 9, "disabl": 9, "sever": [9, 25], "confid": [9, 25], "cwe": 9, "295": 9, "mitr": 9, "org": [9, 11, 17, 39], "html": 9, "locat": [9, 21, 25, 44], "readthedoc": 9, "io": [9, 40, 44], "en": [9, 11, 17, 23, 27, 44], "b501_request_with_no_cert_valid": 9, "status_cod": 9, "scan": [9, 44], "total": [9, 11, 15, 25, 46], "nosec": 9, "metric": [9, 15, 17, 25, 28, 34], "undefin": 9, "medium": 9, "audit": 9, "advisori": 9, "databas": [9, 17, 46], "upgrad": [9, 46], "id": [9, 11, 23, 36], "fix": [9, 25, 36], "flask": [9, 11], "pysec": 9, "2019": 9, "179": 9, "2018": 9, "66": 9, "setuptool": 9, "56": [9, 25], "ghsa": 9, "r9hx": 9, "vwmv": 9, "q579": 9, "65": 9, "almost": 9, "password": 9, "api": [9, 20, 23, 26, 39, 46], "kei": [9, 11, 17, 21, 25, 29, 36, 39, 46], "never": [9, 25, 27, 28], "plain": [9, 11, 38, 39], "text": [9, 15, 17, 25, 31, 39], "trivial": 9, "anybodi": 9, "who": [9, 17, 39], "wrapper": [9, 23, 46], "around": [9, 17, 46], "system": [9, 17, 25, 36], "maco": 9, "keychain": 9, "window": [9, 42], "locker": 9, "etc": [9, 11, 21, 23, 25, 39], "safer": 9, "retriev": [9, 17, 23, 36], "field": 9, "done": [9, 25, 36], "set_password": 9, "mydb": 9, "get_password": 9, "hint": 10, "expect": [10, 11, 17, 46], "wrong": 10, "awai": 10, "rais": [10, 11, 36], "thing": [10, 11, 13, 20, 25, 46], "typecheck": 10, "say_hello": 10, "str": [10, 11, 36, 39], "f": [10, 11, 15, 17, 21, 32, 36, 39], "hello": [10, 11, 15, 17, 36, 39], "analyz": [10, 11, 25, 28, 32], "ensur": [10, 11, 17, 28, 36, 44], "align": 10, "reliabl": 10, "bank": 10, "deposit": 10, "int": [10, 11, 20, 32, 36, 39], "balanc": [10, 25], "withdraw": 10, "1000": [10, 22, 28, 31, 39, 44], "wish": 10, "fast": [10, 11, 17, 19, 25, 31, 32, 36, 46], "match": [10, 11, 36], "typescript": 10, "extra": [10, 36], "3x": [10, 17, 32], "5x": [10, 32], "og": 10, "whether": 10, "pleas": [10, 31], "consid": [10, 25, 26, 46], "know": [11, 22, 23, 25, 31, 36, 46], "headach": [11, 46], "pycountri": 11, "iso": 11, "alpha_2": 11, "alpha_3": 11, "eur": 11, "freez": 11, "veri": [11, 20, 22, 25, 46], "virtual": 11, "encount": [11, 17], "follow": [11, 13, 15, 17, 22, 40, 44], "desir": 11, "unus": 11, "realli": [11, 17, 20, 27, 31, 46], "y": [11, 15, 21, 22, 25, 28, 34, 36, 46], "two": [11, 15, 17, 22, 25, 27, 36], "pgeocod": 11, "just": [11, 15, 17, 21, 25, 31, 32, 36, 39], "specifi": [11, 21, 25, 27, 31, 36, 39, 46], "km": 11, "dist": 11, "geodist": 11, "query_postal_cod": 11, "10117": 11, "80331": 11, "ever": 11, "convers": [11, 32], "manipul": [11, 39], "handl": [11, 22, 23, 25, 27, 28, 36, 39], "physic": 11, "quantiti": [11, 36], "arithmet": 11, "keep": 11, "track": [11, 15], "accur": [11, 28], "registri": 11, "ureg": 11, "unitregistri": 11, "33": 11, "kilomet": 11, "feet": 11, "108267": 11, "71653543308": 11, "foot": 11, "oper": [11, 31, 32], "speed": [11, 25, 28, 46], "hour": [11, 28, 32, 39], "198": 11, "steroid": [11, 25, 39], "cpu": [11, 46], "gpu": [11, 17, 20, 25], "memori": [11, 17, 25, 31, 36, 39, 46], "bottleneck": 11, "propos": 11, "gui": [11, 25], "my_modul": [11, 15], "repair": 11, "scrambl": 11, "occur": [11, 22], "foreign": 11, "appear": 11, "correctli": [11, 44, 46], "fix_text": 11, "doe": [11, 17, 20, 27], "\u00e2": 11, "\u0153ftfy\u00e2": 11, "x9d": 11, "mean": [11, 15, 17, 22, 25, 39], "\u00e2\u0153": 11, "mona": 11, "lisa": 11, "doesn\u00e3\u0192\u00e2": 11, "\u00e3": 11, "\u0161\u00e2": 11, "\u017e\u00e2": 11, "eyebrow": 11, "train": [11, 15, 17, 22, 26, 27, 28, 40], "model": [11, 17, 19, 22, 26, 27, 28, 40], "cv2": [11, 19], "input_path": 11, "car": [11, 36], "jpg": [11, 19, 39], "output_path": 11, "car2": 11, "input_fil": 11, "imread": [11, 19], "output_fil": 11, "imwrit": 11, "clunki": 11, "intuit": [11, 25, 27, 39], "auto": [11, 28, 36], "ditch": [11, 34], "argpars": 11, "hello_script": 11, "bye": 11, "__name__": [11, 20, 39], "__main__": [11, 20, 39], "john": [11, 17, 39], "annoi": [11, 17, 39, 40, 46], "few": [11, 21, 32], "divers": [11, 46], "address": [11, 17, 25, 27, 39], "phone": [11, 17, 27], "email": [11, 17, 25, 27], "fr_fr": 11, "phone_numb": 11, "color": [11, 27, 31, 36, 39], "offer": [11, 17, 21, 25, 26, 28, 36, 39], "bore": 11, "url": [11, 23, 27, 36, 39, 40], "25000000": 11, "\ud835\udc2d\ud835\udc2a\ud835\udc1d\ud835\udc26": 11, "set_descript": 11, "glob": 11, "sample_data": 11, "csv": [11, 21, 25, 28, 31, 32], "emoticon": 11, "give": [11, 15, 17, 25, 28, 32, 39, 40], "insight": 11, "especi": [11, 31, 36, 40, 46], "sentiment": [11, 17, 25], "emot_obj": 11, "core": 11, "love": [11, 17, 20], "watermark": 11, "same": [11, 15, 21, 36, 46], "endpoint": [11, 46], "second": [11, 25, 27, 39], "delai": [11, 39], "take": [11, 17, 25, 36, 39, 46], "60": [11, 25, 46], "httpbin": 11, "requests_cach": 11, "cachedsess": 11, "test_cach": 11, "string": [11, 21, 31, 32, 34, 36], "fuzzi": 11, "differ": [11, 19, 21, 23, 25, 28, 40], "variat": 11, "panda": [11, 21, 22, 23, 25, 27, 28, 34, 39], "pd": [11, 21, 22, 25, 27, 28, 32], "util": [11, 15, 25, 26, 28], "unify_nam": 11, "deduplicate_list_str": 11, "read_csv": [11, 21, 25, 32], "bairro": 11, "imovel": 11, "value_count": 11, "threshold_count": 11, "500": [11, 17, 23, 25], "\ud835\udc25\ud835\udc22\ud835\udc27\ud835\udc24\ud835\udc1c\ud835\udc21\ud835\udc1e\ud835\udc1c\ud835\udc24\ud835\udc1e\ud835\udc2b": 11, "recurs": 11, "mai": [11, 22, 27, 36], "harm": [11, 17, 22], "engin": [11, 20, 25, 40], "rank": [11, 17, 22, 25, 42], "linkcheck": 11, "bashplotlib": 11, "littl": 11, "basic": 11, "quick": [11, 15], "visual": [11, 15, 32], "histogram": 11, "scatter": 11, "plot": [11, 15], "hist": 11, "stop": [11, 15, 36], "resolv": [11, 38], "pipdeptre": 11, "possibl": [11, 25], "wrote": 11, "acrosort": 11, "tex": 11, "fun": 11, "sundai": 11, "publish": 11, "\ud835\udc82\ud835\udc84\ud835\udc93\ud835\udc90": 11, "\ud835\udc82\ud835\udc83\ud835\udc83\ud835\udc93\ud835\udc86\ud835\udc97\ud835\udc8a\ud835\udc82\ud835\udc95\ud835\udc8a\ud835\udc90\ud835\udc8f": 11, "\ud835\udc94\ud835\udc89\ud835\udc90\ud835\udc93\ud835\udc95\ud835\udc87\ud835\udc90\ud835\udc93\ud835\udc8e": 11, "\ud835\udc8d\ud835\udc90\ud835\udc8f\ud835\udc88\ud835\udc87\ud835\udc90\ud835\udc93\ud835\udc8e": 11, "begin": [11, 36], "lnkd": 11, "etf8qs5w": 11, "acrosort_tex": 11, "old": [11, 25, 36, 40], "pyfiglet": 11, "banner": 11, "introduc": [11, 36], "font": 11, "ascii_art": 11, "figlet_format": 11, "world": [11, 15, 17, 39], "bubblehead": 11, "bulbhead": 11, "entiti": 11, "recognit": [11, 17], "displaci": 11, "super": [11, 17, 25], "some": [11, 17, 22, 25, 32, 36, 46], "sentenc": [11, 17, 25], "span": 11, "chelsea": 11, "footbal": [11, 17, 36], "club": 11, "english": 11, "profession": 11, "fulham": 11, "west": 11, "london": [11, 39], "1905": 11, "plai": [11, 17, 36, 46], "home": 11, "game": [11, 17, 46], "stamford": 11, "bridg": 11, "compet": [11, 17], "premier": 11, "leagu": 11, "top": [11, 15, 25, 26, 40], "divis": 11, "won": [11, 17], "major": [11, 25, 26], "honour": 11, "championship": [11, 17], "1955": 11, "nlp": 11, "en_core_web_sm": 11, "render": 11, "style": [11, 21], "ent": 11, "true": [11, 15, 21, 25, 26, 27, 28, 32, 34, 36, 40], "paper": 11, "graphic": 11, "element": [11, 15, 17, 32, 36], "notori": [11, 26], "No": [11, 13, 15], "worri": 11, "figur": [11, 21, 46], "tikzplotlib": 11, "insert": [11, 17], "pyplot": [11, 21, 28, 46], "plt": [11, 21, 28, 46], "numpi": [11, 15, 19, 20, 21, 22, 25, 26, 27, 36], "np": [11, 15, 17, 19, 20, 21, 22, 25, 26, 27, 36], "ggplot": 11, "arang": 11, "sin": 11, "pi": 11, "s2": 11, "co": 11, "o": 11, "lw": 11, "xlabel": [11, 46], "ylabel": [11, 46], "voltag": 11, "mv": 11, "titl": [11, 21, 40], "simpl": [11, 13, 25], "frac": 11, "alpha": [11, 25, 26, 28, 34], "grid": [11, 21], "mytikz": 11, "For": [11, 21, 27, 29, 31, 44], "pattern": [11, 27, 28, 36], "break": [11, 36, 46], "down": 11, "complex": [11, 25, 27, 32, 36], "simpler": 11, "ones": [11, 25, 46], "combin": [11, 25, 26], "end": [11, 31, 36, 46], "either": [11, 32, 36], "ip": [11, 17], "digit": [11, 27], "port": [11, 20, 25], "anylett": 11, "anydigit": 11, "anyfrom": 11, "quantifi": [11, 25], "atleastatmost": 11, "group": [11, 34], "captur": [11, 21], "http_protocol": 11, "alphanum": 11, "domain_nam": 11, "n": [11, 28, 36, 40], "61": [11, 22, 25], "tld": 11, "ip_octet": 11, "at_least_at_most": 11, "port_numb": 11, "sub": 11, "togeth": 11, "effortlessli": [11, 15], "optic": 11, "charact": [11, 36, 39], "built": [11, 17, 28, 32, 39, 44, 46], "pytorch": [11, 19, 28], "80": [11, 25], "latin": 11, "chines": 11, "arab": 11, "cyril": 11, "given": [11, 31, 46], "ps": 11, "recommend": [11, 25, 32], "reader": 11, "image_path": [11, 39], "english_imag": 11, "png": [11, 25], "readtext": 11, "draw": 11, "variou": [11, 17, 21, 25, 26, 27, 28], "node": [11, 25, 36], "cloud": [11, 21, 44], "aw": [11, 25, 44], "azur": [11, 44], "gcp": [11, 44], "architectur": [11, 40], "comput": [11, 15, 19, 36], "ec2": [11, 44], "rd": 11, "network": [11, 23, 25, 40], "elb": 11, "worker": 11, "direct": [11, 25, 40], "tb": 11, "lb": 11, "worker1": 11, "worker2": 11, "worker3": 11, "worker4": 11, "worker5": 11, "event": 11, "program": [11, 31, 39], "fail": [11, 44, 46], "let": [11, 15, 21, 25, 28, 31, 36, 40], "instabl": [11, 26], "internet": 11, "connect": [11, 40], "uncommon": 11, "usual": [11, 25], "mechan": 11, "isn": [11, 23], "behaviour": [11, 36], "condit": [11, 31, 36], "wait": [11, 25, 46], "coroutin": 11, "attempt": 11, "stop_after_attempt": 11, "stop_after_5_attempt": 11, "OR": 11, "stop_after_delai": 11, "stop_after_10_s_or_5_retri": 11, "x": [11, 15, 20, 22, 25, 26, 28, 32, 36, 46], "wait_fix": 11, "wait_2_": 11, "retry_if_exception_typ": 11, "ioerror": 11, "might_io_error": 11, "forev": 11, "interfac": [11, 21, 25], "open": [11, 15, 20, 25, 40], "c": [11, 15, 21, 22, 31, 36, 39], "due": [11, 25, 26, 31], "larger": [11, 29, 31], "research": [11, 17], "plotli": [11, 31], "neat": [11, 17, 39], "tutori": 11, "purpos": [11, 39], "ig": 11, "g": [11, 25, 39], "es": 11, "width": [11, 36, 46], "fig": [11, 21, 25, 31, 46], "ax": [11, 21], "subplot": [11, 21], "target": [11, 25, 27], "circl": 11, "vertex_color": 11, "steelblu": 11, "vertex_label": 11, "vcount": 11, "edge_width": 11, "edge_color": 11, "666": 11, "edge_background": 11, "white": 11, "bandwidth": [11, 40], "dot": [11, 39, 44], "net": [11, 25, 34, 46], "orient": 11, "pure": 11, "lightweight": [11, 17, 25], "perfect": [11, 17, 36, 44, 46], "hobbi": 11, "db": 11, "path": [11, 25, 39, 40, 44, 46], "char": 11, "stai": [11, 25], "sloc": 11, "logic": [11, 40], "lloc": 11, "estim": [11, 22, 25, 28], "cyclomat": 11, "correspond": [11, 21, 23, 27], "decis": 11, "count": [11, 23], "halstead": 11, "deriv": [11, 23], "distinct": 11, "operand": 11, "index": [11, 21, 28, 31], "measur": [11, 17, 22, 46], "mix": [11, 46], "abov": 11, "cc": 11, "httpx": 11, "similar": [11, 17, 31, 34, 36, 39], "advantag": 11, "asynchron": 11, "doesn": [11, 25, 26], "lead": [11, 22, 25, 28, 36], "improv": [11, 46], "deal": 11, "concurr": 11, "yourself": [11, 15, 20, 28], "put": 11, "valu": [11, 22, 25, 27, 28, 31, 39, 44, 46], "delet": [11, 25, 46], "async": [11, 17], "asynccli": 11, "client": [11, 17, 46], "await": 11, "pair": [11, 21, 36], "api_kei": [11, 17, 40, 46], "mysupersecretapikei": 11, "domain": 11, "mydomain": 11, "load_dotenv": 11, "dotenv_valu": 11, "os": [11, 17, 36, 40, 46], "getenv": 11, "dictionari": [11, 25], "did": [11, 25, 31, 36, 40], "interact": [11, 15, 17, 46], "sdk": 11, "item": [11, 21, 36], "page": [11, 13, 23, 40], "notion_cli": 11, "notion_token": 11, "list": [11, 15, 17, 22, 25, 36, 40], "my_pag": 11, "database_id": 11, "897e5a76": 11, "ae52": 11, "4b48": 11, "9fdf": 11, "e71f5945d1af": 11, "filter": [11, 21, 23, 28, 42], "landmark": 11, "rich_text": 11, "pypika": 11, "nearli": [11, 25], "histori": 11, "q": [11, 25, 27, 36, 40], "from_": 11, "join": 11, "customer_id": 11, "select": [11, 42], "star": 11, "get_sql": 11, "ON": 11, "ui": 11, "clone": 11, "myshel": 11, "cd": [11, 40, 44], "unid": 11, "download": [11, 23, 40], "melo": 11, "wav": 11, "tt": 11, "devic": [11, 20], "la": 11, "lueur": 11, "dor\u00e9": 11, "du": 11, "soleil": 11, "caress": 11, "le": 11, "vagu": 11, "peignant": 11, "ciel": 11, "d": [11, 22, 31, 36, 39, 44], "un": 11, "palett": 11, "\u00e9blouissant": 11, "fr": 11, "speaker_id": 11, "hp": 11, "spk2id": 11, "tts_to_fil": 11, "translat": 11, "21": [11, 22, 36], "flavour": 11, "duckdb": 11, "snowflak": 11, "spark": [11, 22, 28], "hive": 11, "salari": [11, 42], "ag": [11, 15, 22, 32, 39], "30": [11, 21, 25, 26, 36], "tsql": 11, "foo": 11, "baz": 11, "parseerror": 11, "col": [11, 25, 34, 39], "34": 11, "unclear": [11, 39], "separator_charact": 11, "filename_displai": 11, "filename_extend": 11, "line_number_first": 11, "display_link": 11, "lines_befor": 11, "lines_aft": 11, "line_color": 11, "red": [11, 27, 31, 36], "default_config": 11, "code_color": 11, "truncate_cod": 11, "display_loc": 11, "week": [11, 39], "backend": [11, 25, 39], "polar": [11, 22, 32], "pyspark": 11, "bigqueri": 11, "rest": [11, 28], "framework": [11, 25], "set_backend": 11, "conn": [11, 46], "read_parquet": 11, "parquet": 11, "group_bi": [11, 34], "speci": 11, "island": 11, "agg": [11, 34], "order_bi": 11, "compon": 11, "footer": 11, "header": 11, "bodi": [11, 46], "bring": [11, 46], "gt": 11, "sp500": 11, "start_dat": 11, "2010": 11, "06": [11, 25], "07": [11, 36], "end_dat": 11, "14": [11, 22, 25], "tab_head": 11, "p": [11, 36], "subtitl": 11, "fmt_currenc": 11, "close": 11, "fmt_date": 11, "date": [11, 21, 23, 39, 46], "date_styl": 11, "wd_m_day_year": 11, "fmt_number": 11, "volum": 11, "compact": [11, 31], "cols_hid": 11, "adj_clos": 11, "valid": [11, 17], "common": [11, 22, 25, 34, 44], "complet": [11, 17, 21, 36], "anomali": [11, 25], "membership": 11, "checklevel": 11, "is_complet": 11, "is_uniqu": 11, "df": [11, 21, 22, 23, 27, 28, 31, 32, 34], "checkisbetweend": 11, "explod": 11, "sequenc": [11, 39], "to_dat": 11, "01": [11, 23, 25, 26, 39], "interv": [11, 21], "assert": [11, 46], "is_between": 11, "statu": [11, 36], "90": [11, 46], "great": [11, 17, 20, 21, 40], "pil": 11, "run_ocr": 11, "segform": 11, "load_model": 11, "processor": [11, 39], "load_processor": 11, "lang": [11, 23, 27], "det_processor": 11, "det_model": 11, "rec_model": 11, "rec_processor": 11, "predict": [11, 20, 26, 28, 34], "encoded_jwt": 11, "payload": 11, "algorithm": [11, 22, 25, 26, 39, 40], "hs256": 11, "strip": [11, 15], "yai": 11, "href": 11, "dev": 11, "streamlit": 11, "competitor": 11, "rapidli": 11, "readi": 11, "css": 11, "js": 11, "lab": 11, "mel": 11, "chat": [11, 17], "transform": [11, 17, 19, 25, 36], "prompt": [11, 40], "chatmessag": 11, "neckbreak": 11, "case": [11, 25, 28, 46], "luckili": [11, 17], "credit": [11, 17], "card": [11, 17], "bitcoin": 11, "wallet": 11, "presidio_analyz": 11, "presidio_anonym": 11, "en_core_web_lg": 11, "analyzerengin": 11, "anonymizerengin": 11, "text_to_anonym": 11, "hi": 11, "mr": 11, "jone": 11, "212": 11, "555": [11, 17], "5555": 11, "person": [11, 39], "anonymized_text": 11, "analyzer_result": 11, "unstructur": [11, 17, 39], "\ud835\udc2c\ud835\udc24\ud835\udc22\ud835\udc25\ud835\udc25\ud835\udc27\ud835\udc1e\ud835\udc2b": 11, "achiev": [11, 17, 25], "ran": 11, "Of": [11, 39], "cours": [11, 39], "llm": [11, 28, 32, 40], "matcher": 11, "phrasematch": 11, "general_param": 11, "skill_db": 11, "skill_extractor_class": 11, "skillextractor": 11, "skill_extractor": 11, "job_descript": 11, "develop": [11, 17, 25, 32, 40, 44], "expertis": 11, "adapt": 11, "speak": 11, "fluentli": 11, "german": [11, 27], "annot": 11, "prevent": [11, 36], "abus": 11, "crucial": [11, 17, 25], "implement": [11, 25, 28, 32, 40, 46], "starlett": 11, "minut": [11, 27, 39], "note": [11, 27, 36, 46], "fall": 11, "apart": 11, "_rate_limit_exceeded_handl": 11, "get_remote_address": 11, "ratelimitexceed": 11, "key_func": 11, "state": [11, 15, 29], "add_exception_handl": 11, "respons": [11, 17, 25, 32, 39], "turn": [11, 17, 28], "transit": 11, "david": 11, "pydantic_set": 11, "baseset": 11, "settingsconfigdict": 11, "pydanct": 11, "basemodel": 11, "enum": [11, 36], "stage": 11, "prod": 11, "redisset": 11, "host": 11, "appset": 11, "model_config": 11, "env_fil": 11, "redi": 11, "app_nam": [11, 23], "debug_mod": 11, "bool": 11, "yourappnam": 11, "localhost": 11, "6379": 11, "pdoc": 13, "cool": [13, 25, 36], "configur": [13, 25, 39, 44], "altern": [13, 25, 39], "sphinx": 13, "preprocess": [13, 15, 25], "exactli": 15, "load_ext": 15, "magic": 15, "extens": [15, 27, 34], "lprun": 15, "my_funct": [15, 32, 36], "10000": [15, 31], "400": 15, "1e": 15, "timer": 15, "001": 15, "0160793": 15, "ipython": 15, "input": [15, 20, 21, 25, 31], "18": 15, "790da5f104f0": 15, "hit": [15, 28], "9999": 15, "16": [15, 21, 25, 44], "37": 15, "46": 15, "livelossplot": 15, "callback": 15, "tensorboard": 15, "progress": 15, "kera": 15, "dataset": [15, 17, 21, 22, 25, 26, 27, 28, 31, 32], "mnist": 15, "to_categor": 15, "sequenti": [15, 25], "layer": [15, 25], "flatten": [15, 25, 39], "dens": [15, 25], "activ": [15, 20, 25], "plotlosseskera": 15, "x_train": [15, 22, 25, 28], "y_train": [15, 22, 25, 28], "x_test": [15, 22, 25], "y_test": [15, 22, 25, 28], "load_data": [15, 25], "reshap": 15, "28": [15, 21, 25, 44], "astyp": 15, "float32": 15, "255": 15, "input_shap": [15, 25], "softmax": [15, 25], "rmsprop": 15, "categorical_crossentropi": 15, "accuraci": [15, 25], "plotloss": 15, "fit": [15, 22, 25, 26, 28], "epoch": 15, "validation_data": 15, "verbos": [15, 25, 27, 40], "latexifi": 15, "beauti": 15, "math": 15, "solv": [15, 17, 21], "sqrt": 15, "diagram": 15, "switch": 15, "back": [15, 36], "sklearn": [15, 22, 26, 27, 28, 34], "make_pipelin": [15, 27], "imput": 15, "simpleimput": [15, 27], "compos": [15, 19, 25, 27], "columntransform": 15, "onehotencod": 15, "robustscal": [15, 27], "ensembl": [15, 28], "randomforestclassifi": [15, 25], "set_config": 15, "numeric_preprocessor": 15, "imputation_mean": 15, "missing_valu": 15, "nan": 15, "strategi": [15, 17, 46], "scale": [15, 25], "categorical_preprocessor": 15, "imputation_const": 15, "fill_valu": 15, "miss": [15, 36, 46], "constant": [15, 25, 36], "one_hot": 15, "handle_unknown": [15, 25], "preprocessor": 15, "categor": [15, 21], "gender": 15, "numer": 15, "weight": [15, 34], "pipe": [15, 25, 28], "reload": 15, "reimport": 15, "my_function1": 15, "my_function2": 15, "limit": [15, 17], "widespread": 15, "isort": 15, "incompat": 15, "nbqa": 15, "er": 15, "toolchain": 15, "my_notebook": 15, "ipynb": 15, "float": [15, 27], "heavi": 15, "jupyterlab": 15, "scratch": [15, 40], "jupytertempl": 15, "eda": [15, 25], "labextens": 15, "jupyterlab_templ": 15, "enabl": [15, 44], "jupyter_notebook_config": 15, "jupyterlabtempl": 15, "allowed_extens": 15, "template_dir": 15, "include_default": 15, "include_core_path": 15, "larg": [15, 27, 32, 36], "risk": 15, "sensit": [15, 17, 39], "genai": 15, "vendor": [15, 17], "openai": [15, 17, 32], "huggingfac": [15, 25], "anthrop": [15, 17, 32], "ask": [15, 46], "provider_api_kei": 15, "your_api_key_her": 15, "jupyter_ai": 15, "chatgpt": 15, "forget": [15, 17, 38], "marimo": 15, "friendli": [15, 39], "reactiv": 15, "re": [15, 36], "affect": [15, 29, 36], "determinist": [15, 39, 46], "hidden": 15, "deploy": [15, 44], "edit": [15, 44], "here": [17, 36, 46], "cost": [17, 27], "often": [17, 26], "exceed": 17, "context": 17, "pai": [17, 39], "unimport": 17, "claim": 17, "20x": [17, 28], "minim": [17, 22], "tri": [17, 32], "myself": 17, "notic": [17, 25], "cautiou": 17, "critic": [17, 39, 44], "promptcompressor": 17, "your_prompt": 17, "llm_lingua": 17, "lgaalv": 17, "gpt2": 17, "dolli": 17, "compressed_prompt": 17, "compress_prompt": 17, "instruct": 17, "question": 17, "target_token": 17, "200": [17, 32], "origin_token": 17, "2430": 17, "compressed_token": 17, "261": 17, "ratio": [17, 22, 25], "gpt": [17, 40], "consist": [17, 21, 31], "stream": [17, 20, 25], "openai_api_kei": [17, 40], "anthropic_api_kei": 17, "mistral_api_kei": 17, "role": 17, "turbo": [17, 40], "claud": 17, "instant": 17, "mistral": 17, "tini": 17, "unwant": 17, "behavior": [17, 46], "between": [17, 21, 22, 23, 25], "inform": [17, 23, 25, 36, 40], "number": [17, 29, 46], "sanit": 17, "toxic": 17, "inject": [17, 36], "guard": 17, "llm_guard": 17, "scan_output": 17, "scan_prompt": 17, "input_scann": 17, "anonym": [17, 36], "promptinject": 17, "vault": 17, "openaikei": 17, "sql": [17, 21], "123": [17, 27, 39], "4567": 17, "192": 17, "168": 17, "8901": 17, "2345": 17, "6789": 17, "sanitized_prompt": 17, "results_valid": 17, "results_scor": 17, "assist": 17, "redacted_person_1": 17, "redacted_email_address_1": 17, "redacted_phone_number_1": 17, "redacted_ip_address_1": 17, "redacted_credit_card_re_1": 17, "tricki": [17, 46], "preconfigur": 17, "profici": 17, "tonal": 17, "concis": 17, "hallucin": 17, "biggest": 17, "ollama": [17, 32], "evalllm": 17, "eval": [17, 25], "global": [17, 29], "sport": [17, 36], "tv": 17, "viewership": 17, "billion": 17, "worldwid": 17, "eval_llm": 17, "context_relev": 17, "factual_accuraci": 17, "response_complet": 17, "dump": 17, "These": 17, "everyth": [17, 46], "video": 17, "audio": 17, "embed_anyth": 17, "embed_fil": 17, "filenam": [17, 46], "pdf": 17, "bert": 17, "arrai": [17, 19, 21, 25, 36], "embed_directori": 17, "test_fil": 17, "clip": 17, "constraint": [17, 32], "mistralai": 17, "7b": 17, "v0": 17, "label": [17, 21, 26], "Is": 17, "review": [17, 25], "neg": [17, 25], "restaur": 17, "awesom": 17, "answer": 17, "scalabl": 17, "techniqu": [17, 36, 46], "precis": [17, 25], "recal": [17, 25], "faith": 17, "relev": [17, 22, 23], "answer_correct": 17, "data_sampl": 17, "bowl": 17, "superbowl": 17, "held": 17, "jan": 17, "1967": 17, "been": [17, 36], "england": 17, "patriot": 17, "afl": 17, "nfl": 17, "american": [17, 32], "januari": [17, 23], "lo": 17, "angel": 17, "coliseum": 17, "green": [17, 27, 31, 36], "bai": 17, "packer": 17, "wisconsin": 17, "confer": 17, "ground_truth": 17, "record": 17, "six": 17, "from_dict": 17, "score": [17, 22, 25, 26, 28], "to_panda": 17, "essenti": [17, 46], "involv": [17, 25, 36], "each": [17, 22, 25, 26, 28, 36, 39, 40, 46], "queri": [17, 21, 25, 31, 39], "coher": 17, "jina": 17, "t5": 17, "replac": [17, 27, 32, 38, 46], "ranker": 17, "hate": 17, "doc_id": 17, "favourit": [17, 25, 39], "qdrant": 17, "seamlessli": [17, 19], "vector": [17, 25, 32], "though": 17, "textembed": 17, "embedding_model": 17, "model_nam": 17, "jinaai": 17, "v2": 17, "prepar": 17, "simplifi": 17, "ppt": 17, "layout": [17, 21], "analyi": 17, "tabl": 17, "document_convert": 17, "documentconvert": 17, "arxiv": 17, "2408": 17, "09869": 17, "export_to_markdown": 17, "technic": 17, "mb": [17, 25, 27, 32], "subdepend": 17, "childhood": 17, "dream": 17, "chunker": 17, "semant": 17, "doubl": 17, "merg": 17, "semanticchunk": 17, "minilm": 17, "l6": 17, "chunk_siz": 17, "512": 17, "similarity_threshold": 17, "appropri": [17, 21, 22], "len": [17, 25, 26], "tensorflow": 19, "70": [19, 25], "vision": 19, "horizontalflip": 19, "tograi": 19, "griddropout": 19, "verticalflip": 19, "channelshuffl": 19, "augmented_imag": 19, "exagger": 20, "kid": 20, "block": [20, 36], "fastapi": 20, "serv": 20, "2x": [20, 34], "batch": 20, "autosc": 20, "complic": 20, "alreadi": [20, 32, 34], "behind": 20, "joblib": 20, "ls": 20, "xgboostapi": 20, "litapi": 20, "decode_request": 20, "asarrai": 20, "expand_dim": 20, "encode_respons": 20, "class_idx": 20, "8000": 20, "repetit": 21, "inspect": 21, "view": 21, "web": [21, 27], "wide": [21, 27], "varieti": [21, 25], "excel": [21, 25], "bonu": 21, "export": 21, "dtale": 21, "datafram": [21, 22, 25, 27, 28, 34], "dict": [21, 25, 31, 39], "fan": 21, "background": [21, 31], "dark_background": 21, "pyqt": 21, "lot": [21, 36, 40], "summari": 21, "statist": [21, 22, 28, 34], "bar": 21, "chart": [21, 25], "pokemon": 21, "nulliti": 21, "understand": [21, 25, 27, 28], "column": [21, 22, 25, 32, 39], "relat": 21, "heatmap": 21, "pick": [21, 32], "relationship": [21, 22], "your_data": 21, "\u03d5k": 21, "beween": 21, "ordin": 21, "linear": [21, 22, 25], "depend": 21, "revert": 21, "pearson": 21, "bivari": 21, "normal": [21, 36], "distribut": [21, 27], "plot_correlation_matrix": 21, "resourc": [21, 44, 46], "fixtur": [21, 46], "fake_insurance_data": 21, "gz": 21, "corr_matrix": 21, "phik_matrix": 21, "x_label": 21, "y_label": 21, "vmin": 21, "vmax": 21, "color_map": 21, "blue": [21, 27, 36], "matrix": 21, "fontsize_factor": 21, "figsiz": 21, "tight_layout": 21, "ugli": [21, 36, 39], "overlap": 21, "unread": 21, "adjust": [21, 25, 36], "mdate": 21, "datetim": [21, 27, 36], "2023": [21, 36, 39], "25": [21, 25, 27, 32, 39], "35": 21, "xaxi": 21, "set_major_formatt": 21, "dateformatt": 21, "geo": 21, "fill": [21, 36], "area": 21, "bubbl": 21, "hexbin": 21, "express": [21, 25, 36], "px": 21, "gapmind": 21, "2007": 21, "scatter_geo": 21, "iso_alpha": 21, "pop": 21, "subplot_mosa": 21, "arrang": 21, "fashion": 21, "control": [21, 25, 31, 40], "aae": 21, "constrained_layout": 21, "axd": 21, "set_titl": 21, "multicollinear": 22, "phenomenon": 22, "predictor": [22, 25, 26], "regress": [22, 25, 28], "correl": [22, 27, 28], "unstabl": 22, "inconsist": 22, "coeffici": 22, "\ud835\udc15\ud835\udc1a\ud835\udc2b\ud835\udc22\ud835\udc1a\ud835\udc27\ud835\udc1c\ud835\udc1e": 22, "\ud835\udc08\ud835\udc27\ud835\udc1f\ud835\udc25\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 22, "\ud835\udc05\ud835\udc1a\ud835\udc1c\ud835\udc2d\ud835\udc28\ud835\udc2b": 22, "indic": [22, 36, 44], "present": 22, "formula": 22, "determin": [22, 25, 44], "repeat": [22, 28], "compar": [22, 46], "contribut": [22, 25], "now": [22, 36, 39, 46], "drop": [22, 25, 32, 38], "remain": 22, "\ud835\udc2c\ud835\udc2d\ud835\udc1a\ud835\udc2d\ud835\udc2c\ud835\udc26\ud835\udc28\ud835\udc1d\ud835\udc1e\ud835\udc25\ud835\udc2c": 22, "load_boston": 22, "statsmodel": [22, 28, 34], "stat": 22, "outliers_influ": 22, "variance_inflation_factor": 22, "boston": 22, "feature_nam": [22, 27], "shape": [22, 25, 26, 31], "crim": 22, "100373": 22, "zn": 22, "844013": 22, "indu": 22, "485758": 22, "cha": 22, "152952": 22, "nox": 22, "73": 22, "894947": 22, "77": 22, "948283": 22, "386850": 22, "di": 22, "699652": 22, "rad": 22, "167725": 22, "tax": 22, "227274": 22, "ptratio": 22, "85": 22, "029547": 22, "11": [22, 23], "104943": 22, "lstat": 22, "102025": 22, "catboost": [22, 25], "unknown": 22, "mismatch": 22, "beforehand": [22, 36], "categorymismatchtraintest": 22, "tabular": [22, 25, 28], "train_test_valid": 22, "col1": 22, "col2": 22, "col3": 22, "obtain": 22, "randomli": 22, "shuffl": [22, 25], "observ": 22, "comparison": 22, "eas": 22, "show_weight": 22, "hurt": 22, "permutationimport": 22, "svm": [22, 25], "svc": 22, "load_iri": [22, 25, 27], "model_select": [22, 25, 28], "train_test_split": [22, 25, 28], "iri": [22, 25], "target_nam": [22, 25], "perm": 22, "feature_1": [22, 25], "feature_2": 22, "feature_3": [22, 25], "feature_4": 22, "pp": 22, "agnost": [22, 25], "ppscore": 22, "c_": [22, 27], "minimum": [22, 39, 44], "redund": 22, "maximum": [22, 26, 36, 39], "smallest": [22, 32, 36, 46], "subset": [22, 31], "ml": [22, 28], "k": [22, 28, 46], "mrmr_select": 22, "make_classif": 22, "mrmr_classif": 22, "n_sampl": [22, 25, 28], "n_featur": [22, 25], "50": [22, 25, 28], "n_inform": 22, "n_redund": 22, "40": [22, 25, 27, 32], "selected_featur": 22, "restrict": 23, "social": [23, 25, 27], "servic": [23, 40], "hashtag": 23, "thread": 23, "platform": [23, 27], "instagram": [23, 40], "facebook": 23, "tweet": 23, "elon": 23, "musk": 23, "simpli": [23, 28], "jsonl": 23, "max": [23, 25, 36, 39], "elonmusk": 23, "until": [23, 46], "scraper": 23, "playstor": 23, "sort": [23, 25], "countri": [23, 32, 39], "google_play_scrap": 23, "_": [23, 25, 26, 28, 36], "android": 23, "newest": 23, "filter_score_with": 23, "app_store_scrap": 23, "podcast": 23, "appl": [23, 36], "side": [23, 31], "appstor": 23, "app_id": 23, "id389801252": 23, "insta": 23, "389801252": 23, "how_mani": 23, "messi": [23, 36], "face": 23, "throw": [23, 36], "dialect": 23, "read_datafram": 23, "imdb": 23, "extractor": [23, 25], "crawl": 23, "metadata": 23, "comment": [23, 25], "websit": [23, 27, 36, 40, 46], "xml": 23, "fetch_url": 23, "extract": [23, 25, 28, 36, 40], "adbar": 23, "output_format": 23, "imbal": 25, "higher": 25, "minor": 25, "lower": [25, 27], "loss": [25, 34], "misclassifi": 25, "compute_class_weight": 25, "tf": [25, 44], "class_weight": 25, "uniqu": [25, 36], "enumer": 25, "loop": 25, "clear_sess": 25, "bias": [25, 28], "\ud835\udc1d\ud835\udc1e\ud835\udc25": 25, "\ud835\udc26\ud835\udc28\ud835\udc1d\ud835\udc1e\ud835\udc25": 25, "clutter": 25, "increas": [25, 34], "create_model": 25, "noisi": 25, "centric": 25, "via": [25, 44], "clf": 25, "n_estim": 25, "cl": 25, "classif": 25, "cleanlearn": 25, "label_issu": 25, "find_label_issu": 25, "is_label_issu": 25, "assess": [25, 28], "summar": 25, "f1": 25, "y_true": [25, 28], "y_pred": [25, 28], "00": [25, 31, 36, 39], "67": 25, "macro": 25, "avg": 25, "care": [25, 36], "tupl": 25, "seed": [25, 29, 46], "sampler": 25, "tpesampl": 25, "trial": 25, "42": 25, "studi": 25, "create_studi": 25, "n_trial": 25, "reason": 25, "doubt": 25, "closer": 25, "\ud835\udc0f\ud835\udc2b\ud835\udc28\ud835\udc1b\ud835\udc1a\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "\ud835\udc16\ud835\udc2b\ud835\udc28\ud835\udc27\ud835\udc20\ud835\udc0f\ud835\udc2b\ud835\udc1e\ud835\udc1d\ud835\udc22\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "cannot": 25, "\ud835\udc03\ud835\udc22\ud835\udc2c\ud835\udc1a\ud835\udc20\ud835\udc2b\ud835\udc1e\ud835\udc1e\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "disagre": 25, "\ud835\udc11\ud835\udc1e\ud835\udc25\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc2f\ud835\udc1e\ud835\udc03\ud835\udc22\ud835\udc1f\ud835\udc1f\ud835\udc1e\ud835\udc2b\ud835\udc1e\ud835\udc27\ud835\udc1c\ud835\udc1e\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "rel": [25, 27], "doubtensembl": 25, "probareason": 25, "wrongpredictionreason": 25, "linear_model": [25, 28], "logisticregress": 25, "return_x_i": [25, 28], "proba": 25, "wrong_pr": 25, "instanc": [25, 36], "predic": 25, "get_pred": 25, "stare": 25, "screen": [25, 36], "knockknock": 25, "notif": 25, "channel": 25, "slack": 25, "telegram": 25, "discord": 25, "ms": 25, "stick": 25, "email_send": 25, "recipient_email": 25, "coolmail": 25, "2coolmail": 25, "sender_email": 25, "anothercoolmail": 25, "train_model": 25, "torch": 25, "mymodel": [25, 46], "nn": 25, "batch_siz": 25, "input_s": [25, 28], "depth": 25, "idx": 25, "param": 25, "conv2d": 25, "batchnorm2d": 25, "relu": 25, "maxpool2d": 25, "148": 25, "970": 25, "174": 25, "trainabl": 25, "mult": 25, "05": [25, 28], "forward": 25, "backward": 25, "honest": 25, "fastest": 25, "intelex": 25, "regressor": [25, 28], "lasso": [25, 34], "dbscan": 25, "sklearnex": 25, "patch_sklearn": 25, "svr": 25, "make_regress": 25, "100000": 25, "nois": [25, 39], "\ud835\udc17\ud835\udc06\ud835\udc01\ud835\udc28\ud835\udc28\ud835\udc2c\ud835\udc2d": 25, "\ud835\udc05\ud835\udc1e\ud835\udc1a\ud835\udc2d\ud835\udc2e\ud835\udc2b\ud835\udc1e": 25, "\ud835\udc08\ud835\udc27\ud835\udc2d\ud835\udc1e\ud835\udc2b\ud835\udc1a\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 25, "\ud835\udc02\ud835\udc28\ud835\udc27\ud835\udc2c\ud835\udc2d\ud835\udc2b\ud835\udc1a\ud835\udc22\ud835\udc27\ud835\udc2d\ud835\udc2c": 25, "feature_0": 25, "similarli": 25, "feature_5": 25, "feature_9": 25, "mind": 25, "regulatori": 25, "industri": 25, "compani": 25, "xgb": 25, "dmatrix": 25, "reg": 25, "squarederror": 25, "eval_metr": 25, "rmse": 25, "interaction_constraint": 25, "model_with_constraint": 25, "hear": 25, "pain": [25, 40], "choos": 25, "lightgbm": [25, 28], "task": 25, "tradit": 25, "focus": [25, 40], "overal": 25, "piec": [25, 36, 46], "food": 25, "staff": 25, "rude": 25, "That": [25, 32, 39], "toward": 25, "batteri": 25, "camera": 25, "opinion": 25, "feel": 25, "feedback": 25, "media": [25, 27], "monitor": 25, "27": 25, "atepccheckpointmanag": 25, "get_aspect_extractor": 25, "checkpoint": 25, "multilingu": 25, "auto_devic": 25, "were": 25, "stuff": 25, "unfriendli": 25, "extract_aspect": 25, "inference_sourc": 25, "pred_senti": 25, "xgbrfregressor": 25, "xgbrf": 25, "rand": [25, 29], "Near": 25, "duplic": 25, "blurri": 25, "odd": 25, "irregularli": 25, "dark": 25, "light": 25, "lack": 25, "crazi": 25, "wget": 25, "nc": 25, "public": 25, "s3": [25, 44, 46], "amazonaw": 25, "image_fil": 25, "zip": 25, "unzip": [25, 40], "imagelab": 25, "own": 25, "dataset_path": 25, "data_path": 25, "find_issu": 25, "preval": 25, "issue_summari": 25, "issue_typ": 25, "decreas": 25, "shouldn": 25, "\ud835\udc00\ud835\udc25\ud835\udc29\ud835\udc21\ud835\udc1a\ud835\udc12\ud835\udc1e\ud835\udc25\ud835\udc1e\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 25, "curv": 25, "respond": 25, "lassocv": 25, "load_concret": 25, "alphaselect": 25, "cross": 25, "linspac": 25, "tensorflow_decision_forest": 25, "gbdt": 25, "tfdf": 25, "get_fil": 25, "adult": 25, "yggdrasil": 25, "yggdrasil_decision_forest": 25, "test_data": 25, "dataset_df": 25, "test_indic": 25, "test_ds_pd": 25, "train_ds_pd": 25, "train_d": 25, "pd_dataframe_to_tf_dataset": 25, "incom": 25, "test_d": 25, "gradientboostedtreesmodel": 25, "multimod": 25, "covari": 25, "shift": 25, "quickstart": 25, "tabulardataset": 25, "tabularpredictor": 25, "train_data": 25, "inc": 25, "time_limit": 25, "240": 25, "leaderboard": 25, "maxpooling2d": 25, "64": 25, "pool_siz": 25, "layered_view": 25, "legend": 25, "to_fil": 25, "stratifiedkfold": 25, "fold": [25, 28], "repres": [25, 36], "strata": 25, "stratyf": 25, "multilabelstratifiedkfold": 25, "iterstrat": 25, "ml_stratifi": 25, "mskf": 25, "n_split": [25, 28], "random_st": 25, "train_index": 25, "test_index": 25, "split": [25, 28], "nobodi": 25, "therefor": [25, 31, 36], "point": [25, 36], "overcom": 25, "hurdl": 25, "lime": 25, "shap": 25, "category_encod": 25, "ordinalencod": 25, "lgbmregressor": [25, 28], "extratreesregressor": 25, "data_load": 25, "house_df": 25, "house_dict": 25, "house_pric": 25, "y_df": [25, 28], "salepric": 25, "to_fram": 25, "x_df": 25, "categorical_featur": 25, "dtype": [25, 32], "encod": 25, "return_df": 25, "xtrain": 25, "xtest": 25, "ytrain": 25, "ytest": 25, "train_siz": 25, "75": [25, 27], "smartexplain": 25, "xpl": 25, "features_dict": 25, "y_target": 25, "run_app": 25, "title_stori": 25, "hous": 25, "price": 25, "8020": 25, "huge": [25, 32], "solut": 25, "suit": 25, "detail": [25, 36, 39, 46], "calcul": [25, 26, 32, 34, 36, 39], "bunch": 25, "drift": 25, "weak": 25, "segment": 25, "full_suit": 25, "iris_df": 25, "data_format": 25, "as_train_test": 25, "label_col": 25, "df_train": 25, "df_test": 25, "rf_clf": 25, "axi": [25, 46], "ds_train": 25, "cat_featur": 25, "ds_test": 25, "train_dataset": 25, "test_dataset": 25, "Its": 25, "plot_rank": 25, "individu": 25, "hover": 25, "dive": 25, "analys": 25, "criterion": 25, "gini": 25, "max_depth": 25, "suggest_int": 25, "mdpth": 25, "log": [25, 34, 36], "min_samples_split": 25, "mspl": 25, "min_samples_leaf": 25, "mlf": [25, 28], "min_weight_fraction_leaf": 25, "suggest_float": 25, "mwfr": 25, "max_featur": 25, "mft": 25, "max_leaf_nod": 25, "mnod": 25, "min_impurity_decreas": 25, "mid": 25, "maxim": [25, 26], "get_param_import": 25, "params_sort": 25, "kaggl": 25, "cluster": [25, 28], "categori": [25, 27], "cluster_comb": 25, "clustererensembl": 25, "kmean": 25, "n_cluster": 25, "minibatchkmean": 25, "agglomerativeclust": 25, "aligned_label": 25, "aligned_labels_": 25, "predicted_label": 25, "labels_": [25, 26], "varianc": [25, 27], "residualplot": 25, "exhibit": 25, "along": 25, "horizont": 25, "typic": 25, "suitabl": [25, 39], "wherea": 25, "dispers": 25, "residualsplot": 25, "multi": [25, 28, 40], "hardwar": 25, "hyperopt": 25, "train_breast_canc": 25, "load_breast_canc": 25, "train_x": 25, "test_x": 25, "train_i": 25, "test_i": 25, "test_siz": [25, 28], "train_set": 25, "test_set": 25, "evals_result": 25, "verbose_ev": 25, "mean_accuraci": 25, "binari": [25, 31, 40], "logist": 25, "logloss": 25, "min_child_weight": 25, "subsampl": 25, "uniform": 25, "tuner": 25, "tune_config": 25, "tuneconfig": 25, "num_sampl": 25, "param_spac": 25, "get_best_result": 25, "mode": 25, "dl": 25, "why": [25, 26], "level": [25, 28, 39, 44], "compat": 25, "neural": 25, "neuralnetclassifi": 25, "standardscal": 25, "mymodul": [25, 36], "num_unit": 25, "nonlin": 25, "dim": [25, 28], "kwarg": 25, "dropout": 25, "max_epoch": 25, "lr": [25, 44], "iterator_train__shuffl": 25, "y_proba": 25, "predict_proba": [25, 28], "fly": 25, "massiv": 25, "continu": 25, "updat": [25, 36, 40], "full": 25, "knn": [25, 26], "phish": 25, "predict_on": 25, "learn_on": 25, "mobilenet": 25, "swin": 25, "convnext": 25, "densenet": 25, "pretrain": 25, "list_model": 25, "densenet121": 25, "randn": 25, "224": 25, "uncertainti": 25, "mapieregressor": 25, "linearregress": [25, 28], "59": [25, 39], "mapie_regressor": 25, "y_pi": 25, "singl": [25, 28, 39], "debugpipelin": 25, "debug": [25, 39], "imbalancedlinearregress": 25, "punish": 25, "underestim": 25, "add_lag": 25, "lag": [25, 28], "zeroinflatedregressor": 25, "zero": [25, 26, 27], "sklego": 25, "randomadd": 25, "mixtur": 25, "gmmclassifi": 25, "random_nois": 25, "sparsifi": 25, "unsur": 25, "autoqu": 25, "autotun": 25, "unsupervis": 26, "natur": 26, "suffer": 26, "pyod": 26, "densiti": 26, "averag": 26, "vote": 26, "detector": 26, "inlin": 26, "majority_vot": 26, "highest": [26, 42], "sampl": [26, 28], "abod": 26, "iforest": 26, "generate_data": 26, "train_onli": 26, "n_model": 26, "conform": 26, "threshold": [26, 27], "calibr": 26, "alarm": 26, "isolationforest": 26, "deel": 26, "anomaly_detect": 26, "splitcad": 26, "basepredictor": 26, "redefin": 26, "nonconform": 26, "adpredictor": 26, "score_sampl": 26, "wrap": [26, 39], "isol": [26, 46], "forest": 26, "if_predictor": 26, "instanti": 26, "cad": 26, "IF": 26, "if_cad": 26, "z": [26, 36], "fit_ratio": 26, "new_data": 26, "gpl": 27, "cleantext": 27, "talk": 27, "send": [27, 36], "testmail": 27, "outlook": 27, "71112392": 27, "visit": 27, "testurl": 27, "free": 27, "u2018": 27, "u2019": 27, "fix_unicod": 27, "unicod": 27, "to_ascii": 27, "transliter": 27, "closest": 27, "ascii": 27, "lowercas": [27, 39], "no_url": 27, "special": [27, 36], "no_email": 27, "no_phone_numb": 27, "no_numb": 27, "no_digit": 27, "no_currency_symbol": 27, "currenc": 27, "symbol": [27, 36], "no_punct": 27, "punctuat": 27, "pandas_dq": 27, "focuss": 27, "skew": 27, "dq_report": 27, "fix_dq": 27, "fdq": 27, "data_transform": 27, "fit_transform": 27, "whole": 27, "decim": [27, 39], "percentag": [27, 46], "spaci": 27, "text_1": 27, "twenti": 27, "five": 27, "dollar": 27, "text_2": 27, "hundr": [27, 44], "fourti": 27, "three": 27, "thousand": 27, "four": 27, "text_3": 27, "nine": 27, "quarter": 27, "num_1": 27, "num_2": 27, "num_3": 27, "243421": 27, "integ": [27, 36, 39, 46], "fraction": 27, "big": [27, 31, 36, 44], "byte": 27, "naturals": 27, "1024000": 27, "equival": 27, "intword": 27, "123500000": 27, "million": [27, 31], "dt": [27, 39], "naturaldelta": 27, "timedelta": 27, "1200": 27, "long": [27, 46], "eleg": [27, 39], "num_pipelin": 27, "knnimput": 27, "cat_pipelin": 27, "most_frequ": 27, "conveni": [27, 31, 32], "make_column_selector": 27, "regex": 27, "afterward": 27, "Will": [27, 36], "columns_with_featur": 27, "num_column": 27, "dtype_includ": 27, "tackl": 27, "dure": 27, "suffici": 27, "meaning": [27, 36], "rarelabelencod": 27, "feature_engin": 27, "yellow": 27, "violet": 27, "rare_encod": 27, "tol": 27, "n_categori": 27, "df_encod": 27, "regularli": 28, "effect": [28, 44], "period": 28, "check_season": 28, "infer": [28, 31], "air": 28, "passeng": 28, "monthli": 28, "frequenc": 28, "airpassengersdataset": 28, "ts": 28, "airpassangersdataset": 28, "is_season": 28, "partit": [28, 42], "both": [28, 36], "overfit": 28, "scikit": 28, "past": [28, 39], "cross_valid": 28, "gradientboostingregressor": 28, "ts_cv": 28, "cv": 28, "neg_mean_squared_error": 28, "gapleavepout": 28, "gapkfold": 28, "gaprollforward": 28, "min_train_s": 28, "gap_siz": 28, "max_test_s": 28, "nixtla": 28, "remot": 28, "rai": 28, "exogen": 28, "lgb": 28, "freq": 28, "pmdarima": 28, "autoarima": 28, "airpassengersdf": 28, "sf": 28, "season_length": 28, "h": [28, 39], "95": 28, "lazi": [28, 39], "backtest": 28, "splitter": 28, "agent": [28, 39, 40], "pl": [28, 34], "mase": 28, "1mo": 28, "24": 28, "fh": 28, "beat": 28, "nbeat": 28, "nhit": 28, "y_train_df": 28, "ds": [28, 34], "1959": 28, "31": 28, "y_test_df": 28, "horizon": 28, "max_step": 28, "nf": 28, "y_hat_df": 28, "reset_index": 28, "tempor": 28, "feed": 28, "xgboost": 28, "multivari": 28, "flat": 28, "tp": 28, "sale": 28, "from_csv": 28, "sales_per_stor": 28, "add_index": 28, "store": [28, 31, 36, 44], "tick_calendar": 28, "work_dai": 28, "calendar_day_of_week": 28, "daily_revenu": 28, "revenu": [28, 31], "moving_sum": 28, "durat": 28, "off": 28, "approxim": 28, "matplotlib": [28, 31, 46], "rpt": 28, "signal": 28, "sigma": 28, "n_breakpoint": 28, "bkp": 28, "pw_constant": 28, "noise_std": 28, "algo": 28, "pelt": 28, "rbf": 28, "pen": 28, "supervis": 28, "pro": 28, "surviv": 28, "reduct": 28, "load_diabet": 28, "randomforestregressor": 28, "residu": 28, "residualdoubl": 28, "as_fram": 28, "x_new": 28, "reg_mean": 28, "reg_resid": 28, "reg_proba": 28, "y_pred_proba": 28, "y_pred_interv": 28, "predict_interv": 28, "y_pred_quantil": 28, "predict_quantil": 28, "y_pred_var": 28, "predict_var": 28, "y_pred_mean": 28, "construct": 29, "reset": 29, "undesir": 29, "unreproduc": 29, "across": 29, "reli": [29, 46], "subtl": 29, "rng": 29, "1234": 29, "sometim": [31, 46], "boolean": 31, "cython": 31, "under": [31, 46], "hood": 31, "filtered_df": 31, "might": 31, "tell": [31, 46], "datetimeindex": 31, "time_index": 31, "date_rang": 31, "2020": 31, "applymap": 31, "sales_data": 31, "5000": 31, "15000": 31, "sales_df": 31, "val": 31, "els": 31, "set_opt": 31, "2343129": 31, "8956701": 31, "224289": 31, "human": [31, 36, 39], "row": [31, 32], "slow": 31, "On": 31, "0s": 31, "1s": 31, "meant": 31, "consum": 31, "space": [31, 36], "effici": [31, 32, 36], "100000000": 31, "1m": 31, "58": 31, "to_csv": 31, "8s": 31, "to_parquet": 31, "blindli": 32, "wise": 32, "obviou": 32, "\ud835\udc12\ud835\udc30\ud835\udc22\ud835\udc1f\ud835\udc2d\ud835\udc1e\ud835\udc2b": 32, "parallel": 32, "dask": 32, "swifter": 32, "capabl": 32, "input_valu": 32, "output_valu": 32, "lambda": 32, "drastic": 32, "diet": 32, "optimize_dtyp": 32, "report_on_datafram": 32, "proposed_df": 32, "new_df": 32, "origin": 32, "memory_usag": 32, "sum": 32, "1024": 32, "props": 32, "pa": 32, "schema": 32, "dataframeschema": 32, "element_wis": 32, "alic": [32, 36], "bob": 32, "charli": 32, "think": 32, "mayb": 32, "gain": [32, 34], "amazon": 32, "smartdatafram": 32, "helper": 32, "openai_info": 32, "get_openai_callback": 32, "cb": 32, "gdp": 32, "north": 32, "rewrit": 34, "reimplement": 34, "levenshtein": 34, "roc": 34, "r2": 34, "l1": 34, "huber": 34, "polars_d": 34, "dummy_group": 34, "actual": [34, 36], "num_ext": 34, "l2_loss": 34, "alia": 34, "l2": 34, "bce": 34, "binary_metrics_combo": 34, "combo": 34, "unnest": 34, "ol": 34, "ordinari": 34, "regular": [34, 36], "squar": 34, "elast": 34, "88x": 34, "polars_ol": 34, "lasso_expr": 34, "least_squar": 34, "x1": 34, "x2": 34, "0001": 34, "add_intercept": 34, "with_column": 34, "round": 34, "predictions_lasso": 34, "underscor": 36, "1_000_000": 36, "consecut": 36, "big_numb": 36, "1_000_000_000_000": 36, "behav": 36, "made": 36, "happi": 36, "mood": 36, "diari": 36, "hl": 36, "gl": 36, "urlpars": 36, "parse_q": 36, "unequ": 36, "length": 36, "shortest": 36, "itertool": 36, "zip_longest": 36, "pad": 36, "shorter": 36, "lose": 36, "aa": 36, "bb": 36, "reusabl": 36, "letter": 36, "num": [36, 39], "citi": [36, 39], "code_1": 36, "lh1234": 36, "bln": 36, "code_2": 36, "lh7672": 36, "muc": 36, "\ud835\udc26\ud835\udc1a\ud835\udc2d\ud835\udc2b\ud835\udc22\ud835\udc31": 36, "\ud835\udc26\ud835\udc2e\ud835\udc25\ud835\udc2d\ud835\udc22\ud835\udc29\ud835\udc25\ud835\udc22\ud835\udc1c\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 36, "matmul": 36, "nest": [36, 39], "earli": [36, 38, 44], "invalid": [36, 44], "edg": [36, 46], "calculate_pric": 36, "price_per_unit": 36, "collect": 36, "getpass": 36, "getus": 36, "overrid": 36, "__call__": 36, "example_inst": 36, "paragraph": 36, "lorem": 36, "ipsum": 36, "dolor": 36, "sit": 36, "amet": 36, "consectetur": 36, "adipisc": 36, "elit": 36, "nec": 36, "tellu": 36, "vita": 36, "turpi": 36, "tempu": 36, "porttitor": 36, "fusc": 36, "cursu": 36, "nisi": 36, "eu": 36, "urna": 36, "pharetra": 36, "congu": 36, "ex": [36, 40], "aliquet": 36, "quisqu": 36, "consequat": 36, "nulla": 36, "bibendum": 36, "risu": 36, "wrapped_text": 36, "lru_cach": 36, "maxsiz": 36, "128": 36, "fibonacci": 36, "onc": 36, "myclass": 36, "expensive_oper": 36, "expens": 36, "my_object": 36, "noth": 36, "fruit": 36, "orang": 36, "pear": 36, "banana": 36, "largest": 36, "\ud835\udc21\ud835\udc1e\ud835\udc1a\ud835\udc29\ud835\udc2a": 36, "satisfi": 36, "greater": 36, "equal": 36, "min": [36, 39], "children": 36, "heapq": 36, "nlargest": 36, "nsmallest": 36, "__\ud835\udc2c\ud835\udc2d\ud835\udc2b__": 36, "__\ud835\udc2b\ud835\udc1e\ud835\udc29\ud835\udc2b__": 36, "represent": 36, "intend": 36, "unambigu": 36, "todai": 36, "repr": 36, "02": [36, 39, 46], "771969": 36, "unlik": 36, "unpack": 36, "dict_1": 36, "dict_2": 36, "match_exampl": 36, "assign": 36, "part": [36, 46], "kiwi": 36, "fruit_count": 36, "haven": 36, "yet": 36, "append": 36, "merced": 36, "anim": 36, "mistak": 36, "among": 36, "insid": 36, "danger": 36, "increment_numb": 36, "dynam": 36, "attribut": 36, "__\ud835\udc2c\ud835\udc25\ud835\udc28\ud835\udc2d\ud835\udc2c__": 36, "runtim": 36, "whatev": 36, "basketbal": 36, "volleybal": 36, "tenni": 36, "handbal": 36, "parametr": 36, "stack": 36, "cleaner": [36, 46], "weird": 36, "pend": 36, "approv": 36, "reject": 36, "malici": 36, "OF": 36, "__import__": 36, "rf": 36, "noobi": 36, "pollut": 36, "namespac": 36, "explicit": 36, "implicit": 36, "class1": 36, "class2": 36, "class3": 36, "__all__": 36, "explicitli": 36, "expos": 36, "internal_help": 36, "kw_onli": 36, "\ud835\uddde\ud835\uddf2\ud835\ude06\ud835\ude04\ud835\uddfc\ud835\uddff\ud835\uddf1": 36, "\ud835\uddfc\ud835\uddfb\ud835\uddf9\ud835\ude06": 36, "\ud835\uddee\ud835\ude00\ud835\ude01\ud835\uddf2\ud835\uddff\ud835\uddf6\ud835\ude00\ud835\uddf8": 36, "\ud835\udde3\ud835\uddfc\ud835\ude00\ud835\uddf6\ud835\ude01\ud835\uddf6\ud835\uddfc\ud835\uddfb\ud835\uddee\ud835\uddf9": 36, "\ud835\ude00\ud835\uddf9\ud835\uddee\ud835\ude00\ud835\uddf5": 36, "greet": 36, "blazingli": 38, "being": 38, "115x": 38, "phase": 38, "lssf": 38, "astral": 38, "multiprocess": 39, "process_imag": 39, "path1": 39, "path2": 39, "n_job": 39, "difficulti": 39, "timezon": 39, "daylight": 39, "to_iso8601_str": 39, "08t13": 39, "798316": 39, "now_in_london": 39, "europ": 39, "08t12": 39, "799317": 39, "subtract": 39, "diff_for_human": 39, "ago": 39, "delta": 39, "in_word": 39, "51": 39, "pretti": 39, "logger": 39, "pseudo": 39, "atmospher": 39, "rnd": 39, "groupbi": 39, "\ud835\udc29\ud835\udc32\ud835\udc2d\ud835\udc21\ud835\udc28\ud835\udc27": 39, "\ud835\udc1b\ud835\udc1e\ud835\udc27\ud835\udc1e\ud835\udc1d\ud835\udc22\ud835\udc1c\ud835\udc2d": 39, "my_dict": 39, "street": 39, "st": [39, 46], "york": 39, "usa": 39, "proper": 39, "consol": 39, "deprecated_in": 39, "removed_in": 39, "current_vers": 39, "__version__": 39, "my_func2": 39, "unsupportedwarn": 39, "unsupport": 39, "\ud835\udc02\ud835\udc1a\ud835\udc2c\ud835\udc1e\ud835\udc08\ud835\udc27\ud835\udc2c\ud835\udc1e\ud835\udc27\ud835\udc2c\ud835\udc22\ud835\udc2d\ud835\udc22\ud835\udc2f\ud835\udc1e\ud835\udc03\ud835\udc22\ud835\udc1c\ud835\udc2d\ud835\udc2c": 39, "attent": 39, "uppercas": 39, "everyon": 39, "scrape": 39, "caseinsensitivedict": 39, "accept": 39, "mozilla": 39, "selenium": 40, "chromedriv": 40, "driver": 40, "somehow": 40, "browser": 40, "straightforward": 40, "energi": 40, "chrome": 40, "webdriver_manag": 40, "chromedrivermanag": 40, "executable_path": 40, "your_vers": 40, "monei": 40, "chrome_opt": 40, "chromeopt": 40, "add_argu": 40, "blink": 40, "imagesen": 40, "graph": 40, "scrapegraphai": 40, "smartscrapergraph": 40, "graph_config": 40, "temperatur": 40, "smart_scraper_graph": 40, "perinim": 40, "rotari": 40, "pendulum": 40, "rl": 40, "dqn": 40, "univers": 40, "wireless": 40, "esc": 40, "modular": 40, "drone": 40, "underr": 42, "3rd": 42, "earner": 42, "employee_id": 42, "department_id": 42, "BY": 42, "desc": 42, "AS": 42, "rank_employe": 42, "grow": 44, "prone": 44, "tailor": 44, "type_abc": 44, "instance_typ": 44, "aws_instance_invalid_typ": 44, "invalid_typ": 44, "ll": 44, "receiv": 44, "storag": 44, "account": 44, "insecur": 44, "tl": 44, "storage_account": 44, "azurerm_storage_account": 44, "var": [44, 46], "account_nam": 44, "resource_group_nam": 44, "account_kind": 44, "account_ti": 44, "account_replication_typ": 44, "infrastructur": 44, "principl": 44, "polp": 44, "particular": 44, "\ud835\udc0f\ud835\udc22\ud835\udc24\ud835\udc1e": 44, "permiss": [44, 46], "jameswoolfenden": 44, "tap": 44, "homebrew": 44, "2012": 44, "17": 44, "action": 44, "monitorinst": 44, "unmonitorinst": 44, "describeinst": 44, "describetag": 44, "describeinstanceattribut": 44, "describevolum": 44, "describeinstancetyp": 44, "runinst": 44, "describeinstancecreditspecif": 44, "stopinst": 44, "startinst": 44, "modifyinstanceattribut": 44, "terminateinst": 44, "authorizesecuritygroupingress": 44, "authorizesecuritygroupegress": 44, "createsecuritygroup": 44, "describesecuritygroup": 44, "describeaccountattribut": 44, "describenetworkinterfac": 44, "deletesecuritygroup": 44, "revokesecuritygroupegress": 44, "reach": 44, "\ud835\uddf0\ud835\uddf5\ud835\uddf2\ud835\uddf0\ud835\uddf8\ud835\uddfc\ud835\ude03": 44, "polici": 44, "ckv_aws_21": 44, "bucket": [44, 46], "aws_s3_bucket": 44, "prismacloud": 44, "enterpris": 44, "refer": 44, "numprocess": 46, "random": 46, "addit": 46, "cover": 46, "\ud835\udc1c\ud835\udc28\ud835\udc2f": 46, "src": 46, "stmt": 46, "module1": 46, "257": 46, "13": 46, "94": 46, "module2": 46, "359": 46, "97": 46, "nowadai": 46, "baselin": 46, "dif": 46, "mark": 46, "mpl_image_compar": 46, "testfil": 46, "test_plotting_lin": 46, "instafail": 46, "failur": 46, "chatti": 46, "tldr": 46, "smarter": 46, "uphold": 46, "uncov": 46, "unexpect": 46, "bug": 46, "encourag": 46, "test_addition_commut": 46, "softwar": 46, "independ": 46, "cheap": 46, "fake": 46, "mimic": 46, "disk": 46, "unixf": 46, "staticmethod": 46, "test_unix_f": 46, "mocker": 46, "patch": 46, "assert_called_once_with": 46, "freeze_tim": 46, "2015": 46, "boto3": 46, "mock_aw": 46, "region_nam": 46, "east": 46, "put_object": 46, "mybucket": 46, "test_my_model_sav": 46, "create_bucket": 46, "model_inst": 46, "testtest": 46, "decod": 46, "utf": 46, "colour": 46, "vv": 46, "ini": 46, "api_endpoint": 46, "test_exampl": 46, "test_load_env_var": 46, "filesystem": 46, "disc": 46, "empti": 46, "fs": 46, "right": 46, "test_fakef": 46, "create_fil": 46, "xx1": 46}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"delight": 0, "data": [0, 11, 19, 21, 23, 25, 27, 28, 34, 39], "scienc": [0, 34], "why": 0, "thi": 0, "book": 0, "exist": 0, "small": 0, "snippet": 0, "big": 0, "upgrad": 0, "miscellan": [1, 2], "must": 1, "have": 1, "vscode": 1, "extens": [1, 25], "python": [1, 4, 5, 11, 15, 36, 37, 38, 39, 47], "project": [1, 9, 38], "setup": 1, "from": [1, 11, 15, 23, 36], "templat": [1, 15], "cookiecutt": 1, "scaffold": 1, "smol": 1, "develop": 1, "well": 1, "commit": 1, "commitizen": 1, "docker": 1, "best": 1, "practic": 1, "us": [1, 21, 25, 36, 46], "dockerignor": 1, "autom": 3, "bash": 3, "command": 3, "makefil": 3, "test": [3, 4, 22, 46, 47], "nox": 3, "updat": 3, "your": [3, 5, 7, 9, 11, 13, 15, 17, 22, 25, 27, 31, 32, 36, 39, 40, 46], "depend": [3, 4, 11, 46], "automat": [3, 5, 11, 15, 28], "pyup": 3, "ci": 4, "cd": 4, "github": 4, "action": 4, "workflow": 4, "local": 4, "act": 4, "cach": [4, 11, 36], "lint": [4, 5], "file": [4, 5, 11, 17, 23, 46], "actionlint": 4, "code": [5, 6, 8, 11, 15, 21, 44], "style": [5, 31], "remov": [5, 11, 15], "unus": 5, "line": [5, 11, 32], "autoflak": 5, "ensur": 5, "document": [5, 13, 14], "interrog": 5, "sort": [5, 11], "import": [5, 22, 36], "isort": 5, "format": [5, 31], "black": 5, "yaml": 5, "yamllint": 5, "blazingli": 5, "fast": [5, 28, 38], "ruff": 5, "correct": 5, "misspel": 5, "codebas": 5, "codespel": 5, "dockerfil": 5, "hadolint": 5, "detect": [5, 9, 11, 26, 27, 28], "typo": 5, "qualiti": [6, 8, 11, 15, 27], "memori": [7, 32], "optim": [7, 25, 36], "identifi": [7, 15, 25], "bottleneck": [7, 15], "regard": 7, "memory_profil": 7, "principl": 8, "The": 8, "law": 8, "demet": 8, "secur": [9, 44], "common": 9, "issu": [9, 27], "bandit": 9, "vulner": 9, "environ": [9, 11, 46], "store": [9, 23], "credenti": 9, "safe": 9, "keyr": 9, "type": [10, 17, 36], "enforc": 10, "typeguard": 10, "static": [10, 44], "check": [10, 11, 22, 28, 44], "mypi": 10, "faster": [10, 31], "pyright": 10, "cool": [11, 12], "tool": [11, 12, 15, 38, 44], "work": [11, 39], "countri": 11, "currenc": 11, "subdivis": 11, "more": [11, 23, 28, 36], "gener": [11, 13, 15, 25, 39, 44], "better": [11, 36], "requir": 11, "pipreq": 11, "packag": 11, "its": [11, 27], "pip": [11, 38], "autoremov": 11, "get": [11, 22, 23, 25, 31, 36, 46], "distanc": 11, "between": [11, 36], "postal": 11, "unit": 11, "pint": 11, "supercharg": 11, "profil": 11, "scalen": 11, "fix": [11, 27], "unicod": 11, "error": [11, 46], "ftfy": 11, "background": 11, "imag": [11, 19, 25, 40], "rembg": 11, "build": 11, "modern": [11, 15], "cli": 11, "app": [11, 23], "typer": 11, "realist": 11, "fake": 11, "faker": 11, "enrich": 11, "progress": 11, "bar": 11, "rich": 11, "set": [11, 22, 25, 31, 36], "descript": 11, "tqdm": 11, "convert": [11, 17, 27], "emoji": 11, "text": [11, 23, 27, 36], "emot": 11, "print": [11, 36], "hardwar": 11, "inform": 11, "version": 11, "number": [11, 27, 36, 39], "request": 11, "unifi": [11, 17], "messi": 11, "column": [11, 27], "unifynam": 11, "broken": 11, "link": 11, "websit": 11, "matplotlib": [11, 21], "termin": 11, "displai": [11, 15, 21, 31], "tree": 11, "latex": [11, 15], "acronym": 11, "make": [11, 27, 36], "ascii": 11, "art": 11, "ner": 11, "spaci": 11, "creat": [11, 15, 17], "tikz": 11, "pictur": 11, "human": [11, 27], "readabl": [11, 31, 36], "regex": 11, "pregex": 11, "perform": [11, 25, 32], "ocr": 11, "easyocr": 11, "diagram": 11, "power": [11, 21, 23, 25, 39, 40], "retri": 11, "function": [11, 17, 34, 36, 39], "tenac": 11, "graph": 11, "analysi": [11, 25, 44], "igraph": 11, "speedtest": 11, "via": 11, "minimalist": 11, "databas": 11, "tinydb": 11, "calcul": [11, 22], "metric": 11, "radon": 11, "altern": [11, 15, 38], "manag": [11, 40], "configur": 11, "dotenv": 11, "notion": 11, "sql": [11, 42, 43], "queri": [11, 36, 42], "builder": 11, "speech": 11, "melott": 11, "parser": 11, "transpil": 11, "sqlglot": 11, "prettifi": [11, 39], "pretty_error": [11, 39], "datafram": [11, 31, 32], "api": [11, 13, 17, 25], "ibi": 11, "beauti": [11, 21], "tabl": 11, "great_tabl": 11, "cualle": 11, "layout": 11, "surya": 11, "decod": 11, "encod": [11, 27], "jwt": 11, "pyjwt": 11, "html": [11, 15], "markdown": [11, 17], "markdownifi": 11, "web": [11, 23, 40], "mesop": 11, "anonym": 11, "pii": 11, "presidio": 11, "extract": 11, "skill": 11, "job": 11, "post": 11, "skillner": 11, "rate": 11, "limit": [11, 46], "fastapi": 11, "slowapi": 11, "out": 11, "ani": [11, 17], "object": [11, 36], "fire": 11, "variabl": [11, 22, 36, 46], "pydant": 11, "auto": 13, "jupyt": [15, 16], "notebook": [15, 16], "tip": [15, 16, 29, 30, 31, 33, 34, 37, 40, 41, 42, 43], "trick": [15, 16, 29, 30, 31, 33, 34, 37, 40, 41, 42, 43], "line_profil": 15, "render": 15, "live": 15, "loss": [15, 17], "deep": [15, 28], "learn": [15, 24, 25, 27, 28], "model": [15, 20, 25, 34], "express": 15, "scikit": [15, 25, 27], "pipelin": [15, 17, 27], "autoreload": 15, "modul": [15, 46], "appli": [15, 32], "reus": 15, "juptyer": 15, "output": [15, 17, 39, 46], "cell": 15, "nbstripout": 15, "bring": 15, "llm": [15, 17, 18], "Into": 15, "ai": [15, 40], "compress": 17, "prompt": 17, "With": [17, 32], "No": [17, 21], "llmlingua": 17, "One": [17, 32], "call": 17, "litellm": 17, "safeguard": 17, "llmguard": 17, "evalu": [17, 25], "uptrain": 17, "emb": 17, "structur": [17, 36, 39], "outlin": 17, "rag": 17, "raga": 17, "rerank": 17, "embed": 17, "cpu": 17, "fastemb": 17, "json": 17, "docl": 17, "simpl": 17, "chunk": 17, "librari": [17, 32, 36], "chonki": 17, "augment": 19, "albument": 19, "deploy": 20, "deploi": 20, "ml": [20, 25], "litserv": 20, "eda": 21, "analyz": [21, 44], "visual": [21, 25], "interact": [21, 25], "d": 21, "tale": 21, "dark": 21, "mode": 21, "pandasgui": 21, "miss": 21, "valu": [21, 36], "missingno": 21, "correl": 21, "phik": 21, "x": 21, "axi": 21, "time": [21, 28, 31], "seri": [21, 28, 31], "plot": [21, 25, 31, 46], "correctli": 21, "autofmt_xd": 21, "map": 21, "plotli": 21, "mosaic": 21, "featur": [22, 25, 27, 28], "select": [22, 25, 27], "varianc": 22, "inflat": 22, "factor": 22, "vif": 22, "new": 22, "categori": 22, "deepcheck": [22, 25], "permut": 22, "eli5": 22, "find": [22, 25], "most": 22, "predict": [22, 25], "target": 22, "scale": 22, "mrmr": 22, "scrape": [23, 40, 41], "twitter": 23, "youtub": 23, "snscrape": 23, "googl": 23, "plai": 23, "review": 23, "read": 23, "csv": 23, "without": 23, "problem": 23, "clevercsv": 23, "gather": 23, "trafilatura": 23, "machin": [24, 28], "train": 25, "comput": 25, "class": [25, 36], "weight": 25, "reset": 25, "tensorflow": 25, "kera": 25, "global": 25, "state": 25, "dirti": 25, "label": [25, 27], "cleanlab": 25, "classifi": 25, "sklearn": 25, "s": [25, 46], "classification_report": 25, "obtain": 25, "reproduc": [25, 29], "result": 25, "optuna": 25, "bad": 25, "doubtlab": 25, "notifi": 25, "when": 25, "finish": 25, "summari": 25, "pytorch": 25, "torchinfo": 25, "boost": [25, 32], "intel": 25, "incorport": 25, "domain": 25, "knowledg": 25, "xgboost": 25, "constraint": 25, "automl": 25, "flaml": 25, "aspect": 25, "base": [25, 46], "seniment": 25, "pyabsa": 25, "random": [25, 29, 39], "forest": 25, "problemat": 25, "cleanvis": 25, "regular": 25, "paramet": [25, 36], "decis": 25, "autogluon": 25, "visualkera": 25, "multilabel": 25, "stratifi": 25, "kfold": 25, "iter": [25, 36], "stratif": 25, "interpret": 25, "shapash": 25, "valid": [25, 28, 32], "high": 25, "ensembl": [25, 26], "combo": 25, "residu": 25, "yellowbrick": 25, "distribut": 25, "hyperparamet": 25, "rai": 25, "tune": 25, "skorch": 25, "onlin": 25, "river": 25, "sota": 25, "vision": 25, "timm": 25, "guarante": 25, "interv": 25, "mapi": 25, "extra": 25, "compon": 25, "For": [25, 36, 39, 42, 46], "lego": 25, "quantiz": 25, "torchao": 25, "outlier": 26, "robust": 26, "puncc": 26, "preprocess": [27, 28], "clean": [27, 46], "natur": 27, "languag": 27, "numer": 27, "represent": 27, "date": 27, "friendli": 27, "cleaner": [27, 42], "definit": 27, "easili": [27, 39], "rare": 27, "engin": [27, 28], "season": 28, "dart": 28, "cross": 28, "timeseriessplit": 28, "tscv": 28, "forecast": 28, "mlforecast": 28, "lightn": 28, "statsforecast": 28, "polar": [28, 34, 35], "backend": [28, 31], "functim": 28, "neuralforecast": 28, "effici": 28, "temporian": 28, "chang": [28, 31], "point": 28, "ruptur": 28, "probabilist": 28, "skpro": 28, "numpi": [29, 30], "achiev": 29, "np": 29, "randomst": 29, "panda": [31, 32, 33], "filter": 31, "frequenc": 31, "pd": 31, "infer_freq": 31, "precis": 31, "float": 31, "i": 31, "o": 31, "parquet": 31, "util": [32, 39], "speed": [32, 39, 40], "up": [32, 39, 40], "reduc": 32, "dtype_diet": 32, "pandera": 32, "modin": 32, "chat": 32, "pandasai": 32, "plugin": 34, "fit": 34, "linear": 34, "pure": 36, "built": 36, "urllib": 36, "pars": 36, "zip": 36, "longest": 36, "improv": 36, "name": 36, "slice": 36, "wai": 36, "matrix": 36, "multipl": 36, "guard": 36, "claus": 36, "If": 36, "statement": [36, 42], "hide": 36, "password": 36, "input": 36, "user": 36, "turn": 36, "callabl": 36, "wrap": 36, "textwrap": 36, "add": 36, "lru": 36, "method": 36, "functool": 36, "cached_properti": 36, "els": 36, "loop": [36, 39], "heap": 36, "differ": 36, "__str__": 36, "__repr__": 36, "neat": 36, "merg": 36, "dictionari": [36, 39], "switch": 36, "case": [36, 39], "walru": 36, "oper": 36, "count": 36, "occurr": 36, "an": 36, "counter": 36, "default": 36, "defaultdict": 36, "tupl": 36, "namedtupl": 36, "mutabl": 36, "argument": 36, "__slots__": 36, "modifi": 36, "3": 36, "12": 36, "enumer": 36, "never": 36, "eval": 36, "control": 36, "what": 36, "field": 36, "keyword": 36, "onli": 36, "dataclass": 36, "posit": 36, "uv": 38, "super": 38, "joblib": 39, "parallel": [39, 46], "datetim": [39, 46], "pendulum": 39, "pprint": 39, "easi": 39, "log": 39, "loguru": 39, "truli": 39, "benedict": 39, "clear": 39, "except": 39, "deprec": 39, "insensit": 39, "webdriv": 40, "disabl": 40, "load": 40, "scraper": 40, "scrapegraph": 40, "qualifi": 42, "terraform": [44, 45], "tflint": 44, "risk": 44, "tfsec": 44, "least": 44, "privileg": 44, "pike": 44, "iac": 44, "checkov": 44, "pytest": 46, "steroid": 46, "xdist": 46, "shuffl": 46, "order": 46, "randomli": 46, "coverag": 46, "cov": 46, "mpl": 46, "instantli": 46, "show": 46, "suit": 46, "minimum": 46, "properti": 46, "hypothesi": 46, "mock": 46, "freez": 46, "freezegun": 46, "aw": 46, "servic": 46, "moto": 46, "diff": 46, "clariti": 46, "env": 46, "system": 46, "pyfakef": 46}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9, "sphinx": 56}})
\ No newline at end of file
+Search.setIndex({"docnames": ["README", "book/Miscellaneous/Chapter", "book/Miscellaneous/index", "book/codequality/automation", "book/codequality/cicd", "book/codequality/codestyle", "book/codequality/index", "book/codequality/memory", "book/codequality/principles", "book/codequality/security", "book/codequality/typing", "book/cooltools/Chapter", "book/cooltools/index", "book/documentation/Chapter", "book/documentation/index", "book/jupyternotebook/Chapter", "book/jupyternotebook/index", "book/llm/Chapter", "book/llm/index", "book/machinelearning/dataaugmentation", "book/machinelearning/deployment", "book/machinelearning/eda", "book/machinelearning/featureselection", "book/machinelearning/getdata", "book/machinelearning/index", "book/machinelearning/modeltraining", "book/machinelearning/outlierdetection", "book/machinelearning/preprocessing", "book/machinelearning/timeseries", "book/numpy/Chapter", "book/numpy/index", "book/pandas/Chapter", "book/pandas/additionallibs", "book/pandas/index", "book/polars/Chapter", "book/polars/index", "book/pythontricks/Chapter", "book/pythontricks/index", "book/pythontricks/tooling", "book/pythontricks/utility", "book/selenium/Chapter", "book/selenium/index", "book/sql/Chapter", "book/sql/index", "book/terraform/Chapter", "book/terraform/index", "book/testing/Chapter", "book/testing/index"], "filenames": ["README.md", "book/Miscellaneous/Chapter.ipynb", "book/Miscellaneous/index.ipynb", "book/codequality/automation.ipynb", "book/codequality/cicd.ipynb", "book/codequality/codestyle.ipynb", "book/codequality/index.ipynb", "book/codequality/memory.ipynb", "book/codequality/principles.ipynb", "book/codequality/security.ipynb", "book/codequality/typing.ipynb", "book/cooltools/Chapter.ipynb", "book/cooltools/index.ipynb", "book/documentation/Chapter.ipynb", "book/documentation/index.ipynb", "book/jupyternotebook/Chapter.ipynb", "book/jupyternotebook/index.ipynb", "book/llm/Chapter.ipynb", "book/llm/index.ipynb", "book/machinelearning/dataaugmentation.ipynb", "book/machinelearning/deployment.ipynb", "book/machinelearning/eda.ipynb", "book/machinelearning/featureselection.ipynb", "book/machinelearning/getdata.ipynb", "book/machinelearning/index.ipynb", "book/machinelearning/modeltraining.ipynb", "book/machinelearning/outlierdetection.ipynb", "book/machinelearning/preprocessing.ipynb", "book/machinelearning/timeseries.ipynb", "book/numpy/Chapter.ipynb", "book/numpy/index.ipynb", "book/pandas/Chapter.ipynb", "book/pandas/additionallibs.ipynb", "book/pandas/index.ipynb", "book/polars/Chapter.ipynb", "book/polars/index.ipynb", "book/pythontricks/Chapter.ipynb", "book/pythontricks/index.ipynb", "book/pythontricks/tooling.ipynb", "book/pythontricks/utility.ipynb", "book/selenium/Chapter.ipynb", "book/selenium/index.ipynb", "book/sql/Chapter.ipynb", "book/sql/index.ipynb", "book/terraform/Chapter.ipynb", "book/terraform/index.ipynb", "book/testing/Chapter.ipynb", "book/testing/index.ipynb"], "titles": ["Delightful Data Science", "15.1. Miscellaneous", "15. Miscellaneous", "1.1. Automation", "1.2. CI/CD", "1.3. Code Style", "1. Code Quality", "1.4. Memory Optimization", "1.7. Principles for Code Quality", "1.5. Security in Projects", "1.6. Typing", "2.1. Cool Tools", "2. Cool Tools", "4.1. Documentation", "4. Documentation", "3.1. Jupyter Notebook Tips and Tricks", "3. Jupyter Notebook Tricks and Tips", "6.1. LLM", "6. LLM", "5.1. Data Augmentation", "5.2. Deployment", "5.3. EDA", "5.4. Feature Selection", "5.5. Get Data", "5. Machine Learning", "5.6. Model Training", "5.7. Outlier Detection", "5.9. Preprocessing", "5.8. Time Series", "7.1. NumPy Tips and Tricks", "7. NumPy Tips and Tricks", "8.1. Pandas Tips and Tricks", "8.2. Utility Libraries for Pandas", "8. Pandas Tricks and Tips", "9.1. Polars Tips & Tricks", "9. Polars", "10.1. Pure Python + Built-in libraries", "10. Python Tips and Tricks", "10.3. Tooling for Python Projects", "10.2. Utilities for Python", "11.1. Scraping Tips and Tricks", "11. Scraping Tips and Tricks", "14.1. SQL Tips & Tricks", "14. SQL Tips & Tricks", "12.1. Terraform", "12. Terraform", "13.1. Testing", "13. Testing in Python"], "terms": {"It": [0, 1, 3, 4, 5, 8, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 29, 31, 32, 34, 36, 38, 39, 40, 44, 46], "wa": [0, 1, 11, 17, 25, 28, 36, 46], "decemb": [0, 23], "2022": [0, 9, 11, 23], "when": [0, 1, 4, 5, 10, 11, 15, 17, 22, 27, 31, 36, 39, 40, 44, 46], "i": [0, 5, 7, 11, 17, 20, 22, 25, 26, 36, 39, 46], "start": [0, 1, 9, 31, 36, 46], "write": [0, 1, 5, 10, 11, 15, 21, 25, 31, 39, 46], "daili": 0, "linkedin": [0, 23], "post": 0, "share": [0, 36], "one": [0, 5, 11, 15, 21, 25, 27, 29, 31, 32, 36, 39, 40, 44, 46], "short": [0, 27], "python": [0, 3, 7, 9, 10, 13, 17, 19, 21, 22, 23, 25, 26, 27, 28, 40, 46], "tip": [0, 1], "per": [0, 11, 15, 25, 27], "dai": [0, 11, 17, 28, 39], "my": [0, 17, 27], "main": [0, 4, 9, 11, 25, 36, 39, 44], "goal": 0, "what": [0, 1, 10, 11, 17, 23, 25, 31, 39, 46], "learnt": 0, "over": [0, 11, 17, 19, 25, 28, 34, 42, 44], "year": [0, 21], "am": [0, 20], "current": [0, 5, 11, 17, 25, 32], "learn": [0, 11, 20, 22], "other": [0, 5, 9, 11, 21, 23, 25, 29, 31, 36, 46], "thought": 0, "s": [0, 1, 3, 4, 5, 8, 9, 10, 11, 13, 15, 17, 21, 22, 23, 28, 29, 31, 32, 36, 38, 39, 40, 44], "us": [0, 3, 4, 5, 7, 9, 10, 11, 15, 17, 19, 20, 22, 23, 26, 27, 28, 29, 31, 32, 34, 38, 39, 40, 44], "me": [0, 11, 27, 40], "probabl": [0, 4, 11, 25, 36, 40], "peopl": 0, "too": [0, 4, 11, 15, 21, 23, 25, 28, 31, 36, 39, 44], "As": [0, 39, 44], "time": [0, 1, 3, 4, 5, 10, 11, 15, 17, 25, 32, 34, 39, 40, 46], "went": 0, "more": [0, 1, 5, 9, 10, 17, 20, 21, 22, 25, 26, 27, 31, 39, 44], "found": [0, 9, 11, 36], "soon": 0, "realiz": 0, "could": [0, 11, 22, 23, 29, 36], "compil": [0, 15, 25], "comprehens": 0, "guid": [0, 44], "anyon": 0, "interest": [0, 38, 46], "becom": [0, 36, 44], "better": [0, 25, 32], "scientist": [0, 34], "thu": [0, 23, 25], "idea": 0, "born": 0, "The": [0, 9, 11, 17, 20, 21, 22, 23, 25, 27, 36, 40, 46], "contain": [0, 3, 5, 11, 15, 25], "all": [0, 3, 5, 11, 15, 17, 21, 22, 25, 27, 29, 32, 34, 36, 39, 40, 44, 46], "author": [0, 11], "well": [0, 5, 11, 25], "mani": [0, 1, 11, 17, 25, 36, 46], "come": [0, 9, 11, 23, 25, 28, 36, 39, 46], "futur": [0, 15, 25, 28], "call": [0, 9, 11, 27, 36, 46], "becaus": [0, 5, 11, 20, 25, 28, 31], "aim": [0, 11, 25, 40], "make": [0, 1, 4, 5, 7, 10, 15, 17, 20, 21, 22, 25, 32, 39, 40, 46], "your": [0, 1, 4, 10, 19, 20, 21, 23, 28, 29, 34, 44], "journei": 0, "help": [0, 1, 10, 11, 15, 17, 21, 25, 44, 46], "you": [0, 1, 3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 19, 21, 22, 23, 25, 27, 28, 29, 31, 32, 34, 36, 39, 40, 42, 44, 46], "By": [0, 25, 31, 32, 36, 40, 46], "incorpor": [0, 25], "trick": [0, 36], "workflow": [0, 25, 44], "can": [0, 1, 3, 4, 5, 7, 9, 10, 11, 15, 17, 19, 21, 22, 23, 25, 27, 28, 29, 31, 32, 34, 36, 39, 40, 42, 44, 46], "project": [0, 3, 11, 13, 20, 23, 29, 40, 46], "enjoy": 0, "success": 0, "add": [1, 10, 11, 15, 17, 25, 32], "8": [1, 3, 9, 21, 22, 25, 36, 39, 44, 46], "work": [1, 9, 10, 15, 17, 19, 21, 22, 25, 28, 31, 36, 46], "boost": [1, 19, 28], "product": [1, 10, 25, 31, 44], "\ud835\udc0f\ud835\udc32\ud835\udc2d\ud835\udc21\ud835\udc28\ud835\udc27": 1, "\ud835\udc08\ud835\udc27\ud835\udc1d\ud835\udc1e\ud835\udc27\ud835\udc2d": 1, "sure": [1, 5, 10, 15, 17, 46], "indent": [1, 17, 36], "correct": [1, 11, 28], "everi": [1, 3, 4, 9, 11, 15, 22, 23, 25, 26, 42], "enter": [1, 36], "\ud835\udc0f\ud835\udc32\ud835\udc25\ud835\udc1a\ud835\udc27\ud835\udc1c\ud835\udc1e": 1, "A": [1, 3, 11, 13, 15, 19, 21, 22, 23, 25, 31, 36, 39, 46], "brainer": 1, "includ": [1, 4, 9, 11, 17, 21, 25, 26, 27, 28, 36, 39], "benefit": 1, "like": [1, 5, 9, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 32, 34, 36, 39, 40, 42, 46], "paramet": [1, 39], "suggest": [1, 9, 36], "code": [1, 3, 9, 10, 17, 25, 31, 32, 36, 46], "navig": 1, "signatur": 1, "microsoft": [1, 17, 25], "declar": 1, "default": [1, 11, 25, 31, 32, 40, 46], "languag": [1, 11, 17, 23, 39], "server": [1, 15, 20], "\ud835\udc06\ud835\udc22\ud835\udc2d\ud835\udc0b\ud835\udc1e\ud835\udc27\ud835\udc2c": 1, "provid": [1, 3, 5, 9, 11, 15, 17, 20, 21, 23, 25, 27, 28, 32, 36, 39, 40, 44, 46], "power": [1, 19, 22, 26, 28], "featur": [1, 11, 15, 36], "git": [1, 11, 15], "experi": 1, "see": [1, 3, 7, 8, 10, 11, 15, 17, 21, 22, 23, 25, 31, 36, 38, 39, 40, 42, 46], "specif": [1, 11, 15, 25, 36, 40, 46], "line": [1, 3, 7, 9, 15, 21, 25, 28, 31, 36, 44], "whom": 1, "which": [1, 7, 9, 10, 11, 17, 22, 25, 28, 29, 31, 36, 39, 40, 46], "pull": [1, 3, 4], "request": [1, 3, 5, 9, 20, 38, 39], "messag": [1, 11, 17, 39, 44], "And": [1, 11, 17, 19, 21, 25, 31, 44], "much": [1, 17, 20, 25, 39, 46], "\ud835\udc09\ud835\udc2e\ud835\udc29\ud835\udc32\ud835\udc2d\ud835\udc1e\ud835\udc2b": 1, "notebook": 1, "support": [1, 4, 5, 11, 17, 20, 21, 22, 23, 25, 26, 27, 28, 32, 36, 40, 44], "allow": [1, 4, 11, 21, 25, 36, 39, 44, 46], "ani": [1, 9, 20, 25, 36, 46], "environ": [1, 3, 17], "jupyt": [1, 11], "kernel": 1, "\ud835\udc00\ud835\udc11\ud835\udc04\ud835\udc0f\ud835\udc0b": 1, "\ud835\udc1f\ud835\udc28\ud835\udc2b": 1, "automat": [1, 9, 20, 21, 22, 25, 27, 32, 40, 46], "evalu": [1, 5, 28, 36], "real": [1, 15, 23, 46], "type": [1, 5, 11, 21, 22, 25, 28, 32, 39], "displai": [1, 28, 39], "variabl": [1, 5, 10, 21, 25, 27, 28], "error": [1, 5, 10, 23, 25, 27, 36, 39, 44], "readabl": [1, 27, 39], "wai": [1, 3, 11, 15, 17, 20, 25, 27, 31, 32, 39, 40, 46], "onli": [1, 3, 5, 8, 10, 11, 15, 17, 21, 22, 25, 27, 28, 31, 32, 39, 40, 44], "3": [1, 3, 4, 7, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 28, 29, 31, 40, 42, 44, 46], "7": [1, 3, 7, 9, 15, 17, 21, 22, 25, 26, 31, 36, 44, 46], "\ud835\udc0f\ud835\udc1a\ud835\udc2d\ud835\udc21": 1, "gener": [1, 17, 28, 29, 32, 36, 46], "intern": [1, 11], "import": [1, 3, 7, 9, 10, 11, 15, 17, 19, 20, 21, 23, 25, 26, 27, 28, 29, 31, 32, 34, 39, 40, 46], "statement": [1, 5, 17, 32, 44, 46], "\ud835\udc13\ud835\udc1e\ud835\udc2c\ud835\udc2d": 1, "\ud835\udc04\ud835\udc31\ud835\udc29\ud835\udc25\ud835\udc28\ud835\udc2b\ud835\udc1e\ud835\udc2b": 1, "show": [1, 11, 21, 22, 25, 28, 31], "test": [1, 5, 9, 11, 15, 17, 25, 28, 34], "explor": 1, "without": [1, 10, 11, 13, 17, 21, 25, 36, 39, 42, 44, 46], "effort": [1, 23], "instead": [1, 4, 5, 10, 11, 17, 22, 27, 28, 32, 36, 39, 40, 46], "go": [1, 4, 8, 10, 11, 40], "through": [1, 3, 9, 10, 11, 25, 40], "output": [1, 11, 20, 22, 23, 25, 26, 27, 36, 40], "termin": [1, 36], "\ud835\udc1a\ud835\udc2e\ud835\udc2d\ud835\udc28\ud835\udc03\ud835\udc28\ud835\udc1c\ud835\udc2c\ud835\udc2d\ud835\udc2b\ud835\udc22\ud835\udc27\ud835\udc20": 1, "quickli": [1, 11, 15, 25], "docstr": [1, 5], "function": [1, 5, 7, 9, 10, 15, 21, 23, 25, 27, 28, 31, 32, 42, 44, 46], "ar": [1, 4, 5, 11, 15, 17, 19, 20, 22, 25, 26, 28, 29, 31, 36, 39, 40, 46], "new": [1, 3, 4, 11, 15, 17, 20, 25, 27, 36, 39, 40], "data": [1, 9, 15, 17, 22, 26, 29, 31, 32, 36, 44, 46], "scienc": [1, 29], "hassl": [1, 11], "set": [1, 3, 9, 15, 17, 21, 27, 28, 29, 39, 40, 44, 46], "up": [1, 3, 5, 11, 17, 25, 28, 36, 38, 44, 46], "structur": [1, 15], "try": [1, 3, 5, 7, 9, 10, 11, 13, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 32, 39, 46], "command": [1, 9, 11, 15, 23, 36, 42, 44], "tool": [1, 3, 4, 5, 9, 22, 25, 36], "creat": [1, 3, 9, 13, 21, 25, 32, 36, 39, 46], "thi": [1, 3, 4, 5, 9, 11, 17, 20, 21, 22, 25, 27, 28, 29, 31, 32, 36, 39, 40, 44, 46], "save": [1, 11, 17, 23, 32, 36, 39, 40, 46], "standard": [1, 3, 11, 23, 28, 36, 39, 44, 46], "There": [1, 11, 17, 25], "ton": 1, "github": [1, 3, 11, 23, 40, 44], "sai": [1, 5, 8, 11, 15, 31, 36, 39, 44], "goodby": [1, 5], "tediou": 1, "link": [1, 10, 25], "repositori": [1, 3, 11, 46], "http": [1, 4, 9, 11, 17, 23, 25, 27, 36, 38, 39, 40, 44, 46], "com": [1, 3, 4, 11, 17, 23, 25, 27, 36, 40, 44], "drivendata": 1, "do": [1, 3, 5, 9, 10, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 32, 36, 39, 40, 44, 46], "want": [1, 3, 5, 7, 9, 10, 11, 13, 15, 17, 19, 21, 22, 23, 25, 27, 28, 32, 36, 39, 40, 42, 46], "someth": [1, 11, 15, 36], "react": 1, "app": [1, 5, 25, 36], "anyth": [1, 4, 17, 46], "ai": [1, 11, 25], "an": [1, 3, 5, 8, 9, 10, 11, 15, 17, 21, 22, 25, 26, 27, 38, 39, 40, 44, 46], "entir": 1, "codebas": [1, 11, 32, 44], "base": [1, 5, 11, 20, 21, 22, 26, 27, 31, 32, 36, 39], "markdown": [1, 5], "file": [1, 3, 9, 15, 27, 31, 44], "describ": [1, 11, 28, 36], "kind": [1, 20], "applic": [1, 9, 11, 17, 21, 25, 39], "necessari": [1, 4], "boilerpl": [1, 11], "clear": [1, 11, 25, 36], "But": [1, 5, 9, 10, 11, 17, 22, 25, 26, 28, 31, 36, 39, 40, 46], "alwai": [1, 5, 22, 25], "easi": [1, 3, 11, 15, 17, 19, 20, 23, 25, 26, 40, 44], "team": [1, 20, 25, 44], "With": [1, 3, 4, 5, 11, 15, 21, 22, 25, 29, 36, 39, 42, 46], "get": [1, 5, 9, 10, 15, 32, 39, 40, 42], "releas": [1, 25, 40], "manag": [1, 8, 25, 44], "design": 1, "defin": [1, 3, 4, 10, 11, 19, 21, 22, 25, 26, 31, 32, 36, 40, 44, 46], "rule": [1, 5, 11, 44], "bump": 1, "version": [1, 3, 4, 9, 10, 27, 40, 44], "changelog": 1, "life": [1, 25], "easier": [1, 5, 11, 25, 28, 36], "enforc": [1, 5, 17, 32], "descript": [1, 40], "One": [1, 5, 11, 15, 25, 36, 39, 42], "avoid": [1, 5, 8, 10, 25, 31], "ad": [1, 11, 15, 36], "unnecessari": [1, 5, 32], "imag": [1, 4, 5, 17, 39, 46], "definit": [1, 9, 36], "reduc": [1, 5, 15, 17, 26, 46], "size": [1, 15, 21, 25, 27], "also": [1, 5, 8, 9, 11, 17, 20, 23, 25, 26, 28, 32, 36, 39, 40, 46], "safe": [1, 11, 17], "cach": 1, "md": [1, 5, 11], "readm": 1, "secret": [1, 11, 36], "env": [1, 11, 15], "struggl": [3, 11], "rememb": [3, 11, 36], "exact": [3, 25, 28], "seri": [3, 22, 25, 32], "need": [3, 4, 5, 9, 10, 11, 13, 15, 17, 22, 23, 25, 26, 31, 32, 36, 40, 42], "build": [3, 4, 25, 27], "packag": [3, 9, 17, 23, 25, 28, 29, 32, 38, 46], "Or": [3, 11], "manual": [3, 5, 11, 15, 17, 21, 36, 39, 40], "run": [3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 20, 22, 25, 28, 36, 44, 46], "instal": [3, 4, 5, 7, 9, 10, 11, 13, 15, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 32, 34, 38, 39, 40, 44, 46], "rescu": 3, "have": [3, 5, 11, 15, 17, 22, 25, 26, 27, 28, 31, 32, 34, 36, 39, 40, 44, 46], "execut": [3, 15, 17, 36, 46], "those": [3, 11, 36, 40, 46], "below": [3, 4, 7, 8, 9, 10, 11, 15, 17, 21, 22, 23, 25, 26, 28, 31, 32, 36, 39, 40, 42, 46], "how": [3, 5, 7, 8, 10, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 36, 39, 46], "we": [3, 8, 9, 11, 15, 17, 22, 23, 25, 26, 36, 40, 42, 46], "our": [3, 11, 17, 36], "format": [3, 11, 17, 21, 23, 27, 36, 39], "black": [3, 15, 27], "name": [3, 4, 8, 9, 10, 11, 17, 22, 23, 25, 27, 31, 32, 39, 44, 46], "echo": [3, 11, 36], "requir": [3, 4, 44, 46], "pip": [3, 4, 5, 7, 9, 10, 13, 15, 17, 19, 20, 21, 22, 23, 25, 26, 27, 28, 32, 34, 39, 40, 44, 46], "r": [3, 4, 9, 11, 22], "txt": [3, 4, 11, 46], "quiet": 3, "pytest": 3, "against": [3, 9, 17, 22, 25], "multipl": [3, 11, 17, 21, 22, 25, 26, 28], "hard": [3, 11, 26], "step": [3, 4, 15, 17, 21, 25, 29], "local": [3, 11, 32, 39, 46], "custom": [3, 5, 11, 25, 44], "session": [3, 11, 25], "script": [3, 7, 11, 25], "exampl": [3, 5, 8, 9, 11, 17, 23, 25, 26, 28, 32, 36, 39, 40, 42, 46], "where": [3, 11, 22, 25, 26, 36, 38, 40, 42, 46], "\ud835\udc2d\ud835\udc1e\ud835\udc2c\ud835\udc2d\ud835\udc2c": 3, "\ud835\udc27\ud835\udc28\ud835\udc31\ud835\udc1f\ud835\udc22\ud835\udc25\ud835\udc1e": 3, "\ud835\udc29\ud835\udc32": 3, "moreov": 3, "anoth": [3, 29, 42], "\ud835\udc25\ud835\udc22\ud835\udc27\ud835\udc2d": 3, "flake8": [3, 5, 15], "highli": [3, 22, 27], "customiz": 3, "so": [3, 4, 5, 10, 11, 15, 17, 20, 22, 25, 26, 36, 39, 40, 46], "check": [3, 4, 5, 9, 17, 25, 32, 36, 40, 46], "out": [3, 5, 15, 17, 21, 25, 28, 44, 46], "document": [3, 11, 17, 36, 39, 46], "noxfil": 3, "py": [3, 4, 5, 7, 9, 10, 11, 13, 15, 36, 46], "6": [3, 7, 11, 15, 21, 22, 25, 31, 36, 39, 44, 46], "9": [3, 4, 7, 17, 21, 22, 25, 27, 28, 31, 36], "def": [3, 5, 7, 8, 10, 11, 15, 20, 25, 26, 31, 32, 36, 39, 46], "lint": [3, 44], "goe": [3, 38], "search": [3, 11, 23, 39, 40], "branch": [3, 4], "commit": [3, 4, 5, 15], "access": [3, 4, 8, 9, 39, 44], "token": [3, 17, 27], "from": [3, 7, 10, 17, 21, 22, 25, 26, 27, 28, 32, 39, 40, 42, 46], "gitlab": 3, "pyupio": 3, "repo": 3, "usernam": [3, 9, 36], "user": [3, 11, 15, 17, 23, 39, 44], "your_token": 3, "initi": [3, 11, 25], "after": [3, 11, 28, 36, 46], "first": [3, 11, 17, 25, 36], "remov": [3, 25, 27, 46], "flag": [3, 46], "don": [4, 5, 11, 15, 25, 28, 32, 34, 36, 39, 40, 46], "t": [4, 5, 11, 15, 23, 25, 26, 28, 32, 34, 36, 39, 40, 46], "wast": [4, 5, 40], "push": [4, 15, 36], "chang": [4, 11, 15, 22, 25, 32, 36, 39, 40], "docker": [4, 5, 20], "machin": [4, 20, 22, 25], "curl": [4, 38], "raw": [4, 11, 25, 36], "githubusercont": [4, 25], "nekto": 4, "master": 4, "sh": [4, 38], "sudo": 4, "bash": [4, 11], "whenev": [4, 31, 36], "trigger": 4, "again": [4, 11, 22, 25, 32, 34, 44, 46], "even": [4, 5, 10, 11, 25, 27, 28, 32, 44], "didn": 4, "small": [4, 8, 11, 15, 17, 25, 31, 32, 36], "snippet": [4, 5, 15], "skip": [4, 9], "next": [4, 23, 36, 39], "job": [4, 5], "ubuntu": 4, "latest": [4, 40], "checkout": 4, "v4": 4, "setup": [4, 20], "poetri": [4, 11], "pipenv": 4, "unit": [4, 15, 32, 46], "python3": 4, "u": [4, 15], "m": [4, 7, 11, 21, 25, 28], "unittest": 4, "To": [4, 5, 9, 11, 21, 22, 25, 26, 31, 36, 40, 44, 46], "detect": [4, 17, 22, 23, 25, 44], "potenti": [4, 5, 9, 17, 36], "problem": [4, 5, 10, 11, 17, 21, 22, 25, 27, 36, 39, 44], "smell": [4, 44], "syntax": [4, 9, 11, 39], "secur": 4, "cron": 4, "non": [4, 21, 22, 25], "exist": [4, 28, 31, 36, 46], "properti": [4, 11, 36], "ha": [4, 5, 9, 11, 17, 22, 28, 31, 34, 36, 40], "pre": [4, 5, 11, 25, 39, 46], "hook": [4, 5], "rhysd": 4, "cmd": 4, "If": [5, 11, 13, 15, 21, 25, 27, 32, 34, 39, 46], "problemat": 5, "difficult": [5, 11, 13, 22, 31, 46], "read": [5, 11, 31, 46], "perform": [5, 17, 21, 22, 28, 36, 38, 39, 46], "interpret": [5, 22, 31, 36], "spend": 5, "less": [5, 28, 31, 36], "issu": [5, 11, 25, 28, 31, 44], "aris": 5, "conflict": [5, 11, 36], "clean": [5, 11, 15, 36], "optim": [5, 11, 15, 22, 31], "fine": 5, "tune": 5, "process": [5, 9, 15, 17, 22], "place": [5, 25], "aspect": 5, "qualiti": [5, 17, 25, 32], "maintain": [5, 11, 36], "In": [5, 9, 11, 15, 22, 23, 25, 28, 31, 32, 34, 36, 46], "about": [5, 17, 22, 25, 36], "method": [5, 8, 11, 17, 21, 22, 25, 26, 28], "class": [5, 8, 11, 20, 26, 27, 28, 39, 46], "print": [5, 9, 10, 15, 17, 22, 23, 25, 27, 28, 29, 32, 39], "coverag": [5, 25, 28], "report": [5, 9, 17, 21, 25, 32, 46], "poorli": 5, "v": [5, 46], "bigger": [5, 25, 31], "look": [5, 11, 15, 17, 19, 21, 25, 27, 46], "nasti": [5, 11, 44], "order": [5, 15, 42], "them": [5, 9, 11, 15, 22, 25, 27, 31, 36, 39, 46], "librari": [5, 9, 11, 13, 19, 21, 22, 23, 25, 26, 27, 28, 34, 39, 40], "alphabet": [5, 11], "separ": [5, 11, 39], "section": [5, 25], "cli": [5, 9, 23, 44], "focu": [5, 25], "high": [5, 9, 11, 22, 38], "hand": 5, "tire": [5, 11, 39], "thei": [5, 9, 10, 11, 17, 20, 22, 27, 31, 36, 39, 44, 46], "form": [5, 11], "sinc": [5, 9, 23, 25, 27, 28, 36, 46], "popular": [5, 11, 17, 25, 31, 32, 34], "choic": [5, 17, 25, 32], "config": [5, 11, 15, 25, 32, 40], "nice": [5, 11, 15, 23, 25, 46], "catch": [5, 10, 44], "befor": [5, 10, 25, 28, 36, 44], "caus": [5, 10, 25, 27], "still": [5, 10, 11, 15, 21, 25, 38], "pylint": 5, "10x": 5, "100x": 5, "faster": [5, 20, 25, 28, 34, 38], "linter": 5, "written": [5, 10, 11, 38], "rust": [5, 17, 38], "magnitud": 5, "than": [5, 9, 10, 17, 20, 25, 26, 28, 31, 34, 36, 39, 46], "while": [5, 11, 21, 25, 36, 40], "integr": [5, 10, 17, 25, 40], "some_fil": 5, "json": [5, 11, 21, 23, 39, 44], "divid": 5, "b": [5, 7, 11, 15, 21, 22, 31, 36, 39, 46], "result": [5, 9, 11, 15, 17, 21, 22, 23, 26, 27, 28, 29, 32, 36, 39, 40, 42, 44, 46], "except": [5, 11, 22], "zerodivisionerror": 5, "e": [5, 11, 21, 25, 39], "infin": 5, "return": [5, 7, 8, 10, 11, 15, 17, 20, 23, 25, 26, 28, 31, 32, 36, 39, 46], "appli": [5, 19, 25, 31, 44], "blacken": 5, "doc": [5, 11, 17, 44], "latex": 5, "restructuredtext": 5, "unformat": 5, "anymor": [5, 11, 29, 39], "word": [5, 11, 17, 21, 27, 32], "sourc": [5, 11, 15, 17, 20, 21, 25, 40], "touch": [5, 11, 46], "nich": 5, "term": [5, 25], "fals": [5, 9, 11, 15, 25, 26, 32, 36, 40], "posit": [5, 17, 21, 25], "directori": [5, 15, 44, 46], "best": [5, 11, 17, 20, 22, 25, 32], "practic": 5, "pars": [5, 11], "ast": 5, "avail": [5, 27, 36, 46], "rm": [5, 22, 36, 46], "find": [5, 9, 10, 28], "spell": 5, "checker": [5, 10, 22], "low": [5, 9, 11, 25], "rate": [5, 23, 26], "easili": [5, 9, 10, 11, 15, 17, 19, 21, 23, 25, 36, 46], "ci": [5, 40, 44], "pipelin": [5, 25, 40, 44], "brew": [5, 44], "most": [7, 11, 17, 25, 31, 32, 46], "amount": [7, 10, 15], "modul": [7, 9, 13, 23, 25, 29, 36, 39, 44], "analysi": 7, "consumpt": [7, 25], "within": [7, 8, 11, 15], "decor": [7, 10, 11, 25, 36, 39], "profil": [7, 9, 15], "pass": [7, 10, 11, 17, 25, 36], "option": [7, 11, 25, 31, 32, 36, 40, 46], "load": [7, 11, 15, 20, 25, 28], "my_func": [7, 39], "1": [7, 9, 11, 15, 17, 21, 22, 23, 25, 26, 27, 28, 31, 36, 39, 44, 46], "10": [7, 9, 11, 15, 21, 22, 25, 27, 28, 31, 36, 39, 44], "2": [7, 9, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 34, 36, 39, 44, 46], "del": 7, "mem": 7, "usag": [7, 17, 32], "increment": 7, "occurr": 7, "content": [7, 15, 17, 25, 27, 39], "41": 7, "mib": 7, "4": [7, 9, 11, 15, 17, 21, 22, 25, 28, 31, 36, 40, 44, 46], "5": [7, 9, 11, 15, 17, 21, 22, 23, 25, 27, 28, 31, 36, 39, 40, 44, 46], "49": [7, 25], "102": 7, "rang": [7, 11, 15, 21, 22, 25, 26, 27, 28, 36, 39], "100": [7, 10, 11, 13, 17, 25, 32, 46], "194": 7, "145": 7, "0": [7, 9, 11, 15, 17, 20, 21, 22, 25, 26, 27, 28, 32, 34, 36, 39, 40, 44, 46], "22": [7, 28], "20": [7, 11, 17, 21, 22, 25, 27, 31, 46], "known": [8, 9], "least": [8, 34], "knowledg": 8, "object": [8, 21, 25, 46], "should": [8, 9, 11, 36, 39, 44, 46], "commun": [8, 10, 34], "its": [8, 15, 23, 25, 26, 31, 32, 36, 39], "immedi": [8, 9, 31, 36, 46], "neighbor": 8, "deeper": [8, 25], "would": [8, 9, 17, 25, 28, 36], "violat": 8, "obei": 8, "bad": 8, "depart": [8, 42], "__init__": [8, 25, 36, 46], "self": [8, 20, 25, 26, 36, 46], "get_manager_nam": 8, "deep": [8, 25, 32, 40], "hierarchi": [8, 13], "employe": [8, 11, 42], "good": [8, 11, 25], "Not": [8, 25, 46], "get_nam": 8, "abstract": 9, "tree": [9, 22, 25, 36], "plugin": [9, 46], "produc": [9, 46], "ignor": [9, 15, 25, 36], "verifi": 9, "ssl": 9, "certif": [9, 11], "\ud835\udc2f\ud835\udc1e\ud835\udc2b\ud835\udc22\ud835\udc1f\ud835\udc32": 9, "\ud835\udc05\ud835\udc1a\ud835\udc25\ud835\udc2c\ud835\udc1e": 9, "identifi": [9, 11, 22, 28, 44], "bandit_test": 9, "www": [9, 11, 39, 40], "googl": [9, 11, 25, 32, 36], "de": [9, 11, 23, 27, 36], "info": [9, 39], "none": [9, 36], "exclud": 9, "node_visitor": 9, "warn": [9, 11, 39], "unabl": 9, "qualifi": 9, "12": [9, 15, 22, 23, 25, 28], "23": [9, 39, 44], "15": [9, 17, 21, 22, 25, 44], "32": [9, 25], "44": [9, 39], "650893": 9, "b501": 9, "request_with_no_cert_valid": 9, "disabl": 9, "sever": [9, 25], "confid": [9, 25], "cwe": 9, "295": 9, "mitr": 9, "org": [9, 11, 17, 39], "html": 9, "locat": [9, 21, 25, 44], "readthedoc": 9, "io": [9, 40, 44], "en": [9, 11, 17, 23, 27, 44], "b501_request_with_no_cert_valid": 9, "status_cod": 9, "scan": [9, 44], "total": [9, 11, 15, 25, 46], "nosec": 9, "metric": [9, 15, 17, 25, 28, 34], "undefin": 9, "medium": 9, "audit": 9, "advisori": 9, "databas": [9, 17, 46], "upgrad": [9, 46], "id": [9, 11, 23, 36], "fix": [9, 25, 36], "flask": [9, 11], "pysec": 9, "2019": 9, "179": 9, "2018": 9, "66": 9, "setuptool": 9, "56": [9, 25], "ghsa": 9, "r9hx": 9, "vwmv": 9, "q579": 9, "65": 9, "almost": 9, "password": 9, "api": [9, 20, 23, 26, 39, 46], "kei": [9, 11, 17, 21, 25, 29, 36, 39, 46], "never": [9, 25, 27, 28], "plain": [9, 11, 38, 39], "text": [9, 15, 17, 25, 31, 39], "trivial": 9, "anybodi": 9, "who": [9, 17, 39], "wrapper": [9, 23, 46], "around": [9, 17, 46], "system": [9, 17, 25, 36], "maco": 9, "keychain": 9, "window": [9, 42], "locker": 9, "etc": [9, 11, 21, 23, 25, 39], "safer": 9, "retriev": [9, 17, 23, 36], "field": 9, "done": [9, 25, 36], "set_password": 9, "mydb": 9, "get_password": 9, "hint": 10, "expect": [10, 11, 17, 46], "wrong": 10, "awai": 10, "rais": [10, 11, 36], "thing": [10, 11, 13, 20, 25, 46], "typecheck": 10, "say_hello": 10, "str": [10, 11, 36, 39], "f": [10, 11, 15, 17, 21, 32, 36, 39], "hello": [10, 11, 15, 17, 36, 39], "analyz": [10, 11, 25, 28, 32], "ensur": [10, 11, 17, 28, 36, 44], "align": 10, "reliabl": 10, "bank": 10, "deposit": 10, "int": [10, 11, 20, 32, 36, 39], "balanc": [10, 25], "withdraw": 10, "1000": [10, 22, 28, 31, 39, 44], "wish": 10, "fast": [10, 11, 17, 19, 25, 31, 32, 36, 46], "match": [10, 11, 36], "typescript": 10, "extra": [10, 36], "3x": [10, 17, 32], "5x": [10, 32], "og": 10, "whether": 10, "pleas": [10, 31], "consid": [10, 25, 26, 46], "know": [11, 22, 23, 25, 31, 36, 46], "headach": [11, 46], "pycountri": 11, "iso": 11, "alpha_2": 11, "alpha_3": 11, "eur": 11, "freez": 11, "veri": [11, 20, 22, 25, 46], "virtual": 11, "encount": [11, 17], "follow": [11, 13, 15, 17, 22, 40, 44], "desir": 11, "unus": 11, "realli": [11, 17, 20, 27, 31, 46], "y": [11, 15, 21, 22, 25, 28, 34, 36, 46], "two": [11, 15, 17, 22, 25, 27, 36], "pgeocod": 11, "just": [11, 15, 17, 21, 25, 31, 32, 36, 39], "specifi": [11, 21, 25, 27, 31, 36, 39, 46], "km": 11, "dist": 11, "geodist": 11, "query_postal_cod": 11, "10117": 11, "80331": 11, "ever": 11, "convers": [11, 32], "manipul": [11, 39], "handl": [11, 22, 23, 25, 27, 28, 36, 39], "physic": 11, "quantiti": [11, 36], "arithmet": 11, "keep": 11, "track": [11, 15], "accur": [11, 28], "registri": 11, "ureg": 11, "unitregistri": 11, "33": 11, "kilomet": 11, "feet": 11, "108267": 11, "71653543308": 11, "foot": 11, "oper": [11, 31, 32], "speed": [11, 25, 28, 46], "hour": [11, 28, 32, 39], "198": 11, "steroid": [11, 25, 39], "cpu": [11, 46], "gpu": [11, 17, 20, 25], "memori": [11, 17, 25, 31, 36, 39, 46], "bottleneck": 11, "propos": 11, "gui": [11, 25], "my_modul": [11, 15], "repair": 11, "scrambl": 11, "occur": [11, 22], "foreign": 11, "appear": 11, "correctli": [11, 44, 46], "fix_text": 11, "doe": [11, 17, 20, 27], "\u00e2": 11, "\u0153ftfy\u00e2": 11, "x9d": 11, "mean": [11, 15, 17, 22, 25, 39], "\u00e2\u0153": 11, "mona": 11, "lisa": 11, "doesn\u00e3\u0192\u00e2": 11, "\u00e3": 11, "\u0161\u00e2": 11, "\u017e\u00e2": 11, "eyebrow": 11, "train": [11, 15, 17, 22, 26, 27, 28, 40], "model": [11, 17, 19, 22, 26, 27, 28, 40], "cv2": [11, 19], "input_path": 11, "car": [11, 36], "jpg": [11, 19, 39], "output_path": 11, "car2": 11, "input_fil": 11, "imread": [11, 19], "output_fil": 11, "imwrit": 11, "clunki": 11, "intuit": [11, 25, 27, 39], "auto": [11, 28, 36], "ditch": [11, 34], "argpars": 11, "hello_script": 11, "bye": 11, "__name__": [11, 20, 39], "__main__": [11, 20, 39], "john": [11, 17, 39], "annoi": [11, 17, 39, 40, 46], "few": [11, 21, 32], "divers": [11, 46], "address": [11, 17, 25, 27, 39], "phone": [11, 17, 27], "email": [11, 17, 25, 27], "fr_fr": 11, "phone_numb": 11, "color": [11, 27, 31, 36, 39], "offer": [11, 17, 21, 25, 26, 28, 36, 39], "bore": 11, "url": [11, 23, 27, 36, 39, 40], "25000000": 11, "\ud835\udc2d\ud835\udc2a\ud835\udc1d\ud835\udc26": 11, "set_descript": 11, "glob": 11, "sample_data": 11, "csv": [11, 21, 25, 28, 31, 32], "emoticon": 11, "give": [11, 15, 17, 25, 28, 32, 39, 40], "insight": 11, "especi": [11, 31, 36, 40, 46], "sentiment": [11, 17, 25], "emot_obj": 11, "core": 11, "love": [11, 17, 20], "watermark": 11, "same": [11, 15, 21, 36, 46], "endpoint": [11, 46], "second": [11, 25, 27, 39], "delai": [11, 39], "take": [11, 17, 25, 36, 39, 46], "60": [11, 25, 46], "httpbin": 11, "requests_cach": 11, "cachedsess": 11, "test_cach": 11, "string": [11, 21, 31, 32, 34, 36], "fuzzi": 11, "differ": [11, 19, 21, 23, 25, 28, 40], "variat": 11, "panda": [11, 21, 22, 23, 25, 27, 28, 34, 39], "pd": [11, 21, 22, 25, 27, 28, 32], "util": [11, 15, 25, 26, 28], "unify_nam": 11, "deduplicate_list_str": 11, "read_csv": [11, 21, 25, 32], "bairro": 11, "imovel": 11, "value_count": 11, "threshold_count": 11, "500": [11, 17, 23, 25], "\ud835\udc25\ud835\udc22\ud835\udc27\ud835\udc24\ud835\udc1c\ud835\udc21\ud835\udc1e\ud835\udc1c\ud835\udc24\ud835\udc1e\ud835\udc2b": 11, "recurs": 11, "mai": [11, 22, 27, 36], "harm": [11, 17, 22], "engin": [11, 20, 25, 40], "rank": [11, 17, 22, 25, 42], "linkcheck": 11, "bashplotlib": 11, "littl": 11, "basic": 11, "quick": [11, 15], "visual": [11, 15, 32], "histogram": 11, "scatter": 11, "plot": [11, 15], "hist": 11, "stop": [11, 15, 36], "resolv": [11, 38], "pipdeptre": 11, "possibl": [11, 25], "wrote": 11, "acrosort": 11, "tex": 11, "fun": 11, "sundai": 11, "publish": 11, "\ud835\udc82\ud835\udc84\ud835\udc93\ud835\udc90": 11, "\ud835\udc82\ud835\udc83\ud835\udc83\ud835\udc93\ud835\udc86\ud835\udc97\ud835\udc8a\ud835\udc82\ud835\udc95\ud835\udc8a\ud835\udc90\ud835\udc8f": 11, "\ud835\udc94\ud835\udc89\ud835\udc90\ud835\udc93\ud835\udc95\ud835\udc87\ud835\udc90\ud835\udc93\ud835\udc8e": 11, "\ud835\udc8d\ud835\udc90\ud835\udc8f\ud835\udc88\ud835\udc87\ud835\udc90\ud835\udc93\ud835\udc8e": 11, "begin": [11, 36], "lnkd": 11, "etf8qs5w": 11, "acrosort_tex": 11, "old": [11, 25, 36, 40], "pyfiglet": 11, "banner": 11, "introduc": [11, 36], "font": 11, "ascii_art": 11, "figlet_format": 11, "world": [11, 15, 17, 39], "bubblehead": 11, "bulbhead": 11, "entiti": 11, "recognit": [11, 17], "displaci": 11, "super": [11, 17, 25], "some": [11, 17, 22, 25, 32, 36, 46], "sentenc": [11, 17, 25], "span": 11, "chelsea": 11, "footbal": [11, 17, 36], "club": 11, "english": 11, "profession": 11, "fulham": 11, "west": 11, "london": [11, 39], "1905": 11, "plai": [11, 17, 36, 46], "home": 11, "game": [11, 17, 46], "stamford": 11, "bridg": 11, "compet": [11, 17], "premier": 11, "leagu": 11, "top": [11, 15, 25, 26, 40], "divis": 11, "won": [11, 17], "major": [11, 25, 26], "honour": 11, "championship": [11, 17], "1955": 11, "nlp": 11, "en_core_web_sm": 11, "render": 11, "style": [11, 21], "ent": 11, "true": [11, 15, 21, 25, 26, 27, 28, 32, 34, 36, 40], "paper": 11, "graphic": 11, "element": [11, 15, 17, 32, 36], "notori": [11, 26], "No": [11, 13, 15], "worri": 11, "figur": [11, 21, 46], "tikzplotlib": 11, "insert": [11, 17], "pyplot": [11, 21, 28, 46], "plt": [11, 21, 28, 46], "numpi": [11, 15, 19, 20, 21, 22, 25, 26, 27, 36], "np": [11, 15, 17, 19, 20, 21, 22, 25, 26, 27, 36], "ggplot": 11, "arang": 11, "sin": 11, "pi": 11, "s2": 11, "co": 11, "o": 11, "lw": 11, "xlabel": [11, 46], "ylabel": [11, 46], "voltag": 11, "mv": 11, "titl": [11, 21, 40], "simpl": [11, 13, 25], "frac": 11, "alpha": [11, 25, 26, 28, 34], "grid": [11, 21], "mytikz": 11, "For": [11, 21, 27, 29, 31, 44], "pattern": [11, 27, 28, 36], "break": [11, 36, 46], "down": 11, "complex": [11, 25, 27, 32, 36], "simpler": 11, "ones": [11, 25, 46], "combin": [11, 25, 26], "end": [11, 31, 36, 46], "either": [11, 32, 36], "ip": [11, 17], "digit": [11, 27], "port": [11, 20, 25], "anylett": 11, "anydigit": 11, "anyfrom": 11, "quantifi": [11, 25], "atleastatmost": 11, "group": [11, 34], "captur": [11, 21], "http_protocol": 11, "alphanum": 11, "domain_nam": 11, "n": [11, 28, 36, 40], "61": [11, 22, 25], "tld": 11, "ip_octet": 11, "at_least_at_most": 11, "port_numb": 11, "sub": 11, "togeth": 11, "effortlessli": [11, 15], "optic": 11, "charact": [11, 36, 39], "built": [11, 17, 28, 32, 39, 44, 46], "pytorch": [11, 19, 28], "80": [11, 25], "latin": 11, "chines": 11, "arab": 11, "cyril": 11, "given": [11, 31, 46], "ps": 11, "recommend": [11, 25, 32], "reader": 11, "image_path": [11, 39], "english_imag": 11, "png": [11, 25], "readtext": 11, "draw": 11, "variou": [11, 17, 21, 25, 26, 27, 28], "node": [11, 25, 36], "cloud": [11, 21, 44], "aw": [11, 25, 44], "azur": [11, 44], "gcp": [11, 44], "architectur": [11, 40], "comput": [11, 15, 19, 36], "ec2": [11, 44], "rd": 11, "network": [11, 23, 25, 40], "elb": 11, "worker": 11, "direct": [11, 25, 40], "tb": 11, "lb": 11, "worker1": 11, "worker2": 11, "worker3": 11, "worker4": 11, "worker5": 11, "event": 11, "program": [11, 31, 39], "fail": [11, 44, 46], "let": [11, 15, 21, 25, 28, 31, 36, 40], "instabl": [11, 26], "internet": 11, "connect": [11, 40], "uncommon": 11, "usual": [11, 25], "mechan": 11, "isn": [11, 23], "behaviour": [11, 36], "condit": [11, 31, 36], "wait": [11, 25, 46], "coroutin": 11, "attempt": 11, "stop_after_attempt": 11, "stop_after_5_attempt": 11, "OR": 11, "stop_after_delai": 11, "stop_after_10_s_or_5_retri": 11, "x": [11, 15, 20, 22, 25, 26, 28, 32, 36, 46], "wait_fix": 11, "wait_2_": 11, "retry_if_exception_typ": 11, "ioerror": 11, "might_io_error": 11, "forev": 11, "interfac": [11, 21, 25], "open": [11, 15, 20, 25, 40], "c": [11, 15, 21, 22, 31, 36, 39], "due": [11, 25, 26, 31], "larger": [11, 29, 31], "research": [11, 17], "plotli": [11, 31], "neat": [11, 17, 39], "tutori": 11, "purpos": [11, 39], "ig": 11, "g": [11, 25, 39], "es": 11, "width": [11, 36, 46], "fig": [11, 21, 25, 31, 46], "ax": [11, 21], "subplot": [11, 21], "target": [11, 25, 27], "circl": 11, "vertex_color": 11, "steelblu": 11, "vertex_label": 11, "vcount": 11, "edge_width": 11, "edge_color": 11, "666": 11, "edge_background": 11, "white": 11, "bandwidth": [11, 40], "dot": [11, 39, 44], "net": [11, 25, 34, 46], "orient": 11, "pure": 11, "lightweight": [11, 17, 25], "perfect": [11, 17, 36, 44, 46], "hobbi": 11, "db": 11, "path": [11, 25, 39, 40, 44, 46], "char": 11, "stai": [11, 25], "sloc": 11, "logic": [11, 40], "lloc": 11, "estim": [11, 22, 25, 28], "cyclomat": 11, "correspond": [11, 21, 23, 27], "decis": 11, "count": [11, 23], "halstead": 11, "deriv": [11, 23], "distinct": 11, "operand": 11, "index": [11, 21, 28, 31], "measur": [11, 17, 22, 46], "mix": [11, 46], "abov": 11, "cc": 11, "httpx": 11, "similar": [11, 17, 31, 34, 36, 39], "advantag": 11, "asynchron": 11, "doesn": [11, 25, 26], "lead": [11, 22, 25, 28, 36], "improv": [11, 46], "deal": 11, "concurr": 11, "yourself": [11, 15, 20, 28], "put": 11, "valu": [11, 22, 25, 27, 28, 31, 39, 44, 46], "delet": [11, 25, 46], "async": [11, 17], "asynccli": 11, "client": [11, 17, 46], "await": 11, "pair": [11, 21, 36], "api_kei": [11, 17, 40, 46], "mysupersecretapikei": 11, "domain": 11, "mydomain": 11, "load_dotenv": 11, "dotenv_valu": 11, "os": [11, 17, 36, 40, 46], "getenv": 11, "dictionari": [11, 25], "did": [11, 25, 31, 36, 40], "interact": [11, 15, 17, 46], "sdk": 11, "item": [11, 21, 36], "page": [11, 13, 23, 40], "notion_cli": 11, "notion_token": 11, "list": [11, 15, 17, 22, 25, 36, 40], "my_pag": 11, "database_id": 11, "897e5a76": 11, "ae52": 11, "4b48": 11, "9fdf": 11, "e71f5945d1af": 11, "filter": [11, 21, 23, 28, 42], "landmark": 11, "rich_text": 11, "pypika": 11, "nearli": [11, 25], "histori": 11, "q": [11, 25, 27, 36, 40], "from_": 11, "join": 11, "customer_id": 11, "select": [11, 42], "star": 11, "get_sql": 11, "ON": 11, "ui": 11, "clone": 11, "myshel": 11, "cd": [11, 40, 44], "unid": 11, "download": [11, 23, 40], "melo": 11, "wav": 11, "tt": 11, "devic": [11, 20], "la": 11, "lueur": 11, "dor\u00e9": 11, "du": 11, "soleil": 11, "caress": 11, "le": 11, "vagu": 11, "peignant": 11, "ciel": 11, "d": [11, 22, 31, 36, 39, 44], "un": 11, "palett": 11, "\u00e9blouissant": 11, "fr": 11, "speaker_id": 11, "hp": 11, "spk2id": 11, "tts_to_fil": 11, "translat": 11, "21": [11, 22, 36], "flavour": 11, "duckdb": 11, "snowflak": 11, "spark": [11, 22, 28], "hive": 11, "salari": [11, 42], "ag": [11, 15, 22, 32, 39], "30": [11, 21, 25, 26, 36], "tsql": 11, "foo": 11, "baz": 11, "parseerror": 11, "col": [11, 25, 34, 39], "34": 11, "unclear": [11, 39], "separator_charact": 11, "filename_displai": 11, "filename_extend": 11, "line_number_first": 11, "display_link": 11, "lines_befor": 11, "lines_aft": 11, "line_color": 11, "red": [11, 27, 31, 36], "default_config": 11, "code_color": 11, "truncate_cod": 11, "display_loc": 11, "week": [11, 39], "backend": [11, 25, 39], "polar": [11, 22, 32], "pyspark": 11, "bigqueri": 11, "rest": [11, 28], "framework": [11, 25], "set_backend": 11, "conn": [11, 46], "read_parquet": 11, "parquet": 11, "group_bi": [11, 34], "speci": 11, "island": 11, "agg": [11, 34], "order_bi": 11, "compon": 11, "footer": 11, "header": 11, "bodi": [11, 46], "bring": [11, 46], "gt": 11, "sp500": 11, "start_dat": 11, "2010": 11, "06": [11, 25], "07": [11, 36], "end_dat": 11, "14": [11, 22, 25], "tab_head": 11, "p": [11, 36], "subtitl": 11, "fmt_currenc": 11, "close": 11, "fmt_date": 11, "date": [11, 21, 23, 39, 46], "date_styl": 11, "wd_m_day_year": 11, "fmt_number": 11, "volum": 11, "compact": [11, 31], "cols_hid": 11, "adj_clos": 11, "valid": [11, 17], "common": [11, 22, 25, 34, 44], "complet": [11, 17, 21, 36], "anomali": [11, 25], "membership": 11, "checklevel": 11, "is_complet": 11, "is_uniqu": 11, "df": [11, 21, 22, 23, 27, 28, 31, 32, 34], "checkisbetweend": 11, "explod": 11, "sequenc": [11, 39], "to_dat": 11, "01": [11, 23, 25, 26, 39], "interv": [11, 21], "assert": [11, 46], "is_between": 11, "statu": [11, 36], "90": [11, 46], "great": [11, 17, 20, 21, 40], "pil": 11, "run_ocr": 11, "segform": 11, "load_model": 11, "processor": [11, 39], "load_processor": 11, "lang": [11, 23, 27], "det_processor": 11, "det_model": 11, "rec_model": 11, "rec_processor": 11, "predict": [11, 20, 26, 28, 34], "encoded_jwt": 11, "payload": 11, "algorithm": [11, 22, 25, 26, 39, 40], "hs256": 11, "strip": [11, 15], "yai": 11, "href": 11, "dev": 11, "streamlit": 11, "competitor": 11, "rapidli": 11, "readi": 11, "css": 11, "js": 11, "lab": 11, "mel": 11, "chat": [11, 17], "transform": [11, 17, 19, 25, 36], "prompt": [11, 40], "chatmessag": 11, "neckbreak": 11, "case": [11, 25, 28, 46], "luckili": [11, 17], "credit": [11, 17], "card": [11, 17], "bitcoin": 11, "wallet": 11, "presidio_analyz": 11, "presidio_anonym": 11, "en_core_web_lg": 11, "analyzerengin": 11, "anonymizerengin": 11, "text_to_anonym": 11, "hi": 11, "mr": 11, "jone": 11, "212": 11, "555": [11, 17], "5555": 11, "person": [11, 39], "anonymized_text": 11, "analyzer_result": 11, "unstructur": [11, 17, 39], "\ud835\udc2c\ud835\udc24\ud835\udc22\ud835\udc25\ud835\udc25\ud835\udc27\ud835\udc1e\ud835\udc2b": 11, "achiev": [11, 17, 25], "ran": 11, "Of": [11, 39], "cours": [11, 39], "llm": [11, 28, 32, 40], "matcher": 11, "phrasematch": 11, "general_param": 11, "skill_db": 11, "skill_extractor_class": 11, "skillextractor": 11, "skill_extractor": 11, "job_descript": 11, "develop": [11, 17, 25, 32, 40, 44], "expertis": 11, "adapt": 11, "speak": 11, "fluentli": 11, "german": [11, 27], "annot": 11, "prevent": [11, 36], "abus": 11, "crucial": [11, 17, 25], "implement": [11, 25, 28, 32, 40, 46], "starlett": 11, "minut": [11, 27, 39], "note": [11, 27, 36, 46], "fall": 11, "apart": 11, "_rate_limit_exceeded_handl": 11, "get_remote_address": 11, "ratelimitexceed": 11, "key_func": 11, "state": [11, 15, 29], "add_exception_handl": 11, "respons": [11, 17, 25, 32, 39], "turn": [11, 17, 28], "transit": 11, "david": 11, "Is": [11, 17], "why": [11, 25, 26], "zero": [11, 25, 26, 27], "seamless": 11, "inherit": 11, "baseset": 11, "pydantic_set": 11, "settingsconfigdict": 11, "pydanct": 11, "basemodel": 11, "enum": [11, 36], "stage": 11, "prod": 11, "redisset": 11, "host": 11, "appset": 11, "model_config": 11, "env_fil": 11, "redi": 11, "app_nam": [11, 23], "debug_mod": 11, "bool": 11, "yourappnam": 11, "localhost": 11, "6379": 11, "pdoc": 13, "cool": [13, 25, 36], "configur": [13, 25, 39, 44], "altern": [13, 25, 39], "sphinx": 13, "preprocess": [13, 15, 25], "exactli": 15, "load_ext": 15, "magic": 15, "extens": [15, 27, 34], "lprun": 15, "my_funct": [15, 32, 36], "10000": [15, 31], "400": 15, "1e": 15, "timer": 15, "001": 15, "0160793": 15, "ipython": 15, "input": [15, 20, 21, 25, 31], "18": 15, "790da5f104f0": 15, "hit": [15, 28], "9999": 15, "16": [15, 21, 25, 44], "37": 15, "46": 15, "livelossplot": 15, "callback": 15, "tensorboard": 15, "progress": 15, "kera": 15, "dataset": [15, 17, 21, 22, 25, 26, 27, 28, 31, 32], "mnist": 15, "to_categor": 15, "sequenti": [15, 25], "layer": [15, 25], "flatten": [15, 25, 39], "dens": [15, 25], "activ": [15, 20, 25], "plotlosseskera": 15, "x_train": [15, 22, 25, 28], "y_train": [15, 22, 25, 28], "x_test": [15, 22, 25], "y_test": [15, 22, 25, 28], "load_data": [15, 25], "reshap": 15, "28": [15, 21, 25, 44], "astyp": 15, "float32": 15, "255": 15, "input_shap": [15, 25], "softmax": [15, 25], "rmsprop": 15, "categorical_crossentropi": 15, "accuraci": [15, 25], "plotloss": 15, "fit": [15, 22, 25, 26, 28], "epoch": 15, "validation_data": 15, "verbos": [15, 25, 27, 40], "latexifi": 15, "beauti": 15, "math": 15, "solv": [15, 17, 21], "sqrt": 15, "diagram": 15, "switch": 15, "back": [15, 36], "sklearn": [15, 22, 26, 27, 28, 34], "make_pipelin": [15, 27], "imput": 15, "simpleimput": [15, 27], "compos": [15, 19, 25, 27], "columntransform": 15, "onehotencod": 15, "robustscal": [15, 27], "ensembl": [15, 28], "randomforestclassifi": [15, 25], "set_config": 15, "numeric_preprocessor": 15, "imputation_mean": 15, "missing_valu": 15, "nan": 15, "strategi": [15, 17, 46], "scale": [15, 25], "categorical_preprocessor": 15, "imputation_const": 15, "fill_valu": 15, "miss": [15, 36, 46], "constant": [15, 25, 36], "one_hot": 15, "handle_unknown": [15, 25], "preprocessor": 15, "categor": [15, 21], "gender": 15, "numer": 15, "weight": [15, 34], "pipe": [15, 25, 28], "reload": 15, "reimport": 15, "my_function1": 15, "my_function2": 15, "limit": [15, 17], "widespread": 15, "isort": 15, "incompat": 15, "nbqa": 15, "er": 15, "toolchain": 15, "my_notebook": 15, "ipynb": 15, "float": [15, 27], "heavi": 15, "jupyterlab": 15, "scratch": [15, 40], "jupytertempl": 15, "eda": [15, 25], "labextens": 15, "jupyterlab_templ": 15, "enabl": [15, 44], "jupyter_notebook_config": 15, "jupyterlabtempl": 15, "allowed_extens": 15, "template_dir": 15, "include_default": 15, "include_core_path": 15, "larg": [15, 27, 32, 36], "risk": 15, "sensit": [15, 17, 39], "genai": 15, "vendor": [15, 17], "openai": [15, 17, 32], "huggingfac": [15, 25], "anthrop": [15, 17, 32], "ask": [15, 46], "provider_api_kei": 15, "your_api_key_her": 15, "jupyter_ai": 15, "chatgpt": 15, "forget": [15, 17, 38], "marimo": 15, "friendli": [15, 39], "reactiv": 15, "re": [15, 36], "affect": [15, 29, 36], "determinist": [15, 39, 46], "hidden": 15, "deploy": [15, 44], "edit": [15, 44], "here": [17, 36, 46], "cost": [17, 27], "often": [17, 26], "exceed": 17, "context": 17, "pai": [17, 39], "unimport": 17, "claim": 17, "20x": [17, 28], "minim": [17, 22], "tri": [17, 32], "myself": 17, "notic": [17, 25], "cautiou": 17, "critic": [17, 39, 44], "promptcompressor": 17, "your_prompt": 17, "llm_lingua": 17, "lgaalv": 17, "gpt2": 17, "dolli": 17, "compressed_prompt": 17, "compress_prompt": 17, "instruct": 17, "question": 17, "target_token": 17, "200": [17, 32], "origin_token": 17, "2430": 17, "compressed_token": 17, "261": 17, "ratio": [17, 22, 25], "gpt": [17, 40], "consist": [17, 21, 31], "stream": [17, 20, 25], "openai_api_kei": [17, 40], "anthropic_api_kei": 17, "mistral_api_kei": 17, "role": 17, "turbo": [17, 40], "claud": 17, "instant": 17, "mistral": 17, "tini": 17, "unwant": 17, "behavior": [17, 46], "between": [17, 21, 22, 23, 25], "inform": [17, 23, 25, 36, 40], "number": [17, 29, 46], "sanit": 17, "toxic": 17, "inject": [17, 36], "guard": 17, "llm_guard": 17, "scan_output": 17, "scan_prompt": 17, "input_scann": 17, "anonym": [17, 36], "promptinject": 17, "vault": 17, "openaikei": 17, "sql": [17, 21], "123": [17, 27, 39], "4567": 17, "192": 17, "168": 17, "8901": 17, "2345": 17, "6789": 17, "sanitized_prompt": 17, "results_valid": 17, "results_scor": 17, "assist": 17, "redacted_person_1": 17, "redacted_email_address_1": 17, "redacted_phone_number_1": 17, "redacted_ip_address_1": 17, "redacted_credit_card_re_1": 17, "tricki": [17, 46], "preconfigur": 17, "profici": 17, "tonal": 17, "concis": 17, "hallucin": 17, "biggest": 17, "ollama": [17, 32], "evalllm": 17, "eval": [17, 25], "global": [17, 29], "sport": [17, 36], "tv": 17, "viewership": 17, "billion": 17, "worldwid": 17, "eval_llm": 17, "context_relev": 17, "factual_accuraci": 17, "response_complet": 17, "dump": 17, "These": 17, "everyth": [17, 46], "video": 17, "audio": 17, "embed_anyth": 17, "embed_fil": 17, "filenam": [17, 46], "pdf": 17, "bert": 17, "arrai": [17, 19, 21, 25, 36], "embed_directori": 17, "test_fil": 17, "clip": 17, "constraint": [17, 32], "mistralai": 17, "7b": 17, "v0": 17, "label": [17, 21, 26], "review": [17, 25], "neg": [17, 25], "restaur": 17, "awesom": 17, "answer": 17, "scalabl": 17, "techniqu": [17, 36, 46], "precis": [17, 25], "recal": [17, 25], "faith": 17, "relev": [17, 22, 23], "answer_correct": 17, "data_sampl": 17, "bowl": 17, "superbowl": 17, "held": 17, "jan": 17, "1967": 17, "been": [17, 36], "england": 17, "patriot": 17, "afl": 17, "nfl": 17, "american": [17, 32], "januari": [17, 23], "lo": 17, "angel": 17, "coliseum": 17, "green": [17, 27, 31, 36], "bai": 17, "packer": 17, "wisconsin": 17, "confer": 17, "ground_truth": 17, "record": 17, "six": 17, "from_dict": 17, "score": [17, 22, 25, 26, 28], "to_panda": 17, "essenti": [17, 46], "involv": [17, 25, 36], "each": [17, 22, 25, 26, 28, 36, 39, 40, 46], "queri": [17, 21, 25, 31, 39], "coher": 17, "jina": 17, "t5": 17, "replac": [17, 27, 32, 38, 46], "ranker": 17, "hate": 17, "doc_id": 17, "favourit": [17, 25, 39], "qdrant": 17, "seamlessli": [17, 19], "vector": [17, 25, 32], "though": 17, "textembed": 17, "embedding_model": 17, "model_nam": 17, "jinaai": 17, "v2": 17, "prepar": 17, "simplifi": 17, "ppt": 17, "layout": [17, 21], "analyi": 17, "tabl": 17, "document_convert": 17, "documentconvert": 17, "arxiv": 17, "2408": 17, "09869": 17, "export_to_markdown": 17, "technic": 17, "mb": [17, 25, 27, 32], "subdepend": 17, "childhood": 17, "dream": 17, "chunker": 17, "semant": 17, "doubl": 17, "merg": 17, "semanticchunk": 17, "minilm": 17, "l6": 17, "chunk_siz": 17, "512": 17, "similarity_threshold": 17, "appropri": [17, 21, 22], "len": [17, 25, 26], "tensorflow": 19, "70": [19, 25], "vision": 19, "horizontalflip": 19, "tograi": 19, "griddropout": 19, "verticalflip": 19, "channelshuffl": 19, "augmented_imag": 19, "exagger": 20, "kid": 20, "block": [20, 36], "fastapi": 20, "serv": 20, "2x": [20, 34], "batch": 20, "autosc": 20, "complic": 20, "alreadi": [20, 32, 34], "behind": 20, "joblib": 20, "ls": 20, "xgboostapi": 20, "litapi": 20, "decode_request": 20, "asarrai": 20, "expand_dim": 20, "encode_respons": 20, "class_idx": 20, "8000": 20, "repetit": 21, "inspect": 21, "view": 21, "web": [21, 27], "wide": [21, 27], "varieti": [21, 25], "excel": [21, 25], "bonu": 21, "export": 21, "dtale": 21, "datafram": [21, 22, 25, 27, 28, 34], "dict": [21, 25, 31, 39], "fan": 21, "background": [21, 31], "dark_background": 21, "pyqt": 21, "lot": [21, 36, 40], "summari": 21, "statist": [21, 22, 28, 34], "bar": 21, "chart": [21, 25], "pokemon": 21, "nulliti": 21, "understand": [21, 25, 27, 28], "column": [21, 22, 25, 32, 39], "relat": 21, "heatmap": 21, "pick": [21, 32], "relationship": [21, 22], "your_data": 21, "\u03d5k": 21, "beween": 21, "ordin": 21, "linear": [21, 22, 25], "depend": 21, "revert": 21, "pearson": 21, "bivari": 21, "normal": [21, 36], "distribut": [21, 27], "plot_correlation_matrix": 21, "resourc": [21, 44, 46], "fixtur": [21, 46], "fake_insurance_data": 21, "gz": 21, "corr_matrix": 21, "phik_matrix": 21, "x_label": 21, "y_label": 21, "vmin": 21, "vmax": 21, "color_map": 21, "blue": [21, 27, 36], "matrix": 21, "fontsize_factor": 21, "figsiz": 21, "tight_layout": 21, "ugli": [21, 36, 39], "overlap": 21, "unread": 21, "adjust": [21, 25, 36], "mdate": 21, "datetim": [21, 27, 36], "2023": [21, 36, 39], "25": [21, 25, 27, 32, 39], "35": 21, "xaxi": 21, "set_major_formatt": 21, "dateformatt": 21, "geo": 21, "fill": [21, 36], "area": 21, "bubbl": 21, "hexbin": 21, "express": [21, 25, 36], "px": 21, "gapmind": 21, "2007": 21, "scatter_geo": 21, "iso_alpha": 21, "pop": 21, "subplot_mosa": 21, "arrang": 21, "fashion": 21, "control": [21, 25, 31, 40], "aae": 21, "constrained_layout": 21, "axd": 21, "set_titl": 21, "multicollinear": 22, "phenomenon": 22, "predictor": [22, 25, 26], "regress": [22, 25, 28], "correl": [22, 27, 28], "unstabl": 22, "inconsist": 22, "coeffici": 22, "\ud835\udc15\ud835\udc1a\ud835\udc2b\ud835\udc22\ud835\udc1a\ud835\udc27\ud835\udc1c\ud835\udc1e": 22, "\ud835\udc08\ud835\udc27\ud835\udc1f\ud835\udc25\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 22, "\ud835\udc05\ud835\udc1a\ud835\udc1c\ud835\udc2d\ud835\udc28\ud835\udc2b": 22, "indic": [22, 36, 44], "present": 22, "formula": 22, "determin": [22, 25, 44], "repeat": [22, 28], "compar": [22, 46], "contribut": [22, 25], "now": [22, 36, 39, 46], "drop": [22, 25, 32, 38], "remain": 22, "\ud835\udc2c\ud835\udc2d\ud835\udc1a\ud835\udc2d\ud835\udc2c\ud835\udc26\ud835\udc28\ud835\udc1d\ud835\udc1e\ud835\udc25\ud835\udc2c": 22, "load_boston": 22, "statsmodel": [22, 28, 34], "stat": 22, "outliers_influ": 22, "variance_inflation_factor": 22, "boston": 22, "feature_nam": [22, 27], "shape": [22, 25, 26, 31], "crim": 22, "100373": 22, "zn": 22, "844013": 22, "indu": 22, "485758": 22, "cha": 22, "152952": 22, "nox": 22, "73": 22, "894947": 22, "77": 22, "948283": 22, "386850": 22, "di": 22, "699652": 22, "rad": 22, "167725": 22, "tax": 22, "227274": 22, "ptratio": 22, "85": 22, "029547": 22, "11": [22, 23], "104943": 22, "lstat": 22, "102025": 22, "catboost": [22, 25], "unknown": 22, "mismatch": 22, "beforehand": [22, 36], "categorymismatchtraintest": 22, "tabular": [22, 25, 28], "train_test_valid": 22, "col1": 22, "col2": 22, "col3": 22, "obtain": 22, "randomli": 22, "shuffl": [22, 25], "observ": 22, "comparison": 22, "eas": 22, "show_weight": 22, "hurt": 22, "permutationimport": 22, "svm": [22, 25], "svc": 22, "load_iri": [22, 25, 27], "model_select": [22, 25, 28], "train_test_split": [22, 25, 28], "iri": [22, 25], "target_nam": [22, 25], "perm": 22, "feature_1": [22, 25], "feature_2": 22, "feature_3": [22, 25], "feature_4": 22, "pp": 22, "agnost": [22, 25], "ppscore": 22, "c_": [22, 27], "minimum": [22, 39, 44], "redund": 22, "maximum": [22, 26, 36, 39], "smallest": [22, 32, 36, 46], "subset": [22, 31], "ml": [22, 28], "k": [22, 28, 46], "mrmr_select": 22, "make_classif": 22, "mrmr_classif": 22, "n_sampl": [22, 25, 28], "n_featur": [22, 25], "50": [22, 25, 28], "n_inform": 22, "n_redund": 22, "40": [22, 25, 27, 32], "selected_featur": 22, "restrict": 23, "social": [23, 25, 27], "servic": [23, 40], "hashtag": 23, "thread": 23, "platform": [23, 27], "instagram": [23, 40], "facebook": 23, "tweet": 23, "elon": 23, "musk": 23, "simpli": [23, 28], "jsonl": 23, "max": [23, 25, 36, 39], "elonmusk": 23, "until": [23, 46], "scraper": 23, "playstor": 23, "sort": [23, 25], "countri": [23, 32, 39], "google_play_scrap": 23, "_": [23, 25, 26, 28, 36], "android": 23, "newest": 23, "filter_score_with": 23, "app_store_scrap": 23, "podcast": 23, "appl": [23, 36], "side": [23, 31], "appstor": 23, "app_id": 23, "id389801252": 23, "insta": 23, "389801252": 23, "how_mani": 23, "messi": [23, 36], "face": 23, "throw": [23, 36], "dialect": 23, "read_datafram": 23, "imdb": 23, "extractor": [23, 25], "crawl": 23, "metadata": 23, "comment": [23, 25], "websit": [23, 27, 36, 40, 46], "xml": 23, "fetch_url": 23, "extract": [23, 25, 28, 36, 40], "adbar": 23, "output_format": 23, "imbal": 25, "higher": 25, "minor": 25, "lower": [25, 27], "loss": [25, 34], "misclassifi": 25, "compute_class_weight": 25, "tf": [25, 44], "class_weight": 25, "uniqu": [25, 36], "enumer": 25, "loop": 25, "clear_sess": 25, "bias": [25, 28], "\ud835\udc1d\ud835\udc1e\ud835\udc25": 25, "\ud835\udc26\ud835\udc28\ud835\udc1d\ud835\udc1e\ud835\udc25": 25, "clutter": 25, "increas": [25, 34], "create_model": 25, "noisi": 25, "centric": 25, "via": [25, 44], "clf": 25, "n_estim": 25, "cl": 25, "classif": 25, "cleanlearn": 25, "label_issu": 25, "find_label_issu": 25, "is_label_issu": 25, "assess": [25, 28], "summar": 25, "f1": 25, "y_true": [25, 28], "y_pred": [25, 28], "00": [25, 31, 36, 39], "67": 25, "macro": 25, "avg": 25, "care": [25, 36], "tupl": 25, "seed": [25, 29, 46], "sampler": 25, "tpesampl": 25, "trial": 25, "42": 25, "studi": 25, "create_studi": 25, "n_trial": 25, "reason": 25, "doubt": 25, "closer": 25, "\ud835\udc0f\ud835\udc2b\ud835\udc28\ud835\udc1b\ud835\udc1a\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "\ud835\udc16\ud835\udc2b\ud835\udc28\ud835\udc27\ud835\udc20\ud835\udc0f\ud835\udc2b\ud835\udc1e\ud835\udc1d\ud835\udc22\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "cannot": 25, "\ud835\udc03\ud835\udc22\ud835\udc2c\ud835\udc1a\ud835\udc20\ud835\udc2b\ud835\udc1e\ud835\udc1e\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "disagre": 25, "\ud835\udc11\ud835\udc1e\ud835\udc25\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc2f\ud835\udc1e\ud835\udc03\ud835\udc22\ud835\udc1f\ud835\udc1f\ud835\udc1e\ud835\udc2b\ud835\udc1e\ud835\udc27\ud835\udc1c\ud835\udc1e\ud835\udc11\ud835\udc1e\ud835\udc1a\ud835\udc2c\ud835\udc28\ud835\udc27": 25, "rel": [25, 27], "doubtensembl": 25, "probareason": 25, "wrongpredictionreason": 25, "linear_model": [25, 28], "logisticregress": 25, "return_x_i": [25, 28], "proba": 25, "wrong_pr": 25, "instanc": [25, 36], "predic": 25, "get_pred": 25, "stare": 25, "screen": [25, 36], "knockknock": 25, "notif": 25, "channel": 25, "slack": 25, "telegram": 25, "discord": 25, "ms": 25, "stick": 25, "email_send": 25, "recipient_email": 25, "coolmail": 25, "2coolmail": 25, "sender_email": 25, "anothercoolmail": 25, "train_model": 25, "torch": 25, "mymodel": [25, 46], "nn": 25, "batch_siz": 25, "input_s": [25, 28], "depth": 25, "idx": 25, "param": 25, "conv2d": 25, "batchnorm2d": 25, "relu": 25, "maxpool2d": 25, "148": 25, "970": 25, "174": 25, "trainabl": 25, "mult": 25, "05": [25, 28], "forward": 25, "backward": 25, "honest": 25, "fastest": 25, "intelex": 25, "regressor": [25, 28], "lasso": [25, 34], "dbscan": 25, "sklearnex": 25, "patch_sklearn": 25, "svr": 25, "make_regress": 25, "100000": 25, "nois": [25, 39], "\ud835\udc17\ud835\udc06\ud835\udc01\ud835\udc28\ud835\udc28\ud835\udc2c\ud835\udc2d": 25, "\ud835\udc05\ud835\udc1e\ud835\udc1a\ud835\udc2d\ud835\udc2e\ud835\udc2b\ud835\udc1e": 25, "\ud835\udc08\ud835\udc27\ud835\udc2d\ud835\udc1e\ud835\udc2b\ud835\udc1a\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 25, "\ud835\udc02\ud835\udc28\ud835\udc27\ud835\udc2c\ud835\udc2d\ud835\udc2b\ud835\udc1a\ud835\udc22\ud835\udc27\ud835\udc2d\ud835\udc2c": 25, "feature_0": 25, "similarli": 25, "feature_5": 25, "feature_9": 25, "mind": 25, "regulatori": 25, "industri": 25, "compani": 25, "xgb": 25, "dmatrix": 25, "reg": 25, "squarederror": 25, "eval_metr": 25, "rmse": 25, "interaction_constraint": 25, "model_with_constraint": 25, "hear": 25, "pain": [25, 40], "choos": 25, "lightgbm": [25, 28], "task": 25, "tradit": 25, "focus": [25, 40], "overal": 25, "piec": [25, 36, 46], "food": 25, "staff": 25, "rude": 25, "That": [25, 32, 39], "toward": 25, "batteri": 25, "camera": 25, "opinion": 25, "feel": 25, "feedback": 25, "media": [25, 27], "monitor": 25, "27": 25, "atepccheckpointmanag": 25, "get_aspect_extractor": 25, "checkpoint": 25, "multilingu": 25, "auto_devic": 25, "were": 25, "stuff": 25, "unfriendli": 25, "extract_aspect": 25, "inference_sourc": 25, "pred_senti": 25, "xgbrfregressor": 25, "xgbrf": 25, "rand": [25, 29], "Near": 25, "duplic": 25, "blurri": 25, "odd": 25, "irregularli": 25, "dark": 25, "light": 25, "lack": 25, "crazi": 25, "wget": 25, "nc": 25, "public": 25, "s3": [25, 44, 46], "amazonaw": 25, "image_fil": 25, "zip": 25, "unzip": [25, 40], "imagelab": 25, "own": 25, "dataset_path": 25, "data_path": 25, "find_issu": 25, "preval": 25, "issue_summari": 25, "issue_typ": 25, "decreas": 25, "shouldn": 25, "\ud835\udc00\ud835\udc25\ud835\udc29\ud835\udc21\ud835\udc1a\ud835\udc12\ud835\udc1e\ud835\udc25\ud835\udc1e\ud835\udc1c\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 25, "curv": 25, "respond": 25, "lassocv": 25, "load_concret": 25, "alphaselect": 25, "cross": 25, "linspac": 25, "tensorflow_decision_forest": 25, "gbdt": 25, "tfdf": 25, "get_fil": 25, "adult": 25, "yggdrasil": 25, "yggdrasil_decision_forest": 25, "test_data": 25, "dataset_df": 25, "test_indic": 25, "test_ds_pd": 25, "train_ds_pd": 25, "train_d": 25, "pd_dataframe_to_tf_dataset": 25, "incom": 25, "test_d": 25, "gradientboostedtreesmodel": 25, "multimod": 25, "covari": 25, "shift": 25, "quickstart": 25, "tabulardataset": 25, "tabularpredictor": 25, "train_data": 25, "inc": 25, "time_limit": 25, "240": 25, "leaderboard": 25, "maxpooling2d": 25, "64": 25, "pool_siz": 25, "layered_view": 25, "legend": 25, "to_fil": 25, "stratifiedkfold": 25, "fold": [25, 28], "repres": [25, 36], "strata": 25, "stratyf": 25, "multilabelstratifiedkfold": 25, "iterstrat": 25, "ml_stratifi": 25, "mskf": 25, "n_split": [25, 28], "random_st": 25, "train_index": 25, "test_index": 25, "split": [25, 28], "nobodi": 25, "therefor": [25, 31, 36], "point": [25, 36], "overcom": 25, "hurdl": 25, "lime": 25, "shap": 25, "category_encod": 25, "ordinalencod": 25, "lgbmregressor": [25, 28], "extratreesregressor": 25, "data_load": 25, "house_df": 25, "house_dict": 25, "house_pric": 25, "y_df": [25, 28], "salepric": 25, "to_fram": 25, "x_df": 25, "categorical_featur": 25, "dtype": [25, 32], "encod": 25, "return_df": 25, "xtrain": 25, "xtest": 25, "ytrain": 25, "ytest": 25, "train_siz": 25, "75": [25, 27], "smartexplain": 25, "xpl": 25, "features_dict": 25, "y_target": 25, "run_app": 25, "title_stori": 25, "hous": 25, "price": 25, "8020": 25, "huge": [25, 32], "solut": 25, "suit": 25, "detail": [25, 36, 39, 46], "calcul": [25, 26, 32, 34, 36, 39], "bunch": 25, "drift": 25, "weak": 25, "segment": 25, "full_suit": 25, "iris_df": 25, "data_format": 25, "as_train_test": 25, "label_col": 25, "df_train": 25, "df_test": 25, "rf_clf": 25, "axi": [25, 46], "ds_train": 25, "cat_featur": 25, "ds_test": 25, "train_dataset": 25, "test_dataset": 25, "Its": 25, "plot_rank": 25, "individu": 25, "hover": 25, "dive": 25, "analys": 25, "criterion": 25, "gini": 25, "max_depth": 25, "suggest_int": 25, "mdpth": 25, "log": [25, 34, 36], "min_samples_split": 25, "mspl": 25, "min_samples_leaf": 25, "mlf": [25, 28], "min_weight_fraction_leaf": 25, "suggest_float": 25, "mwfr": 25, "max_featur": 25, "mft": 25, "max_leaf_nod": 25, "mnod": 25, "min_impurity_decreas": 25, "mid": 25, "maxim": [25, 26], "get_param_import": 25, "params_sort": 25, "kaggl": 25, "cluster": [25, 28], "categori": [25, 27], "cluster_comb": 25, "clustererensembl": 25, "kmean": 25, "n_cluster": 25, "minibatchkmean": 25, "agglomerativeclust": 25, "aligned_label": 25, "aligned_labels_": 25, "predicted_label": 25, "labels_": [25, 26], "varianc": [25, 27], "residualplot": 25, "exhibit": 25, "along": 25, "horizont": 25, "typic": 25, "suitabl": [25, 39], "wherea": 25, "dispers": 25, "residualsplot": 25, "multi": [25, 28, 40], "hardwar": 25, "hyperopt": 25, "train_breast_canc": 25, "load_breast_canc": 25, "train_x": 25, "test_x": 25, "train_i": 25, "test_i": 25, "test_siz": [25, 28], "train_set": 25, "test_set": 25, "evals_result": 25, "verbose_ev": 25, "mean_accuraci": 25, "binari": [25, 31, 40], "logist": 25, "logloss": 25, "min_child_weight": 25, "subsampl": 25, "uniform": 25, "tuner": 25, "tune_config": 25, "tuneconfig": 25, "num_sampl": 25, "param_spac": 25, "get_best_result": 25, "mode": 25, "dl": 25, "level": [25, 28, 39, 44], "compat": 25, "neural": 25, "neuralnetclassifi": 25, "standardscal": 25, "mymodul": [25, 36], "num_unit": 25, "nonlin": 25, "dim": [25, 28], "kwarg": 25, "dropout": 25, "max_epoch": 25, "lr": [25, 44], "iterator_train__shuffl": 25, "y_proba": 25, "predict_proba": [25, 28], "fly": 25, "massiv": 25, "continu": 25, "updat": [25, 36, 40], "full": 25, "knn": [25, 26], "phish": 25, "predict_on": 25, "learn_on": 25, "mobilenet": 25, "swin": 25, "convnext": 25, "densenet": 25, "pretrain": 25, "list_model": 25, "densenet121": 25, "randn": 25, "224": 25, "uncertainti": 25, "mapieregressor": 25, "linearregress": [25, 28], "59": [25, 39], "mapie_regressor": 25, "y_pi": 25, "singl": [25, 28, 39], "debugpipelin": 25, "debug": [25, 39], "imbalancedlinearregress": 25, "punish": 25, "underestim": 25, "add_lag": 25, "lag": [25, 28], "zeroinflatedregressor": 25, "sklego": 25, "randomadd": 25, "mixtur": 25, "gmmclassifi": 25, "random_nois": 25, "sparsifi": 25, "unsur": 25, "autoqu": 25, "autotun": 25, "unsupervis": 26, "natur": 26, "suffer": 26, "pyod": 26, "densiti": 26, "averag": 26, "vote": 26, "detector": 26, "inlin": 26, "majority_vot": 26, "highest": [26, 42], "sampl": [26, 28], "abod": 26, "iforest": 26, "generate_data": 26, "train_onli": 26, "n_model": 26, "conform": 26, "threshold": [26, 27], "calibr": 26, "alarm": 26, "isolationforest": 26, "deel": 26, "anomaly_detect": 26, "splitcad": 26, "basepredictor": 26, "redefin": 26, "nonconform": 26, "adpredictor": 26, "score_sampl": 26, "wrap": [26, 39], "isol": [26, 46], "forest": 26, "if_predictor": 26, "instanti": 26, "cad": 26, "IF": 26, "if_cad": 26, "z": [26, 36], "fit_ratio": 26, "new_data": 26, "gpl": 27, "cleantext": 27, "talk": 27, "send": [27, 36], "testmail": 27, "outlook": 27, "71112392": 27, "visit": 27, "testurl": 27, "free": 27, "u2018": 27, "u2019": 27, "fix_unicod": 27, "unicod": 27, "to_ascii": 27, "transliter": 27, "closest": 27, "ascii": 27, "lowercas": [27, 39], "no_url": 27, "special": [27, 36], "no_email": 27, "no_phone_numb": 27, "no_numb": 27, "no_digit": 27, "no_currency_symbol": 27, "currenc": 27, "symbol": [27, 36], "no_punct": 27, "punctuat": 27, "pandas_dq": 27, "focuss": 27, "skew": 27, "dq_report": 27, "fix_dq": 27, "fdq": 27, "data_transform": 27, "fit_transform": 27, "whole": 27, "decim": [27, 39], "percentag": [27, 46], "spaci": 27, "text_1": 27, "twenti": 27, "five": 27, "dollar": 27, "text_2": 27, "hundr": [27, 44], "fourti": 27, "three": 27, "thousand": 27, "four": 27, "text_3": 27, "nine": 27, "quarter": 27, "num_1": 27, "num_2": 27, "num_3": 27, "243421": 27, "integ": [27, 36, 39, 46], "fraction": 27, "big": [27, 31, 36, 44], "byte": 27, "naturals": 27, "1024000": 27, "equival": 27, "intword": 27, "123500000": 27, "million": [27, 31], "dt": [27, 39], "naturaldelta": 27, "timedelta": 27, "1200": 27, "long": [27, 46], "eleg": [27, 39], "num_pipelin": 27, "knnimput": 27, "cat_pipelin": 27, "most_frequ": 27, "conveni": [27, 31, 32], "make_column_selector": 27, "regex": 27, "afterward": 27, "Will": [27, 36], "columns_with_featur": 27, "num_column": 27, "dtype_includ": 27, "tackl": 27, "dure": 27, "suffici": 27, "meaning": [27, 36], "rarelabelencod": 27, "feature_engin": 27, "yellow": 27, "violet": 27, "rare_encod": 27, "tol": 27, "n_categori": 27, "df_encod": 27, "regularli": 28, "effect": [28, 44], "period": 28, "check_season": 28, "infer": [28, 31], "air": 28, "passeng": 28, "monthli": 28, "frequenc": 28, "airpassengersdataset": 28, "ts": 28, "airpassangersdataset": 28, "is_season": 28, "partit": [28, 42], "both": [28, 36], "overfit": 28, "scikit": 28, "past": [28, 39], "cross_valid": 28, "gradientboostingregressor": 28, "ts_cv": 28, "cv": 28, "neg_mean_squared_error": 28, "gapleavepout": 28, "gapkfold": 28, "gaprollforward": 28, "min_train_s": 28, "gap_siz": 28, "max_test_s": 28, "nixtla": 28, "remot": 28, "rai": 28, "exogen": 28, "lgb": 28, "freq": 28, "pmdarima": 28, "autoarima": 28, "airpassengersdf": 28, "sf": 28, "season_length": 28, "h": [28, 39], "95": 28, "lazi": [28, 39], "backtest": 28, "splitter": 28, "agent": [28, 39, 40], "pl": [28, 34], "mase": 28, "1mo": 28, "24": 28, "fh": 28, "beat": 28, "nbeat": 28, "nhit": 28, "y_train_df": 28, "ds": [28, 34], "1959": 28, "31": 28, "y_test_df": 28, "horizon": 28, "max_step": 28, "nf": 28, "y_hat_df": 28, "reset_index": 28, "tempor": 28, "feed": 28, "xgboost": 28, "multivari": 28, "flat": 28, "tp": 28, "sale": 28, "from_csv": 28, "sales_per_stor": 28, "add_index": 28, "store": [28, 31, 36, 44], "tick_calendar": 28, "work_dai": 28, "calendar_day_of_week": 28, "daily_revenu": 28, "revenu": [28, 31], "moving_sum": 28, "durat": 28, "off": 28, "approxim": 28, "matplotlib": [28, 31, 46], "rpt": 28, "signal": 28, "sigma": 28, "n_breakpoint": 28, "bkp": 28, "pw_constant": 28, "noise_std": 28, "algo": 28, "pelt": 28, "rbf": 28, "pen": 28, "supervis": 28, "pro": 28, "surviv": 28, "reduct": 28, "load_diabet": 28, "randomforestregressor": 28, "residu": 28, "residualdoubl": 28, "as_fram": 28, "x_new": 28, "reg_mean": 28, "reg_resid": 28, "reg_proba": 28, "y_pred_proba": 28, "y_pred_interv": 28, "predict_interv": 28, "y_pred_quantil": 28, "predict_quantil": 28, "y_pred_var": 28, "predict_var": 28, "y_pred_mean": 28, "construct": 29, "reset": 29, "undesir": 29, "unreproduc": 29, "across": 29, "reli": [29, 46], "subtl": 29, "rng": 29, "1234": 29, "sometim": [31, 46], "boolean": 31, "cython": 31, "under": [31, 46], "hood": 31, "filtered_df": 31, "might": 31, "tell": [31, 46], "datetimeindex": 31, "time_index": 31, "date_rang": 31, "2020": 31, "applymap": 31, "sales_data": 31, "5000": 31, "15000": 31, "sales_df": 31, "val": 31, "els": 31, "set_opt": 31, "2343129": 31, "8956701": 31, "224289": 31, "human": [31, 36, 39], "row": [31, 32], "slow": 31, "On": 31, "0s": 31, "1s": 31, "meant": 31, "consum": 31, "space": [31, 36], "effici": [31, 32, 36], "100000000": 31, "1m": 31, "58": 31, "to_csv": 31, "8s": 31, "to_parquet": 31, "blindli": 32, "wise": 32, "obviou": 32, "\ud835\udc12\ud835\udc30\ud835\udc22\ud835\udc1f\ud835\udc2d\ud835\udc1e\ud835\udc2b": 32, "parallel": 32, "dask": 32, "swifter": 32, "capabl": 32, "input_valu": 32, "output_valu": 32, "lambda": 32, "drastic": 32, "diet": 32, "optimize_dtyp": 32, "report_on_datafram": 32, "proposed_df": 32, "new_df": 32, "origin": 32, "memory_usag": 32, "sum": 32, "1024": 32, "props": 32, "pa": 32, "schema": 32, "dataframeschema": 32, "element_wis": 32, "alic": [32, 36], "bob": 32, "charli": 32, "think": 32, "mayb": 32, "gain": [32, 34], "amazon": 32, "smartdatafram": 32, "helper": 32, "openai_info": 32, "get_openai_callback": 32, "cb": 32, "gdp": 32, "north": 32, "rewrit": 34, "reimplement": 34, "levenshtein": 34, "roc": 34, "r2": 34, "l1": 34, "huber": 34, "polars_d": 34, "dummy_group": 34, "actual": [34, 36], "num_ext": 34, "l2_loss": 34, "alia": 34, "l2": 34, "bce": 34, "binary_metrics_combo": 34, "combo": 34, "unnest": 34, "ol": 34, "ordinari": 34, "regular": [34, 36], "squar": 34, "elast": 34, "88x": 34, "polars_ol": 34, "lasso_expr": 34, "least_squar": 34, "x1": 34, "x2": 34, "0001": 34, "add_intercept": 34, "with_column": 34, "round": 34, "predictions_lasso": 34, "underscor": 36, "1_000_000": 36, "consecut": 36, "big_numb": 36, "1_000_000_000_000": 36, "behav": 36, "made": 36, "happi": 36, "mood": 36, "diari": 36, "hl": 36, "gl": 36, "urlpars": 36, "parse_q": 36, "unequ": 36, "length": 36, "shortest": 36, "itertool": 36, "zip_longest": 36, "pad": 36, "shorter": 36, "lose": 36, "aa": 36, "bb": 36, "reusabl": 36, "letter": 36, "num": [36, 39], "citi": [36, 39], "code_1": 36, "lh1234": 36, "bln": 36, "code_2": 36, "lh7672": 36, "muc": 36, "\ud835\udc26\ud835\udc1a\ud835\udc2d\ud835\udc2b\ud835\udc22\ud835\udc31": 36, "\ud835\udc26\ud835\udc2e\ud835\udc25\ud835\udc2d\ud835\udc22\ud835\udc29\ud835\udc25\ud835\udc22\ud835\udc1c\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27": 36, "matmul": 36, "nest": [36, 39], "earli": [36, 38, 44], "invalid": [36, 44], "edg": [36, 46], "calculate_pric": 36, "price_per_unit": 36, "collect": 36, "getpass": 36, "getus": 36, "overrid": 36, "__call__": 36, "example_inst": 36, "paragraph": 36, "lorem": 36, "ipsum": 36, "dolor": 36, "sit": 36, "amet": 36, "consectetur": 36, "adipisc": 36, "elit": 36, "nec": 36, "tellu": 36, "vita": 36, "turpi": 36, "tempu": 36, "porttitor": 36, "fusc": 36, "cursu": 36, "nisi": 36, "eu": 36, "urna": 36, "pharetra": 36, "congu": 36, "ex": [36, 40], "aliquet": 36, "quisqu": 36, "consequat": 36, "nulla": 36, "bibendum": 36, "risu": 36, "wrapped_text": 36, "lru_cach": 36, "maxsiz": 36, "128": 36, "fibonacci": 36, "onc": 36, "myclass": 36, "expensive_oper": 36, "expens": 36, "my_object": 36, "noth": 36, "fruit": 36, "orang": 36, "pear": 36, "banana": 36, "largest": 36, "\ud835\udc21\ud835\udc1e\ud835\udc1a\ud835\udc29\ud835\udc2a": 36, "satisfi": 36, "greater": 36, "equal": 36, "min": [36, 39], "children": 36, "heapq": 36, "nlargest": 36, "nsmallest": 36, "__\ud835\udc2c\ud835\udc2d\ud835\udc2b__": 36, "__\ud835\udc2b\ud835\udc1e\ud835\udc29\ud835\udc2b__": 36, "represent": 36, "intend": 36, "unambigu": 36, "todai": 36, "repr": 36, "02": [36, 39, 46], "771969": 36, "unlik": 36, "unpack": 36, "dict_1": 36, "dict_2": 36, "match_exampl": 36, "assign": 36, "part": [36, 46], "kiwi": 36, "fruit_count": 36, "haven": 36, "yet": 36, "append": 36, "merced": 36, "anim": 36, "mistak": 36, "among": 36, "insid": 36, "danger": 36, "increment_numb": 36, "dynam": 36, "attribut": 36, "__\ud835\udc2c\ud835\udc25\ud835\udc28\ud835\udc2d\ud835\udc2c__": 36, "runtim": 36, "whatev": 36, "basketbal": 36, "volleybal": 36, "tenni": 36, "handbal": 36, "parametr": 36, "stack": 36, "cleaner": [36, 46], "weird": 36, "pend": 36, "approv": 36, "reject": 36, "malici": 36, "OF": 36, "__import__": 36, "rf": 36, "noobi": 36, "pollut": 36, "namespac": 36, "explicit": 36, "implicit": 36, "class1": 36, "class2": 36, "class3": 36, "__all__": 36, "explicitli": 36, "expos": 36, "internal_help": 36, "kw_onli": 36, "\ud835\uddde\ud835\uddf2\ud835\ude06\ud835\ude04\ud835\uddfc\ud835\uddff\ud835\uddf1": 36, "\ud835\uddfc\ud835\uddfb\ud835\uddf9\ud835\ude06": 36, "\ud835\uddee\ud835\ude00\ud835\ude01\ud835\uddf2\ud835\uddff\ud835\uddf6\ud835\ude00\ud835\uddf8": 36, "\ud835\udde3\ud835\uddfc\ud835\ude00\ud835\uddf6\ud835\ude01\ud835\uddf6\ud835\uddfc\ud835\uddfb\ud835\uddee\ud835\uddf9": 36, "\ud835\ude00\ud835\uddf9\ud835\uddee\ud835\ude00\ud835\uddf5": 36, "greet": 36, "blazingli": 38, "being": 38, "115x": 38, "phase": 38, "lssf": 38, "astral": 38, "multiprocess": 39, "process_imag": 39, "path1": 39, "path2": 39, "n_job": 39, "difficulti": 39, "timezon": 39, "daylight": 39, "to_iso8601_str": 39, "08t13": 39, "798316": 39, "now_in_london": 39, "europ": 39, "08t12": 39, "799317": 39, "subtract": 39, "diff_for_human": 39, "ago": 39, "delta": 39, "in_word": 39, "51": 39, "pretti": 39, "logger": 39, "pseudo": 39, "atmospher": 39, "rnd": 39, "groupbi": 39, "\ud835\udc29\ud835\udc32\ud835\udc2d\ud835\udc21\ud835\udc28\ud835\udc27": 39, "\ud835\udc1b\ud835\udc1e\ud835\udc27\ud835\udc1e\ud835\udc1d\ud835\udc22\ud835\udc1c\ud835\udc2d": 39, "my_dict": 39, "street": 39, "st": [39, 46], "york": 39, "usa": 39, "proper": 39, "consol": 39, "deprecated_in": 39, "removed_in": 39, "current_vers": 39, "__version__": 39, "my_func2": 39, "unsupportedwarn": 39, "unsupport": 39, "\ud835\udc02\ud835\udc1a\ud835\udc2c\ud835\udc1e\ud835\udc08\ud835\udc27\ud835\udc2c\ud835\udc1e\ud835\udc27\ud835\udc2c\ud835\udc22\ud835\udc2d\ud835\udc22\ud835\udc2f\ud835\udc1e\ud835\udc03\ud835\udc22\ud835\udc1c\ud835\udc2d\ud835\udc2c": 39, "attent": 39, "uppercas": 39, "everyon": 39, "scrape": 39, "caseinsensitivedict": 39, "accept": 39, "mozilla": 39, "selenium": 40, "chromedriv": 40, "driver": 40, "somehow": 40, "browser": 40, "straightforward": 40, "energi": 40, "chrome": 40, "webdriver_manag": 40, "chromedrivermanag": 40, "executable_path": 40, "your_vers": 40, "monei": 40, "chrome_opt": 40, "chromeopt": 40, "add_argu": 40, "blink": 40, "imagesen": 40, "graph": 40, "scrapegraphai": 40, "smartscrapergraph": 40, "graph_config": 40, "temperatur": 40, "smart_scraper_graph": 40, "perinim": 40, "rotari": 40, "pendulum": 40, "rl": 40, "dqn": 40, "univers": 40, "wireless": 40, "esc": 40, "modular": 40, "drone": 40, "underr": 42, "3rd": 42, "earner": 42, "employee_id": 42, "department_id": 42, "BY": 42, "desc": 42, "AS": 42, "rank_employe": 42, "grow": 44, "prone": 44, "tailor": 44, "type_abc": 44, "instance_typ": 44, "aws_instance_invalid_typ": 44, "invalid_typ": 44, "ll": 44, "receiv": 44, "storag": 44, "account": 44, "insecur": 44, "tl": 44, "storage_account": 44, "azurerm_storage_account": 44, "var": [44, 46], "account_nam": 44, "resource_group_nam": 44, "account_kind": 44, "account_ti": 44, "account_replication_typ": 44, "infrastructur": 44, "principl": 44, "polp": 44, "particular": 44, "\ud835\udc0f\ud835\udc22\ud835\udc24\ud835\udc1e": 44, "permiss": [44, 46], "jameswoolfenden": 44, "tap": 44, "homebrew": 44, "2012": 44, "17": 44, "action": 44, "monitorinst": 44, "unmonitorinst": 44, "describeinst": 44, "describetag": 44, "describeinstanceattribut": 44, "describevolum": 44, "describeinstancetyp": 44, "runinst": 44, "describeinstancecreditspecif": 44, "stopinst": 44, "startinst": 44, "modifyinstanceattribut": 44, "terminateinst": 44, "authorizesecuritygroupingress": 44, "authorizesecuritygroupegress": 44, "createsecuritygroup": 44, "describesecuritygroup": 44, "describeaccountattribut": 44, "describenetworkinterfac": 44, "deletesecuritygroup": 44, "revokesecuritygroupegress": 44, "reach": 44, "\ud835\uddf0\ud835\uddf5\ud835\uddf2\ud835\uddf0\ud835\uddf8\ud835\uddfc\ud835\ude03": 44, "polici": 44, "ckv_aws_21": 44, "bucket": [44, 46], "aws_s3_bucket": 44, "prismacloud": 44, "enterpris": 44, "refer": 44, "numprocess": 46, "random": 46, "addit": 46, "cover": 46, "\ud835\udc1c\ud835\udc28\ud835\udc2f": 46, "src": 46, "stmt": 46, "module1": 46, "257": 46, "13": 46, "94": 46, "module2": 46, "359": 46, "97": 46, "nowadai": 46, "baselin": 46, "dif": 46, "mark": 46, "mpl_image_compar": 46, "testfil": 46, "test_plotting_lin": 46, "instafail": 46, "failur": 46, "chatti": 46, "tldr": 46, "smarter": 46, "uphold": 46, "uncov": 46, "unexpect": 46, "bug": 46, "encourag": 46, "test_addition_commut": 46, "softwar": 46, "independ": 46, "cheap": 46, "fake": 46, "mimic": 46, "disk": 46, "unixf": 46, "staticmethod": 46, "test_unix_f": 46, "mocker": 46, "patch": 46, "assert_called_once_with": 46, "freeze_tim": 46, "2015": 46, "boto3": 46, "mock_aw": 46, "region_nam": 46, "east": 46, "put_object": 46, "mybucket": 46, "test_my_model_sav": 46, "create_bucket": 46, "model_inst": 46, "testtest": 46, "decod": 46, "utf": 46, "colour": 46, "vv": 46, "ini": 46, "api_endpoint": 46, "test_exampl": 46, "test_load_env_var": 46, "filesystem": 46, "disc": 46, "empti": 46, "fs": 46, "right": 46, "test_fakef": 46, "create_fil": 46, "xx1": 46}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"delight": 0, "data": [0, 11, 19, 21, 23, 25, 27, 28, 34, 39], "scienc": [0, 34], "why": 0, "thi": 0, "book": 0, "exist": 0, "small": 0, "snippet": 0, "big": 0, "upgrad": 0, "miscellan": [1, 2], "must": 1, "have": 1, "vscode": 1, "extens": [1, 25], "python": [1, 4, 5, 11, 15, 36, 37, 38, 39, 47], "project": [1, 9, 38], "setup": 1, "from": [1, 11, 15, 23, 36], "templat": [1, 15], "cookiecutt": 1, "scaffold": 1, "smol": 1, "develop": 1, "well": 1, "commit": 1, "commitizen": 1, "docker": 1, "best": 1, "practic": 1, "us": [1, 21, 25, 36, 46], "dockerignor": 1, "autom": 3, "bash": 3, "command": 3, "makefil": 3, "test": [3, 4, 22, 46, 47], "nox": 3, "updat": 3, "your": [3, 5, 7, 9, 11, 13, 15, 17, 22, 25, 27, 31, 32, 36, 39, 40, 46], "depend": [3, 4, 11, 46], "automat": [3, 5, 11, 15, 28], "pyup": 3, "ci": 4, "cd": 4, "github": 4, "action": 4, "workflow": 4, "local": 4, "act": 4, "cach": [4, 11, 36], "lint": [4, 5], "file": [4, 5, 11, 17, 23, 46], "actionlint": 4, "code": [5, 6, 8, 11, 15, 21, 44], "style": [5, 31], "remov": [5, 11, 15], "unus": 5, "line": [5, 11, 32], "autoflak": 5, "ensur": 5, "document": [5, 13, 14], "interrog": 5, "sort": [5, 11], "import": [5, 22, 36], "isort": 5, "format": [5, 31], "black": 5, "yaml": 5, "yamllint": 5, "blazingli": 5, "fast": [5, 28, 38], "ruff": 5, "correct": 5, "misspel": 5, "codebas": 5, "codespel": 5, "dockerfil": 5, "hadolint": 5, "detect": [5, 9, 11, 26, 27, 28], "typo": 5, "qualiti": [6, 8, 11, 15, 27], "memori": [7, 32], "optim": [7, 25, 36], "identifi": [7, 15, 25], "bottleneck": [7, 15], "regard": 7, "memory_profil": 7, "principl": 8, "The": 8, "law": 8, "demet": 8, "secur": [9, 44], "common": 9, "issu": [9, 27], "bandit": 9, "vulner": 9, "environ": [9, 11, 46], "store": [9, 23], "credenti": 9, "safe": 9, "keyr": 9, "type": [10, 17, 36], "enforc": 10, "typeguard": 10, "static": [10, 44], "check": [10, 11, 22, 28, 44], "mypi": 10, "faster": [10, 31], "pyright": 10, "cool": [11, 12], "tool": [11, 12, 15, 38, 44], "work": [11, 39], "countri": 11, "currenc": 11, "subdivis": 11, "more": [11, 23, 28, 36], "gener": [11, 13, 15, 25, 39, 44], "better": [11, 36], "requir": 11, "pipreq": 11, "packag": 11, "its": [11, 27], "pip": [11, 38], "autoremov": 11, "get": [11, 22, 23, 25, 31, 36, 46], "distanc": 11, "between": [11, 36], "postal": 11, "unit": 11, "pint": 11, "supercharg": 11, "profil": 11, "scalen": 11, "fix": [11, 27], "unicod": 11, "error": [11, 46], "ftfy": 11, "background": 11, "imag": [11, 19, 25, 40], "rembg": 11, "build": 11, "modern": [11, 15], "cli": 11, "app": [11, 23], "typer": 11, "realist": 11, "fake": 11, "faker": 11, "enrich": 11, "progress": 11, "bar": 11, "rich": 11, "set": [11, 22, 25, 31, 36], "descript": 11, "tqdm": 11, "convert": [11, 17, 27], "emoji": 11, "text": [11, 23, 27, 36], "emot": 11, "print": [11, 36], "hardwar": 11, "inform": 11, "version": 11, "number": [11, 27, 36, 39], "request": 11, "unifi": [11, 17], "messi": 11, "column": [11, 27], "unifynam": 11, "broken": 11, "link": 11, "websit": 11, "matplotlib": [11, 21], "termin": 11, "displai": [11, 15, 21, 31], "tree": 11, "latex": [11, 15], "acronym": 11, "make": [11, 27, 36], "ascii": 11, "art": 11, "ner": 11, "spaci": 11, "creat": [11, 15, 17], "tikz": 11, "pictur": 11, "human": [11, 27], "readabl": [11, 31, 36], "regex": 11, "pregex": 11, "perform": [11, 25, 32], "ocr": 11, "easyocr": 11, "diagram": 11, "power": [11, 21, 23, 25, 39, 40], "retri": 11, "function": [11, 17, 34, 36, 39], "tenac": 11, "graph": 11, "analysi": [11, 25, 44], "igraph": 11, "speedtest": 11, "via": 11, "minimalist": 11, "databas": 11, "tinydb": 11, "calcul": [11, 22], "metric": 11, "radon": 11, "altern": [11, 15, 38], "manag": [11, 40], "configur": 11, "dotenv": 11, "notion": 11, "sql": [11, 42, 43], "queri": [11, 36, 42], "builder": 11, "speech": 11, "melott": 11, "parser": 11, "transpil": 11, "sqlglot": 11, "prettifi": [11, 39], "pretty_error": [11, 39], "datafram": [11, 31, 32], "api": [11, 13, 17, 25], "ibi": 11, "beauti": [11, 21], "tabl": 11, "great_tabl": 11, "cualle": 11, "layout": 11, "surya": 11, "decod": 11, "encod": [11, 27], "jwt": 11, "pyjwt": 11, "html": [11, 15], "markdown": [11, 17], "markdownifi": 11, "web": [11, 23, 40], "mesop": 11, "anonym": 11, "pii": 11, "presidio": 11, "extract": 11, "skill": 11, "job": 11, "post": 11, "skillner": 11, "rate": 11, "limit": [11, 46], "fastapi": 11, "slowapi": 11, "out": 11, "ani": [11, 17], "object": [11, 36], "fire": 11, "variabl": [11, 22, 36, 46], "pydant": 11, "auto": 13, "jupyt": [15, 16], "notebook": [15, 16], "tip": [15, 16, 29, 30, 31, 33, 34, 37, 40, 41, 42, 43], "trick": [15, 16, 29, 30, 31, 33, 34, 37, 40, 41, 42, 43], "line_profil": 15, "render": 15, "live": 15, "loss": [15, 17], "deep": [15, 28], "learn": [15, 24, 25, 27, 28], "model": [15, 20, 25, 34], "express": 15, "scikit": [15, 25, 27], "pipelin": [15, 17, 27], "autoreload": 15, "modul": [15, 46], "appli": [15, 32], "reus": 15, "juptyer": 15, "output": [15, 17, 39, 46], "cell": 15, "nbstripout": 15, "bring": 15, "llm": [15, 17, 18], "Into": 15, "ai": [15, 40], "compress": 17, "prompt": 17, "With": [17, 32], "No": [17, 21], "llmlingua": 17, "One": [17, 32], "call": 17, "litellm": 17, "safeguard": 17, "llmguard": 17, "evalu": [17, 25], "uptrain": 17, "emb": 17, "structur": [17, 36, 39], "outlin": 17, "rag": 17, "raga": 17, "rerank": 17, "embed": 17, "cpu": 17, "fastemb": 17, "json": 17, "docl": 17, "simpl": 17, "chunk": 17, "librari": [17, 32, 36], "chonki": 17, "augment": 19, "albument": 19, "deploy": 20, "deploi": 20, "ml": [20, 25], "litserv": 20, "eda": 21, "analyz": [21, 44], "visual": [21, 25], "interact": [21, 25], "d": 21, "tale": 21, "dark": 21, "mode": 21, "pandasgui": 21, "miss": 21, "valu": [21, 36], "missingno": 21, "correl": 21, "phik": 21, "x": 21, "axi": 21, "time": [21, 28, 31], "seri": [21, 28, 31], "plot": [21, 25, 31, 46], "correctli": 21, "autofmt_xd": 21, "map": 21, "plotli": 21, "mosaic": 21, "featur": [22, 25, 27, 28], "select": [22, 25, 27], "varianc": 22, "inflat": 22, "factor": 22, "vif": 22, "new": 22, "categori": 22, "deepcheck": [22, 25], "permut": 22, "eli5": 22, "find": [22, 25], "most": 22, "predict": [22, 25], "target": 22, "scale": 22, "mrmr": 22, "scrape": [23, 40, 41], "twitter": 23, "youtub": 23, "snscrape": 23, "googl": 23, "plai": 23, "review": 23, "read": 23, "csv": 23, "without": 23, "problem": 23, "clevercsv": 23, "gather": 23, "trafilatura": 23, "machin": [24, 28], "train": 25, "comput": 25, "class": [25, 36], "weight": 25, "reset": 25, "tensorflow": 25, "kera": 25, "global": 25, "state": 25, "dirti": 25, "label": [25, 27], "cleanlab": 25, "classifi": 25, "sklearn": 25, "s": [25, 46], "classification_report": 25, "obtain": 25, "reproduc": [25, 29], "result": 25, "optuna": 25, "bad": 25, "doubtlab": 25, "notifi": 25, "when": 25, "finish": 25, "summari": 25, "pytorch": 25, "torchinfo": 25, "boost": [25, 32], "intel": 25, "incorport": 25, "domain": 25, "knowledg": 25, "xgboost": 25, "constraint": 25, "automl": 25, "flaml": 25, "aspect": 25, "base": [25, 46], "seniment": 25, "pyabsa": 25, "random": [25, 29, 39], "forest": 25, "problemat": 25, "cleanvis": 25, "regular": 25, "paramet": [25, 36], "decis": 25, "autogluon": 25, "visualkera": 25, "multilabel": 25, "stratifi": 25, "kfold": 25, "iter": [25, 36], "stratif": 25, "interpret": 25, "shapash": 25, "valid": [25, 28, 32], "high": 25, "ensembl": [25, 26], "combo": 25, "residu": 25, "yellowbrick": 25, "distribut": 25, "hyperparamet": 25, "rai": 25, "tune": 25, "skorch": 25, "onlin": 25, "river": 25, "sota": 25, "vision": 25, "timm": 25, "guarante": 25, "interv": 25, "mapi": 25, "extra": 25, "compon": 25, "For": [25, 36, 39, 42, 46], "lego": 25, "quantiz": 25, "torchao": 25, "outlier": 26, "robust": 26, "puncc": 26, "preprocess": [27, 28], "clean": [27, 46], "natur": 27, "languag": 27, "numer": 27, "represent": 27, "date": 27, "friendli": 27, "cleaner": [27, 42], "definit": 27, "easili": [27, 39], "rare": 27, "engin": [27, 28], "season": 28, "dart": 28, "cross": 28, "timeseriessplit": 28, "tscv": 28, "forecast": 28, "mlforecast": 28, "lightn": 28, "statsforecast": 28, "polar": [28, 34, 35], "backend": [28, 31], "functim": 28, "neuralforecast": 28, "effici": 28, "temporian": 28, "chang": [28, 31], "point": 28, "ruptur": 28, "probabilist": 28, "skpro": 28, "numpi": [29, 30], "achiev": 29, "np": 29, "randomst": 29, "panda": [31, 32, 33], "filter": 31, "frequenc": 31, "pd": 31, "infer_freq": 31, "precis": 31, "float": 31, "i": 31, "o": 31, "parquet": 31, "util": [32, 39], "speed": [32, 39, 40], "up": [32, 39, 40], "reduc": 32, "dtype_diet": 32, "pandera": 32, "modin": 32, "chat": 32, "pandasai": 32, "plugin": 34, "fit": 34, "linear": 34, "pure": 36, "built": 36, "urllib": 36, "pars": 36, "zip": 36, "longest": 36, "improv": 36, "name": 36, "slice": 36, "wai": 36, "matrix": 36, "multipl": 36, "guard": 36, "claus": 36, "If": 36, "statement": [36, 42], "hide": 36, "password": 36, "input": 36, "user": 36, "turn": 36, "callabl": 36, "wrap": 36, "textwrap": 36, "add": 36, "lru": 36, "method": 36, "functool": 36, "cached_properti": 36, "els": 36, "loop": [36, 39], "heap": 36, "differ": 36, "__str__": 36, "__repr__": 36, "neat": 36, "merg": 36, "dictionari": [36, 39], "switch": 36, "case": [36, 39], "walru": 36, "oper": 36, "count": 36, "occurr": 36, "an": 36, "counter": 36, "default": 36, "defaultdict": 36, "tupl": 36, "namedtupl": 36, "mutabl": 36, "argument": 36, "__slots__": 36, "modifi": 36, "3": 36, "12": 36, "enumer": 36, "never": 36, "eval": 36, "control": 36, "what": 36, "field": 36, "keyword": 36, "onli": 36, "dataclass": 36, "posit": 36, "uv": 38, "super": 38, "joblib": 39, "parallel": [39, 46], "datetim": [39, 46], "pendulum": 39, "pprint": 39, "easi": 39, "log": 39, "loguru": 39, "truli": 39, "benedict": 39, "clear": 39, "except": 39, "deprec": 39, "insensit": 39, "webdriv": 40, "disabl": 40, "load": 40, "scraper": 40, "scrapegraph": 40, "qualifi": 42, "terraform": [44, 45], "tflint": 44, "risk": 44, "tfsec": 44, "least": 44, "privileg": 44, "pike": 44, "iac": 44, "checkov": 44, "pytest": 46, "steroid": 46, "xdist": 46, "shuffl": 46, "order": 46, "randomli": 46, "coverag": 46, "cov": 46, "mpl": 46, "instantli": 46, "show": 46, "suit": 46, "minimum": 46, "properti": 46, "hypothesi": 46, "mock": 46, "freez": 46, "freezegun": 46, "aw": 46, "servic": 46, "moto": 46, "diff": 46, "clariti": 46, "env": 46, "system": 46, "pyfakef": 46}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9, "sphinx": 56}})
\ No newline at end of file