Skip to content

KrainskiL/JuliaDataScienceTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course on Data Science and Machine Learning in Julia

The repository consists of eight classes covering the successive steps of Data Science and ML process. Each class includes a Jupyter notebook with the core material and additional artifacts (flat files, Julia scripts, images, etc.). The notebooks creates a logically progressing series, but may be run independently as well.

The topics covered are as follows:

  1. Data Retrieval and Manipulation
  2. Programming Exercises in Simulation, ML and Statistics
  3. Unsupervised Machine Learning
  4. Evaluation of Classification Models
  5. Evaluation and Analysis of OLS Regression Model
  6. Explaining The ML Models - Interpretable AI
  7. AutoML
  8. Model Deployment and Monitoring

If you'd like to test your Julia and Data Science skills in practice, you may be interested in the Hands-On Data Science with Julia - a collection of projects focused on solving business problems with Julia, data analysis and modelling.

Usage instructions

Make sure you have the Julia installed. The course was prepared under Julia 1.9.2.

  1. Clone the repository to a local folder on your computer:
git clone https://github.com/KrainskiL/JuliaDataScienceTutorial
  1. Start Julia in your local folder:
cd JuliaDataScienceTutorial
julia --project
  1. Run the following commands in the Julia REPL:
using Pkg
Pkg.instantiate()
Pkg.status()
  1. Start Jupyter Notebook with:
using IJulia
notebook(dir=pwd())

Preparation of the educational materials has been supported by the Polish National Agency for Academic Exchange under the Strategic Partnerships programme, grant number BPI/PST/2021/1/00069/U/00001.

SGH & NAWA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published