From 2e0c9e1c283775e614ce8272d0d2daaf545f40e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Mon, 29 Apr 2019 13:24:12 -0500 Subject: [PATCH] More links fixed --- Practical Tips/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Practical Tips/Readme.md b/Practical Tips/Readme.md index 65f8b0e..4d7e82c 100644 --- a/Practical Tips/Readme.md +++ b/Practical Tips/Readme.md @@ -1,8 +1,8 @@ # Practical Tips for Building Machine Learning Pipelines * [Setting up your working environment tips](environment.md) -* [Using github](https://github.com/dssg/hitchhikers-guide/tree/master/curriculum/git-and-github) -* [Working with data using the unix command line](https://github.com/dssg/hitchhikers-guide/tree/master/curriculum/command-line-tools) -* [Loading data in to databases](https://github.com/dssg/hitchhikers-guide/tree/master/curriculum/csv-to-db) +* [Using github](https://github.com/dssg/hitchhikers-guide/tree/master/sources/curriculum/2_data_exploration_and_analysis/git-and-github) +* [Working with data using the unix command line](https://github.com/dssg/hitchhikers-guide/tree/master/sources/curriculum/1_getting_and_keeping_data/command-line-tool) +* [Loading data in to databases](https://dssg.github.io/hitchhikers-guide/curriculum/1_getting_and_keeping_data/csv-to-db/) * [Data Exploration Tips](Data%20Exploration.md) * Feature Generation Tips * Modeling Tips: [Magicloops](https://github.com/rayidghani/magicloops) - What models to use, which hyperparemeters to try,...