Data Frames: Concatenating Columns for Effective Splitting
ML Project Workflow
Define the Problem
What outcome are you predicting and why?
Prepare the Data
Clean, normalize, encode categoricals, split into train/test.
Train Models
Start simple — logistic regression baselines often surprise.
Evaluate & Iterate
Confusion matrix, ROC, F1 — pick metrics that match the problem.
Noble Desktop's Python Machine Learning Bootcamp covers scikit-learn, Keras, neural networks, and applied ML.
This lesson is a preview from our Data Science & AI Certificate Online (includes software) and Python Certification Online (includes software & exam). Enroll in a course for detailed lessons, live instructor support, and project-based training.
Now, we have these columns for high, low, and medium. We want to CONCATENATE them to the end of our data frame so that we can later split the data frame into testing and training datasets.