Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.16 KB

Supervised Learning - Tutorial for Astronomers

STAR/GALAXY separation

In this tutorial we will perform a STAR/GALAXY separation using a real dataset from S-PLUS. This data were already matched with SDSS (DR15) spectroscopical data and it will be used to train and test the supervised classifiers. The final step (not included in this tutorial) is to use the trained model to predict the classification of your unknown objects.

This tutorial will be entirely in Python 3 and we will go through the following topics:

  • Introduction to Pandas
  • Data visualization with seaborn
  • Classification methods with sklearn

Have fun!

How to run:

  1. Open Google Colab: https://colab.research.google.com/notebooks/welcome.ipynb
  2. Go to File > Open Notebook
  3. Select the GITHUB tab
  4. Enter this address https://github.com/marixko/Supervised_Learning_Tutorial.git
  5. It will show you the .ipynb file, click the "Open notebook in a new tab" icon

or

  1. Click in the .ipynb file listed above
  2. A new page will open and click in "Open in Colab" button

Finally, go to File > Save a copy in Drive... and you are set!