Skip to content
#

data-splitting

Here are 11 public repositories matching this topic...

Predicting company bankruptcy using various machine learning models. The dataset is sourced from Kaggle: Company Bankruptcy Prediction.

  • Updated Aug 7, 2024
  • Python

A simple PyTorch-based neural network that classifies student exam outcomes (Pass/Fail) using study hours and previous exam scores. Implements dataset splitting (train/val/test), mini-batch training, and evaluation with configurable hyperparameters.

  • Updated Oct 5, 2025
  • Python

This project predicts loan approval outcomes (Approved/Rejected) using a PyTorch neural network. It includes data preprocessing, train/validation/test split, model training with BCEWithLogitsLoss, and inference with probability-based classification.

  • Updated Oct 13, 2025
  • Python

Improve this page

Add a description, image, and links to the data-splitting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-splitting topic, visit your repo's landing page and select "manage topics."

Learn more