{"id":20911045,"url":"https://github.com/lren-chuv/algorithm-repository","last_synced_at":"2025-07-17T16:04:27.795Z","repository":{"id":2336485,"uuid":"45052483","full_name":"LREN-CHUV/algorithm-repository","owner":"LREN-CHUV","description":"Repository of functions or algorithms packaged (with Docker) for Algorithm Factory/Woken","archived":false,"fork":false,"pushed_at":"2025-07-11T06:28:09.000Z","size":34525,"stargazers_count":3,"open_issues_count":275,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T10:12:47.559Z","etag":null,"topics":["algorithm-library","analytics","docker-images","pfa-standard"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LREN-CHUV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-27T16:01:23.000Z","updated_at":"2019-02-13T22:54:22.000Z","dependencies_parsed_at":"2024-05-13T05:28:25.042Z","dependency_job_id":"6cc572bf-4f2f-458c-8c9d-4dade6d79bd9","html_url":"https://github.com/LREN-CHUV/algorithm-repository","commit_stats":null,"previous_names":[],"tags_count":161,"template":false,"template_full_name":null,"purl":"pkg:github/LREN-CHUV/algorithm-repository","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Falgorithm-repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Falgorithm-repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Falgorithm-repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Falgorithm-repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LREN-CHUV","download_url":"https://codeload.github.com/LREN-CHUV/algorithm-repository/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LREN-CHUV%2Falgorithm-repository/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265625587,"owners_count":23800625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm-library","analytics","docker-images","pfa-standard"],"created_at":"2024-11-18T14:19:03.723Z","updated_at":"2025-07-17T16:04:27.777Z","avatar_url":"https://github.com/LREN-CHUV.png","language":"Python","readme":"[![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html) [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/) [![TAU](https://img.shields.io/badge/TAU-ICTAF-AD2C32.svg)](http://ictaf.tau.ac.il/index.asp?lang=eng) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a170b1b08f81441f85c004480ddaac0f)](https://www.codacy.com/app/hbp-mip/algorithm-repository?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=HBPMedical/algorithm-repository\u0026amp;utm_campaign=Badge_Grade) [![CircleCI](https://circleci.com/gh/HBPMedical/algorithm-repository.svg?style=svg)](https://circleci.com/gh/HBPMedical/algorithm-repository)\n\n# Algorithm repository\n\nThis is the repository of algorithms for the [MIP](https://mip.humanbrainproject.eu).\n\nAlgorithms, written in their native language (R, Matlab, Python, Java...) are encapsulated in a Docker container that provides them with the runtime environment necessary to execute this function.\n\nThe environment variables provided to the Docker container are used as parameters to the function or algorithm to execute.\n\nCurrently, we expect the Docker containers to be autonomous:\n\n* they should connect to a database and retrieve the dataset to process\n* they should process the data, taking into account the parameters given as environment variables to the Docker container\n* they should store the results into the results database.\n\nThe format of the results should be easily shared.\n\n* For algorithms providing statistical analysis or machine learning, we require the results to be in [PFA format](http://dmg.org/pfa/) in its YAML or JSON form.\n* For algorithms providing visualisations, we support different formats, including Highcharts, Vis.js, PNG and SVG.\n* For algorithms providing tabular data, we expect a JSON output in this format: [Tabular Data Resource](https://github.com/frictionlessdata/specs/blob/master/specs/tabular-data-resource.md)\n\n# List of algorithms\n\n## [hbpmip/python-anova](./python-anova/): Anova algorithm\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--anova-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-anova/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-anova.svg)](https://hub.docker.com/r/hbpmip/python-anova/tags \"hbpmip/python-anova image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-anova.svg)](https://microbadger.com/#/images/hbpmip/python-anova \"hbpmip/python-anova on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nThis is a Python implementation of Anova.\n\n## [hbpmip/python-correlation-heatmap](./python-correlation-heatmap/): Correlation heatmap\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--correlation--heatmap-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-correlation-heatmap/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-correlation-heatmap.svg)](https://hub.docker.com/r/hbpmip/python-correlation-heatmap/tags \"hbpmip/python-correlation-heatmap image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-correlation-heatmap.svg)](https://microbadger.com/#/images/hbpmip/python-correlation-heatmap \"hbpmip/python-correlation-heatmap on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nCalculate correlation heatmap, only works for real variables.\nRun it on single node or in a distributed mode.\nFirst, intermediate mode calculates covariance matrix from a single node, then aggregate mode is used after intermediate to combine statistics from multiple jobs and produce the final graph.\n\n## [hbpmip/python-distributed-pca](./python-correlation-heatmap/): PCA - principal components analysis\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--distributed--pca-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-distributed-pca/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-distributed-pca.svg)](https://hub.docker.com/r/hbpmip/python-distributed-pca/tags \"hbpmip/python-distributed-pca image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-distributed-pca.svg)](https://microbadger.com/#/images/hbpmip/python-distributed-pca \"hbpmip/python-distributed-pca on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nCalculate PCA, only works for real variables.\nRun it on single node or in a distributed mode.\nFirst, intermediate mode calculates covariance matrix from a single node, then aggregate mode is used after intermediate to combine statistics from multiple jobs and produce the final graph.\n\nCode is shared with [hbpmip/python-correlation-heatmap](./python-correlation-heatmap/)\n\n## [hbpmip/python-distributed-kmeans](./python-distributed-kmeans/): K-means\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--distributed--kmeans-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-distributed-kmeans/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-distributed-kmeans.svg)](https://hub.docker.com/r/hbpmip/python-distributed-kmeans/tags \"hbpmip/python-distributed-kmeans image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-distributed-kmeans.svg)](https://microbadger.com/#/images/hbpmip/python-distributed-kmeans \"hbpmip/python-distributed-kmeans on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html) \n\nImplementation of distributed k-means clustering (https://github.com/MRN-Code/dkmeans) in Python. It uses Single-Shot Decentralized LLoyd (https://github.com/MRN-Code/dkmeans#single-shot-decentralized-lloyd).\n\nIntermediate mode calculates clusters on a single node, while aggregate mode is merging the clusters according to least merging error (e.g. smallest distance between centroids).\n\n## [hbpmip/python-histograms](./python-histograms/): Histograms\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--histograms-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-histograms/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-histograms.svg)](https://hub.docker.com/r/hbpmip/python-histograms/tags \"hbpmip/python-histograms image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-histograms.svg)](https://microbadger.com/#/images/hbpmip/python-histograms \"hbpmip/python-histograms on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nCalculates histogram of nominal or real variable grouped by nominal variables in independent variables. Histogram edges are taken from `minValue` and `maxValue` property of dependent variable. If not available, then these values are calculated dynamically from dependent values (this won't work in distributed mode though).\n\n## [hbpmip/python-jsi-hedwig](./python-jsi-hedwig/): Hedwig method \n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--jsi--hedwig-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-jsi-hedwig/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-jsi-hedwig.svg)](https://hub.docker.com/r/hbpmip/python-jsi-hedwig/tags \"hbpmip/python-jsi-hedwig image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-jsi-hedwig.svg)](https://microbadger.com/#/images/hbpmip/python-jsi-hedwig \"hbpmip/python-jsi-hedwig on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\nHedwig method for semantic subgroup discovery.  (https://github.com/anzev/hedwig).\n\n## [hbpmip/python-jsi-hinmine](./python-jsi-hinmine/): HINMINE\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--jsi--hinmine-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-jsi-hinmine/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-jsi-hinmine.svg)](https://hub.docker.com/r/hbpmip/python-jsi-hinmine/tags \"hbpmip/python-jsi-hinmine image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-jsi-hinmine.svg)](https://microbadger.com/#/images/hbpmip/python-jsi-hinmine \"hbpmip/python-jsi-hinmine on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\nThe HINMINE algorithm for network-based propositionalization is an algorithm for data analysis based on network analysis methods.\n\nThe input for the algorithm is a data set containing instances with real-valued features. The purpose of the algorithm is to construct a new set of features for further analysis by other data mining algorithms. The algorithm outputs a data set with features, generated for each data instance in the input data set. The features represent how close a given instance is to the other instances in the data set. The closeness of instances is measured using the PageRank algorithm, calculated on a network constructed from instance similarities.\n\n## [hbpmip/python-knn](./python-knn/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--knn-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-knn/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-knn.svg)](https://hub.docker.com/r/hbpmip/python-knn/tags \"hbpmip/python-knn image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-knn.svg)](https://microbadger.com/#/images/hbpmip/python-knn \"hbpmip/python-knn on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nImplementation of k-nearest neighbors algorithm (https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm) in Python.\n\nRun it on single node or in a distributed mode.\n\n## [hbpmip/python-linear-regression](./python-linear-regression/): Linear and logistic regression\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--linear--regression-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-linear-regression/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-linear-regression.svg)](https://hub.docker.com/r/hbpmip/python-linear-regression/tags \"hbpmip/python-linear-regression image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-linear-regression.svg)](https://microbadger.com/#/images/hbpmip/python-linear-regression \"hbpmip/python-linear-regression on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nPython implementation of multivariate linear regression. It supports both continuous and categorical as independent variables. Run it on single node or in a distributed mode.\nPython implementation of logistic regressions on one class versus the others. Only single-node mode is supported\n\n## [hbpmip/python-sgd-regression](./python-sgd-regression/): SGD family of regressions\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--sgd--regression-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-sgd-regression/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-sgd-regression.svg)](https://hub.docker.com/r/hbpmip/python-sgd-regression/tags \"hbpmip/python-sgd-regression image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-sgd-regression.svg)](https://microbadger.com/#/images/hbpmip/python-sgd-regression \"hbpmip/python-sgd-regression on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nThis is a Python implementation of scikit-learn estimators (http://scikit-learn.org/stable/modules/scaling_strategies.html) using Stochastic Gradient Descent and the `partial_fit` method for distributed learning.\n\nImplemented methods:\n\n* __linear_model__ - calls `SGDRegressor` or `SGDClassifier`\n* __neural_network__ - calls `MLPRegressor` or `MLPClassifier`\n* __naive_bayes__ - calls `MixedNB` (mix of `GaussianNB` and `MultinomialNB`), only works for classification tasks\n* __gradient_boosting__ - calls `GradientBoostingRegressor` or `GradientBoostingClassifier`, does not support distributed training.\n\n## [hbpmip/python-summary-statistics](./python-summary-statistics/): Summary statistics\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--summary--statistics-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-summary-statistics/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-summary-statistics.svg)](https://hub.docker.com/r/hbpmip/python-summary-statistics/tags \"hbpmip/python-summary-statistics image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-summary-statistics.svg)](https://microbadger.com/#/images/hbpmip/python-summary-statistics \"hbpmip/python-summary-statistics on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nIt calculates various summary statistics for entire dataset and also for all subgroups created by combining all possible values of nominal covariates. Run it on single node or in a distributed mode.\n\n## [hbpmip/python-tsne](./python-tsne/): t-SNE\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--tsne-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-tsne/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-tsne.svg)](https://hub.docker.com/r/hbpmip/python-tsne/tags \"hbpmip/python-tsne image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-tsne.svg)](https://microbadger.com/#/images/hbpmip/python-tsne \"hbpmip/python-tsne on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nThe python-tsne is a wrapper for the the A-tSNE algorithm developed by N. Pezzotti. The underlying algorithm is an improvement on the Barnes-Hut tSNE (http://lvdmaaten.github.io/publications/papers/JMLR_2014.pdf) using an approximated k-nearest neighbor calculation.\n\n## [hbpmip/java-jsi-clus-fire](./java-jsi-clus-fire/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--jsi--clus--fire-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-fire/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-jsi-clus-fire.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-fire/tags \"hbpmip/java-jsi-clus-fire image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-jsi-clus-fire.svg)](https://microbadger.com/#/images/hbpmip/java-jsi-clus-fire \"hbpmip/java-jsi-clus-fire on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-clus-fr](./java-jsi-clus-fr/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--jsi--clus--fr-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-fr/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-jsi-clus-fr.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-fr/tags \"hbpmip/java-jsi-clus-fr image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-jsi-clus-fr.svg)](https://microbadger.com/#/images/hbpmip/java-jsi-clus-fr \"hbpmip/java-jsi-clus-fr on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-clus-pct](./java-jsi-clus-pct/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--jsi--clus--pct-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-pct/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-jsi-clus-pct.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-pct/tags \"hbpmip/java-jsi-clus-pct image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-jsi-clus-pct.svg)](https://microbadger.com/#/images/hbpmip/java-jsi-clus-pct \"hbpmip/java-jsi-clus-pct on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-clus-pct-ts](./java-jsi-clus-pct-ts/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--jsi--clus--pct--ts-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-pct-ts/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-jsi-clus-pct-ts.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-pct-ts/tags \"hbpmip/java-jsi-clus-pct-ts image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-jsi-clus-pct-ts.svg)](https://microbadger.com/#/images/hbpmip/java-jsi-clus-pct-ts \"hbpmip/java-jsi-clus-pct-ts on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-clus-rm](./java-jsi-clus-rm/): k-nearest neighbors\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--jsi--clus--rm-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-rm/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-jsi-clus-rm.svg)](https://hub.docker.com/r/hbpmip/java-jsi-clus-rm/tags \"hbpmip/java-jsi-clus-rm image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-jsi-clus-rm.svg)](https://microbadger.com/#/images/hbpmip/java-jsi-clus-rm \"hbpmip/java-jsi-clus-rm on microbadger\") [![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-streams-modeltree](./java-jsi-streams-modeltree/): k-nearest neighbors\n[![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/java-jsi-streams-regressiontree](./java-jsi--streams--regressiontree/): k-nearest neighbors\n[![JSI](https://img.shields.io/badge/JSI-KT-AF4C64.svg)](http://kt.ijs.si/)\n\n## [hbpmip/python-longitudinal](./python-longitudinal/): Longitudinal\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--longitudinal-008bb8.svg)](https://hub.docker.com/r/hbpmip/python-longitudinal/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/python-longitudinal.svg)](https://hub.docker.com/r/hbpmip/python-longitudinal/tags \"hbpmip/python-longitudinal image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/python-longitudinal.svg)](https://microbadger.com/#/images/hbpmip/python-longitudinal \"hbpmip/python-distributed-pca on microbadger\")\n\n## [hbpmip/r-3c](./r-3c/): 3C\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fr--3c-008bb8.svg)](https://hub.docker.com/r/hbpmip/r-3c/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/r-3c.svg)](https://hub.docker.com/r/hbpmip/r-3c/tags \"hbpmip/r-3c image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/r-3c.svg)](https://microbadger.com/#/images/hbpmip/r-3c \"hbpmip/python-distributed-pca on microbadger\")\n\n## [hbpmip/r-ggparci](./r-ggparci/): ggParci\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fr--ggparci-008bb8.svg)](https://hub.docker.com/r/hbpmip/r-ggparci/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/r-ggparci.svg)](https://hub.docker.com/r/hbpmip/r-ggparci/tags \"hbpmip/r-ggparci image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/r-ggparci.svg)](https://microbadger.com/#/images/hbpmip/r-ggparci \"hbpmip/python-distributed-pca on microbadger\")\n\n## [hbpmip/r-heatmaply](./r-heatmaply/): Heatmaply\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fr--heatmaply-008bb8.svg)](https://hub.docker.com/r/hbpmip/r-heatmaply/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/r-heatmaply.svg)](https://hub.docker.com/r/hbpmip/r-heatmaply/tags \"hbpmip/r-heatmaply image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/r-heatmaply.svg)](https://microbadger.com/#/images/hbpmip/r-heatmaply \"hbpmip/python-distributed-pca on microbadger\")\n\n## [hbpmip/java-rapidminer-knn](./java-rapidminer-knn]): :new_moon: k-NN k-NN\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fjava--rapidminer--knn-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-rapidminer-knn/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-rapidminer-knn.svg)](https://hub.docker.com/r/hbpmip/java-rapidminer-knn/tags \"hbpmip/java-rapidminer-knn image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-rapidminer-knn.svg)](https://microbadger.com/#/images/hbpmip/java-rapidminer-knn \"hbpmip/python-distributed-pca on microbadger\")\n\nk-NN implemented with RapidMiner. Deprecated, replaced by [hbpmip/python-knn](./python-knn/)\n\n## [java-rapidminer-naivebayes](./java-rapidminer-naivebayes]): :new_moon: Naive Bayes Naive Bayes\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fpython--tsne-008bb8.svg)](https://hub.docker.com/r/hbpmip/java-rapidminer-naivebayes/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/java-rapidminer-naivebayes.svg)](https://hub.docker.com/r/hbpmip/java-rapidminer-naivebayes/tags \"hbpmip/java-rapidminer-naivebayes image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/java-rapidminer-naivebayes.svg)](https://microbadger.com/#/images/hbpmip/java-rapidminer-naivebayes \"hbpmip/python-distributed-pca on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nNaive Bayes implemented with RapidMiner. Deprecated, replaced by [hbpmip/python-naivebayes](./python-naivebayes/)\n\n## [hbpmip/r-linear-regression](./r-linear-regression/): :new_moon: Linear regression Linear regression\n[![DockerHub](https://img.shields.io/badge/docker-hbpmip%2Fr--linear--regression-008bb8.svg)](https://hub.docker.com/r/hbpmip/r-linear-regression/) [![ImageVersion](https://images.microbadger.com/badges/version/hbpmip/r-linear-regression.svg)](https://hub.docker.com/r/hbpmip/r-linear-regression/tags \"hbpmip/r-linear-regression image tags\") [![ImageLayers](https://images.microbadger.com/badges/image/hbpmip/r-linear-regression.svg)](https://microbadger.com/#/images/hbpmip/r-linear-regression \"hbpmip/python-distributed-pca on microbadger\") [![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)\n\nLinear regression implemented in R, with support for federated results. Deprecated, replaced by [hbpmip/python-linear-regression](./python-linear-regression/)\n\n# Algorithm capabilities\n\n| Algorithm                                                          | Description           | Predictive         | Federated results         | In production      | Used for                   | Runtime engine |\n|:-------------------------------------------------------------------|:----------------------|:-------------------|:--------------------------|:-------------------|:---------------------------|:--|\n| [hbpmip/python-anova](./python-anova/)                             | Anova                 |                    | :heavy_check_mark: :soon: | :heavy_check_mark: | Regression                 | Woken |\n| [hbpmip/python-correlation-heatmap](./python-correlation-heatmap/) | Correlation heatmap   |                    | :x:                       | :heavy_check_mark: | Visualisation              | Woken |\n| [hbpmip/python-distributed-pca](./python-distributed-pca/)         | PCA                   |                    | :heavy_check_mark:        | :heavy_check_mark: | Visualisation              | Woken |\n| [hbpmip/python-distributed-kmeans](./python-distributed-kmeans/)   | K-means               |                    | :heavy_check_mark:        | :heavy_check_mark: | Clustering                 | Woken |\n| [hbpmip/python-histograms](./python-histograms/)                   | Histograms            |                    | :heavy_check_mark:        | :heavy_check_mark: | Visualisation              | Woken |\n| [hbpmip/python-jsi-hedwig](./python-jsi-hedwig/)                   | Hedwig                |                    | :x:                       | :heavy_check_mark: |                            | Woken |\n| [hbpmip/python-jsi-hinmine](./python-jsi-hinmine/)                 | HINMINE               |                    | :x:                       | :heavy_check_mark: |                            | Woken |\n| [hbpmip/python-knn](./python-knn/)                                 | k-NN                  | :heavy_check_mark: | :heavy_check_mark:        | :heavy_check_mark: | Clustering                 | Woken |\n| [hbpmip/python-linear-regression](./python-linear-regression/)     | Linear regression     | :heavy_check_mark: | :heavy_check_mark:        | :heavy_check_mark: | Regression                 | Woken |\n| [hbpmip/python-linear-regression](./python-linear-regression/)     | Logistic regression   | :heavy_check_mark: | :x:                       | :heavy_check_mark: | Regression, Classification | Woken |\n| [hbpmip/python-sgd-regression](./python-sgd-regression/)           | SGD Linear model      | :heavy_check_mark: | :heavy_check_mark:        | :heavy_check_mark: | Classification             | Woken |\n| [hbpmip/python-sgd-regression](./python-sgd-regression/)           | SGD Neural Network    | :heavy_check_mark: | :x:                       | :heavy_check_mark: | Classification             | Woken |\n| [hbpmip/python-sgd-regression](./python-sgd-regression/)           | SGD Naive Bayes       | :heavy_check_mark: | :x:                       | :heavy_check_mark: | Classification             | Woken |\n| [hbpmip/python-sgd-regression](./python-sgd-regression/)           | SGD Gradient Boosting | :heavy_check_mark: | :x:                       | :heavy_check_mark: | Classification             | Woken |\n| [hbpmip/python-summary-statistics](./python-summary-statistics/)   | Summary statistics    |                    | :heavy_check_mark:        | :heavy_check_mark: | Data exploration           | Woken |\n| [hbpmip/python-tsne](./python-tsne/)                               | t-SNE                 |                    | :x:                       | :heavy_check_mark: | Visualisation              | Woken |\n\n\n# Acknowledgements\n\nThis work has been funded by the European Union Seventh Framework Program (FP7/2007­2013) under grant agreement no. 604102 (HBP)\n\nThis work is part of SP8 of the Human Brain Project (SGA1).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Falgorithm-repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flren-chuv%2Falgorithm-repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flren-chuv%2Falgorithm-repository/lists"}