Skip to content

Astroinformatics/RegressionAndClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regression & Classification Labs

Astroinformatics Summer School 2022


Suggested Order:

  • linear_regression.jl (Pluto notebook): Introduciton/review of linear regression from a machine learning perspective
  • logistics_regression.jl (Pluto notebook): Apply Logistic regression to classify High-redshift Quasars

Running Labs

Instructions will be provided for students to run labs on AWS severs during the summer school. Below are instruction for running them outside of the summer school.

Running Pluto notebooks on your local computer

Summer School participants will be provided instructions for accessing a Pluto server. Others may install Julia and Pluto on their local computer with the following steps:

  1. Download and install current version of Julia from julialang.org.
  2. Run julia
  3. From the Julia REPL (command line), type
julia> using Pkg
julia> Pkg.add("Pluto")

Steps 1 & 3 only need to be done once per computer. 4. Start Pluto

julia> using Pluto
julia> Pluto.run()
  1. Open the Pluto notebook for your lab

Additional Links

Contributing

We welcome people filing issues and/or pull requests to improve these labs for future summer schools.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages