Code Monkey home page Code Monkey logo

data-science's Introduction

DATA SCIENCE

Ce repository sert à stocker les notebooks et scripts orientés data-science. Donc tout ce qui est exploration des données et entrainement d'algorithmes.

Connection aux sources de données

Matomo

  1. Importez votre clé SSH dans votre environnement jupyter à la racine (nom par défaut : id_rsa)

  2. Copiez / Collez le fichier scripts/know_hosts dans le dossier .ssh de votre session

Installer les dépendances et lancer les tests des scripts

  • Créer un environnement virtuel pour lancer le projet
# Create the virtual env
virtualenv venv -p /usr/bin/python3.7
# or
python3 -m venv venv
  • Activer votre environnement virtuel
source venv/bin/activate
  • Installer les dépendances
pip install -r requirements.txt
  • Si besoin, vous pouvez le désactiver plus tard en lançant:
deactivate

Configurer un fichier d'environment local

  • copier le fichier d'environnement distant:
cp .env.dist .env.local
  • renseigner les valeurs manquantes
  • charger les variables d'environnement :
 set +a; source .env.local; set -a;
  • ajouter la python local path :
 export PYTHONPATH=$PYTHONPATH:$(pwd)

data-science's People

Contributors

abel-andre avatar apibrac avatar bourliam avatar dependabot[bot] avatar ferdihr avatar jrovani avatar pierrelandry avatar sofcalca avatar tourayaeh avatar

Watchers

 avatar  avatar  avatar  avatar

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.