All Projects → juanitorduz → btsa

juanitorduz / btsa

Licence: MIT License
Berlin Time Series Analysis Repository

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to btsa

ts4health
Time Series Data Analysis, Visualization and Forecasting with Python for Health and Self
Stars: ✭ 17 (-71.67%)
Mutual labels:  time-series-analysis
tsa-tutorial
Material for the tutorial, "Time series analysis with pandas" at T-Academy
Stars: ✭ 21 (-65%)
Mutual labels:  time-series-analysis
deeprefactoring.github.io
Deep Refactoring website, future meetups, suggestions and discussions
Stars: ✭ 18 (-70%)
Mutual labels:  meetup
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (+6.67%)
Mutual labels:  time-series-analysis
Time-Series-Analysis-Tutorial
时间序列分析教程
Stars: ✭ 313 (+421.67%)
Mutual labels:  time-series-analysis
functional patterns go
Patrones funcionales en Go
Stars: ✭ 32 (-46.67%)
Mutual labels:  meetup
seek-meetup
收集台灣各地的前端活動!好聚好善!
Stars: ✭ 30 (-50%)
Mutual labels:  meetup
roc comparison
The fast version of DeLong's method for computing the covariance of unadjusted AUC.
Stars: ✭ 83 (+38.33%)
Mutual labels:  statistics
meetup
bftf meetup slides
Stars: ✭ 26 (-56.67%)
Mutual labels:  meetup
WebEngDUS
Everything you need to know about how we run the Web Engineering DUS Meetup.
Stars: ✭ 13 (-78.33%)
Mutual labels:  meetup
BasisFunctionExpansions.jl
Basis Function Expansions for Julia
Stars: ✭ 19 (-68.33%)
Mutual labels:  time-series-analysis
ml-time-series-analysis-on-sales-data
Time Series Decomposition techniques and random forest algorithm on sales data
Stars: ✭ 34 (-43.33%)
Mutual labels:  time-series-analysis
meetupr
R interface to the meetup.com API
Stars: ✭ 76 (+26.67%)
Mutual labels:  meetup
freecodecampba.github.io
🌐 La página de freeCodeCamp BA, con toda la info y links que necesitás.
Stars: ✭ 14 (-76.67%)
Mutual labels:  meetup
awesome-time-series
Resources for working with time series and sequence data
Stars: ✭ 178 (+196.67%)
Mutual labels:  time-series-analysis
meetup
Open source home for the VanJS Meetup 👩🏽‍💻👨🏼‍💻
Stars: ✭ 36 (-40%)
Mutual labels:  meetup
time series notebooks
My Experiments with Time Series
Stars: ✭ 20 (-66.67%)
Mutual labels:  time-series-analysis
stats for soil survey
S4SS: Statistics for Soil Survey
Stars: ✭ 21 (-65%)
Mutual labels:  statistics
forestError
A Unified Framework for Random Forest Prediction Error Estimation
Stars: ✭ 23 (-61.67%)
Mutual labels:  statistics
Springboard-Data-Science-Immersive
No description or website provided.
Stars: ✭ 52 (-13.33%)
Mutual labels:  time-series-analysis

Build

Binder Open in Visual Studio Code

GitHub stars GitHub forks

Visits Badge Contributors

Berlin Time Series Analysis (BTSA) Repository

code

This repository contains resources of the Berlin Time Series Analysis Meetup. We encourage everyone to contribute to this repository! Here you can find the schedule and details of the meetup.

contact: [email protected]

You can also visit us on Medium.


Code of Conduct

Important: Make sure you read the Code of Conduct.


Resources

You can find a list of references on the resources section (which we will continuously update).


Environment

As we want to make the code reproducible, here are some options to manage dependencies (choose R or Python as preferred):

Conda Environment (Python)

  • Create conda environment (you can also update the environment from as described here):

    conda env create -f environment.yml

  • Activate conda environment:

    conda activate btsa

  • Run Jupyter Lab:

    jupyter lab


Docker (see jupyter-docker-stacks)

  • Build Docker image:

    docker build -t docker-btsa .

  • Run container

    docker run -p 10000:8888 docker-btsa

Visiting http://<hostname>:10000/?token=<token> in a browser loads the Jupyter Notebook dashboard page, where hostname is the name of the computer running docker and token is the secret token printed in the console.

You can find the python folder under the work directory.


R Environment

  • From the root (btsa) directory, with R installed, run the following command: Rscript renv/activate.R.

This command will activate the environment and the renv package manager. From there you have two options depending on how you like to edit your projects.

Note: This configuration has been tested on R version 3.6.3.

Option 1. Command Line:

From the root directory type R and hit enter. Then type renv::restore() and respond with 'y' when prompted to install the packages. Your environment is now set up. You can continue writing commands or quit the console, your folder is now set up with the required packages.

Option 2: From RStudio

Open an Rstudio session. Go to RStudio > 'Open Project in New Session'. Navigate to the btsa folder and click open. In the console, type renv::restore() to install the necessary packages. Your RStudio session is now configured.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].