Search results for: “”
-
Issue-number: 320
summary: Data monitoring at scale. AI for Good: for REAL? Legal questions for DS. Why business intuition > ML. Density plots. Internal tool design. number: 320 title: Issue 320 url: https://dataelixir.com/issues/320 published_at27.01.21, 01:53
-
Issue-number: 315
summary: Data quality at scale. Key statistical ideas of past 50 years. Beautiful plotting w/ ggplot2. 2020 top papers. Distill for R Markdown. number: 315 title: Issue 315 url: https://dataelixir.com/issues/315 published_at09.12.20, 03:49
-
Issue-number: 316
summary: Code reviews for Jupyter. How models leak data. Advanced Data Science 2020. Algorithmic bias: past, present, future. End-to-end ML monitoring. number: 316 title: Issue 316 url: https://dataelixir.com/issues/316 published_at16.12.20, 01:37
-
Issue-number: 318
summary: Real-time ML in practice. Search tool for obscure datasets. Intro to probablistic ML. Python data validation. number: 318 title: Issue 318 url: https://dataelixir.com/issues/318 published_at13.01.21, 03:11
-
Issue-number: 319
summary: DS as Atomic Habit. Elegant SQL w/ R. Bayesian statistics Primer. Julia update: Python challenger? Best-of Python ML. Notes from NeurIPS 2020. number: 319 title: Issue 319 url: https://dataelixir.com/issues/319 published_at19.01.21, 22:56
-
Issue-number: 317
summary: Top Python libraries for DS. ⚽ Analytics 2020 Review. Uncertainty Toolbox. Real-time ML. Medicine’s ML Problem. Dark data. number: 317 title: Issue 317 url: https://dataelixir.com/issues/317 published_at05.01.21, 20:28
-
PRO, twig: Concat JSON-List to String
Challenge: The API gives JSON with a List of items like this: The JCI-Plugin loads this JSON and all items need to be concatenated to one string. Solution: Use this twig-code: In Action:
-
PRO: API Postcodegenie
The API https://dev-api.postcodegenie.com/api/postcode/LA14%204AN/false gives Adresses to a Zipcode. The JCI-PRO-Plugin can use that for a “Zipcode to Adress-Search”. This done this way:
-
PRO: Simple Faceted Search with JSON and JCI
Challenge: You have a JSON-API which gives realtime-data. The user should be able to search this data with a faceted search to set options for selecting items.Click here for an ADVANCED Faceted Search. In action: see PRO: Simple Faceted Form in Action Example-Data: See https://api.json-content-importer.com/extra/json/meetup/create-cpt.jsonThis is a list of Events with their Venues. The challenge…
-
get-faceted-results