Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Prediction model
indu
I have two datasets X and Y, both have "Class" attribute. This class has labels "0" and "1". I want to combine these two datasets and make predictions as a single model. Can someone share the steps for this task.
Find more posts tagged with
AI Studio
Accepted answers
All comments
rfuentealba
Hello
@indu
,
If both have the same attributes, you can simply use the
Append
operator to stack one on top of the other. If some of the attributes are the same, but not all, then the operator to use to stack these datasets is
Join
.
The steps are pretty simple:
Retrieve the first dataset
Retrieve the second dataset
Append/Join, depending on what you need.
Use the result of the last operator to train a single model.
All the best,
Rodrigo.
indu
thank you for the steps
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups