Giter Site home page Giter Site logo

architecting_tools's Introduction

Architecting Data Tools

Open in GitHub Codespaces

Description

This workshop focuses on building python packages based on statistical models that consume data. We will take a plain package setup first and then move on to a newer approach that might be of interest to the audience

Objectives

By the end of the workshop, you will be able to

  • create a python package
  • publish a python package
  • understand how to download and use packages from different places
  • understand to version different packages

Assumptions about the Learner

  1. At least a year of experience coding
  2. Knows how to use virtual environments
  3. Does not mind using jupyter notebooks ๐Ÿ˜Ž

Step-by-Step Setup

First Step

Open up your terminal and navigate to a directory of your choosing in your computer. Once there, run the following command to get the code for the session.

 git clone https://github.com/ramonpzg/architecting_tools.git

Conversely, you can click on the green download button at the top and download all files to your desired folder/directory. Once you download it, unzip it and move on to the second step.

Second Step

To get all dependencies, packages and everything else that would be useful in this tutorial, you can recreate the environment by first going into the directory for today.

cd architecting_tools

Then you will need to create an environment with all of the dependencies needed for the session by running the following command.

mamba create -n arch_tools python=3.11
mamba activate arch_tools
pip install -r requirements.txt

## OR

conda create -n arch_tools python=3.11
conda activate arch_tools
pip install -r requirements.txt

## OR

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Third Step

Open up VSCode, a Jupyter Notebook, or Jupyter Lab and you should be ready to go.

code .

## OR

jupyter lab

You're all set. Now navigate to notebooks directory and open the 00_lasso.ipynb notebook.

Resources

Tools

Tutorials

architecting_tools's People

Contributors

ramonpzg avatar

Stargazers

Mahamadi NIKIEMA avatar Derek avatar Adam Kells avatar ใ‚ชใƒฌ avatar Mike Allan Nillo avatar

Watchers

 avatar

Forkers

altamarmx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.