mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Typo fix in Multiclass_classification_for_transactions.ipynb
This commit is contained in:
parent
4c31db4987
commit
32faca403c
@ -6,7 +6,7 @@
|
||||
"source": [
|
||||
"# Multiclass Classification for Transactions\n",
|
||||
"\n",
|
||||
"For this notebook we will be looking to classify a public dataset of transactions into a number of categories that we have predefined. These approaches should be replicable to any multiclass classificaiton use case where we are trying to fit transactional data into predefined categories, and by the end of running through this you should have a few approaches for dealing with both labelled and unlabelled datasets.\n",
|
||||
"For this notebook we will be looking to classify a public dataset of transactions into a number of categories that we have predefined. These approaches should be replicable to any multiclass classification use case where we are trying to fit transactional data into predefined categories, and by the end of running through this you should have a few approaches for dealing with both labelled and unlabelled datasets.\n",
|
||||
"\n",
|
||||
"The different approaches we'll be taking in this notebook are:\n",
|
||||
"- **Zero-shot Classification:** First we'll do zero shot classification to put transactions in one of five named buckets using only a prompt for guidance\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user