Skip to content

[WIP] Add binary ML classifier for ISS hemisphere prediction#1

Merged
gan0412 merged 1 commit into
mainfrom
copilot/add-ml-classifier-iss-hemisphere-prediction
Jan 16, 2026
Merged

[WIP] Add binary ML classifier for ISS hemisphere prediction#1
gan0412 merged 1 commit into
mainfrom
copilot/add-ml-classifier-iss-hemisphere-prediction

Conversation

Copilot AI commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

Plan for ISS Hemisphere Binary Classifier

  • Create Python script to download Kaggle ISS dataset
  • Implement binary ML classifier to predict hemisphere (North/South) based on latitude and longitude
  • Add requirements.txt with necessary dependencies (kagglehub, scikit-learn, pandas, etc.)
  • Test the classifier implementation
  • Add documentation/README updates
Original prompt

import kagglehub

Download latest version (data set)

path = kagglehub.dataset_download("vaibhavrawat277/iss-real-time-tracker-10s-interval-dataset")

print("Path to dataset files:", path).

make a simple binary ML classifier that predicts which hemisphere (north or south) the iss is located based on the latitude and longitude data.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@gan0412 gan0412 marked this pull request as ready for review January 16, 2026 16:51
@gan0412 gan0412 merged commit 17eebf6 into main Jan 16, 2026
1 check failed
Copilot stopped work on behalf of gan0412 due to an error January 16, 2026 16:52
Copilot AI requested a review from gan0412 January 16, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants