rzimmerdev commited on
Commit
5fc0e47
1 Parent(s): 581a1b0

Added basic reference and learning resources links

Browse files
Files changed (1) hide show
  1. docs/GET_STARTED.md +17 -0
docs/GET_STARTED.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GitHub Actions
2
+
3
+ [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions)\
4
+ [Free Alternatives for Self-Hosting](https://stackshare.io/jenkins)\
5
+ [Workflows and Advanced syntax for CI/CD](https://docs.github.com/en/actions/using-workflows/about-workflows)
6
+
7
+ # MLFlow
8
+
9
+ [Quickstart](https://mlflow.org/docs/latest/quickstart.html)
10
+ [In-depth](https://mlflow.org/docs/latest/tracking.html)
11
+
12
+ # Docker
13
+
14
+
15
+ # Cloud Data Science
16
+
17
+ [For Dummies](https://www.kazzcade.com/wp-content/uploads/2022/08/Cloud-Data-Science-for-Dummies_compressed.pdf)