Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
b729d606e4
Adding DVC stuff
3 years ago
5143f23c94
Corrrected Indenattion error.
4 years ago
122e9d8ebb
nc_testing | added obs_50
3 years ago
a528ef7b68
Results gen for exp_nc1
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
a3ec746366
Added joblib threading for mcmc chains
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
a528ef7b68
Results gen for exp_nc1
3 years ago
c19bb94f38
nc testing vers 1 changes added in Lik
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
807d189a53
upadted hist plot def
3 years ago
src
33b1383ca4
muted random prints
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
d7242d3bcd
initial setup (venv) 0.2
3 years ago
3c9c533027
non compliance in robot added and tested, dvc for data_nc
3 years ago
96883c750b
initial setup (venv) 0.1
3 years ago
ef95a57df0
Added params.yaml
3 years ago
a8c5806f2b
dvc for data_nc
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
146bd9cd73
Adopted a cookiecutter layout (partial); moved .py files into a package
3 years ago
7464f0bdc0
contributors.txt created online with Bitbucket
5 years ago
f26e6364ba
Norm extraction still in process, but committing so can branch to new experiment
3 years ago
c0331bad3f
updated params for exp 1
3 years ago
d16bdbfdcf
nc experiments params updated
3 years ago
02791b7b0c
Added joblib threading for mcmc chains
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
b729d606e4
Adding DVC stuff
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

MCMC norm learning

TO DO: Add a description

Project Organization

Project based on the cookiecutter data science project template. #cookiecutterdatascience

├── LICENSE ├── Makefile <- Makefile with commands like `make data` or `make train` ├── README.md <- The top-level README for developers using this project. ├── data │ ├── external <- Data from third party sources. │ ├── interim <- Intermediate data that has been transformed. │ ├── processed <- The final, canonical data sets for modeling. │ └── raw <- The original, immutable data dump. │ ├── docs <- A default Sphinx project; see sphinx-doc.org for details │ ├── models <- Trained and serialized models, model predictions, or model summaries │ ├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering), │ the creator's initials, and a short `-` delimited description, e.g. │ `1.0-jqp-initial-data-exploration`. │ ├── references <- Data dictionaries, manuals, and all other explanatory materials. │ ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc. │ └── figures <- Generated graphics and figures to be used in reporting │ ├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g. │ generated with `pip freeze > requirements.txt` │ ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported ├── src <- Source code for use in this project. │ ├── __init__.py <- Makes src a Python module │ │ │ ├── data <- Scripts to download or generate data │ │ └── make_dataset.py │ │ │ ├── features <- Scripts to turn raw data into features for modeling │ │ └── build_features.py │ │ │ ├── models <- Scripts to train models and then use trained models to make │ │ │ predictions │ │ ├── predict_model.py │ │ └── train_model.py │ │ │ └── visualization <- Scripts to create exploratory and results oriented visualizations │ └── visualize.py │ └── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
Tip!

Press p or to see the previous file or, n or to see the next file

About

The repository houses the source code of paper

Collaborators 1

Comments

Loading...