Skip to content

Commit 52f11d7

Browse files
sync: update notebooks from delphos
1 parent f5505da commit 52f11d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • docs/case_studies/match-software-vendors-to-requirements

docs/case_studies/match-software-vendors-to-requirements/notebook.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "markdown",
55
"metadata": {},
6-
"source": "# Fuzzy join two Pandas DataFrames using LLMs\n\nThis notebook demonstrates the [everyrow.io SDK](https://github.com/futuresearch/everyrow-sdk) merge capabilities:\n\n1. **Fuzzy String Matching** - Handling typos and corrupted data\n2. **LLM Merge** - Matching without common columns (company ↔ ticker)\n3. **Web Merge** - Dynamic data requiring real-time verification (CEO matching)\n\nThe SDK implements a cascade: **Exact → Fuzzy → LLM → Web**, using the simplest method that works."
6+
"source": "# Fuzzy join two Pandas DataFrames using LLMs\n\nThis notebook demonstrates the [everyrow.io SDK](https://github.com/futuresearch/futuresearch-python) merge capabilities:\n\n1. **Fuzzy String Matching** - Handling typos and corrupted data\n2. **LLM Merge** - Matching without common columns (company ↔ ticker)\n3. **Web Merge** - Dynamic data requiring real-time verification (CEO matching)\n\nThe SDK implements a cascade: **Exact → Fuzzy → LLM → Web**, using the simplest method that works."
77
},
88
{
99
"cell_type": "code",
@@ -20,7 +20,7 @@
2020
"\n",
2121
"import os\n",
2222
"if \"EVERYROW_API_KEY\" not in os.environ:\n",
23-
" os.environ[\"EVERYROW_API_KEY\"] = \"your-api-key-here\" # Get one at everyrow.io\n"
23+
" os.environ[\"EVERYROW_API_KEY\"] = \"your-api-key-here\" # Get one at futuresearch.ai\n"
2424
]
2525
},
2626
{
@@ -247,7 +247,7 @@
247247
"cell_type": "markdown",
248248
"metadata": {},
249249
"source": [
250-
"Here we pick the right columns from the groun truth, apply the noise, and call the everyrow.io SDK to perform the merge:"
250+
"Here we pick the right columns from the groun truth, apply the noise, and call the FutureSearch SDK to perform the merge:"
251251
]
252252
},
253253
{
@@ -491,7 +491,7 @@
491491
"version": "3.13.9"
492492
},
493493
"everyrow": {
494-
"description": "Python notebook testing everyrow's merge cascade at 0%, 5%, and 10% name corruption on 438 S&P 500 companies. Demonstrates exact, fuzzy, LLM, and web matching for company names, tickers, and CEO data."
494+
"description": "Python notebook testing FutureSearch's merge cascade at 0%, 5%, and 10% name corruption on 438 S&P 500 companies. Demonstrates exact, fuzzy, LLM, and web matching for company names, tickers, and CEO data."
495495
}
496496
},
497497
"nbformat": 4,

0 commit comments

Comments
 (0)