Kawaeee / scala_ds

Scala programming language for data science!

Home Page:https://kawaeee.github.io/scala_ds/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala_ds

  • This project is for the course archivization of CSC493 - Special Topic III : Scala Language for Data Scientists.
  • The course seems to have some inspiration from darrenjw/scala-course.
  • Some of the exercises might not be the same as actual course work because I did some script tuning to make it work properly.

Prerequisites

Project Structure

├── exercises/                          # Courseworks and example
│       └── C1-HelloWorld/
│       └── C2-bisection/
│       └── README.md
├── docs/                               # HTML Archived content
│       └── index.html
│       └── scala-tools.html
├── scala_tutorial.pdf                  # Course lecture pdf file
├── .gitignore                          # Ignore files that we don't want to commit to Git
├── LICENSE                             # License of our project
└── README.md                           # Describe our project

About

Scala programming language for data science!

https://kawaeee.github.io/scala_ds/

License:MIT License


Languages

Language:Scala 100.0%