Tabular
On this page, we’ll dive into the tabular tasks you can use. For example, you can use the tabular tasks to predict the price of a house, or to predict the probability of a customer to churn, etc.
These tasks are all powered by the huggingface's transformers.js library. You can use any of the pre-trained ONNX models from the huggingface models or use your own.
Headers
- Name
x-api-group(optional)- Type
- string, default 'main'
- Description
The id of the peer-ai compute group you want to run this compute on.
- Name
x-api-key- Type
- string
- Description
The API key for your PeerAI account.
Tabular Classification
Tabular classification is used to predict the class of a given input. For example, you can use it to predict the probability of a customer to churn, or to predict the probability of a customer to buy a product, etc.
Coming Soon
Tabular Regression
Tabular regression is used to predict the value of a given input. For example, you can use it to predict the price of a house, or to predict the price of a car, etc.
Coming Soon
Recommendation
Recommendation is used to predict the top-k items for a given input. For example, you can use it to predict the top-k movies for a given user, or to predict the top-k products for a given user, etc.
Coming Soon