---
description: Pachyderm : qu'en pensent les utilisateurs ? Lisez les avis clients sur Pachyderm, consultez les prix, tarifs, abonnements et découvrez ses fonctionnalités grâce à Capterra Luxembourg.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Pachyderm - Avis, notes, prix et abonnements - Capterra Luxembourg 2026
---

Breadcrumb: [Accueil](/) > [Machine learning](/directory/31103/machine-learning/software) > [Pachyderm](/software/1017774/pachyderm)

# Pachyderm

Canonical: https://www.capterra.lu/software/1017774/pachyderm

Page : 1/2\
Suivant: [Page suivante](https://www.capterra.lu/software/1017774/pachyderm?page=2)

> Pachyderm est la couche de données qui alimente votre pile MLOps et le cycle de vie du machine learning.
> 
> Conclusion : 7 utilisateurs lui ont donné la note de **4.0/5**. Figure au meilleur classement pour **Probabilité de recommander le produit**.

-----

## Présentation

### Qui utilise Pachyderm ?

Pachyderm est la couche de données pour les équipes de science des données et de MLOps ; elle leur permet d'adapter leur cycle de vie de machine learning avec l'automatisation axée sur les données, l'évolutivité du pétaoctet et la reproductibilité de bout en bout.

## Statistiques et notes

| Métrique | Notation | En détail |
| **Note globale** | **4.0/5** | 7 Avis |
| Simplicité | 3.3/5 | D'après l'ensemble des avis |
| Support client | 4.9/5 | D'après l'ensemble des avis |
| Rapport qualité-prix | 4.0/5 | D'après l'ensemble des avis |
|  Fonctionnalités | 4.6/5 | D'après l'ensemble des avis |
| Pourcentage de recommandation | 90% | (9/10 Probabilité de recommander le produit) |

## À propos de l'éditeur

- **Société**: Hewlett Packard Enterprise

## Contexte commercial

- **Type de licence**:  (Essai gratuit)
- **Public cible**: 51–200, 201–500, 501–1.000, 1.001–5.000, 5.001–10.000, 10.000+
- **Déploiement et plateformes**: Cloud, SaaS, web, Mac (ordinateur), Linux (ordinateur), Linux (sur site)
- **Langues**: anglais
- **Pays disponibles**: États-Unis

##  Fonctionnalités

- API
- Analyse prédictive
- Automatisation des processus et flux de travail
- Bibliothèque d'algorithmes de ML
- Connecteurs de données
- Deep learning
- Gestion des flux de travail
- Importation et exportation de données
- Modèle de formation
- Modélisation du réseau neuronal
- Modélisation prédictive
- Outils de collaboration
- Prise en charge de plusieurs langues
- Reconnaissance vocale
- Tableau de bord d'activités
- Third-Party Integrations
- Traitement automatique du langage naturel
- Traitement des gros volumes
- Visualisation
- Visualisation de données

## Ressources d'aide

- Service client/e-mail
- FAQ/forums
- Base de connaissances

## Category

- [Machine learning](https://www.capterra.lu/directory/31103/machine-learning/software)

## Catégories connexes

- [Machine learning](https://www.capterra.lu/directory/31103/machine-learning/software)
- [Deep learning](https://www.capterra.lu/directory/31104/deep-learning/software)
- [Logiciels d'intelligence artificielle](https://www.capterra.lu/directory/30938/artificial-intelligence/software)
- [Outils Big Data](https://www.capterra.lu/directory/30851/big-data/software)

##  Logiciels similaires

1. [Anaconda](https://www.capterra.lu/software/191760/anaconda) — 4.6/5 (86 reviews)
2. [OpenText Analytics Cloud](https://www.capterra.lu/software/177019/opentext-analytics-suite) — 5.0/5 (1 reviews)
3. [Google Cloud](https://www.capterra.lu/software/170983/google-cloud-platform) — 4.7/5 (2262 reviews)
4. [Splunk Enterprise](https://www.capterra.lu/software/94317/splunk) — 4.6/5 (259 reviews)
5. [Zerve](https://www.capterra.lu/software/1070673/Zerve) — 5.0/5 (2 reviews)

## Avis

### "Rethinking Data in AI and ML" — 4.0/5

> **Clayton** | *11 novembre 2021* | Hôpitaux et soins de santé | Taux de recommandation : 10.0/10
> 
> **Avantages**: AI/ML production systems typically consist of multiple data processing steps organized as a DAG. Many automation frameworks manage these DAGs as tightly coupled steps ordered by \_code execution\_. What I like so much about Pachyderm is that it approaches DAG management as loosely coupled steps ordered by \_data dependencies\_. This alternative way of thinking has enabled me to design AI/ML architectures with data at the center, which has revolutionized the development and production workflows I've participated in. I can confidently store, process, and otherwise manage the data because Pachyderm provides a solid foundation for data provenance, data versioning, data storage patterns, and efficient incremental processing. Since AI/ML models are effectively a form of data, model versioning and management can be built as an extension of Pachyderm's data foundation.&#10;&#10;Furthermore, I really like that Pachyderm is powered by Kubernetes, because it passes on important architectural properties to Pachyderm, such as high scalability, robustness, efficiency, and portability (i.e. cloud agnosticism). I can containerize my pipelines, quickly test them locally through Docker Desktop or minikube, then scale them up to massive amounts of data in an on-prem or cloud cluster. If autoscaling is supported in a cloud cluster, I can especially reap the benefits of cost efficiency because I only pay for the compute resources I use.
> 
> **Inconvénients**: - In 1.X versions of Pachyderm, there are a few performance pain points, especially around handling very small files when uploading/downloading to/from a repo. These pain points have been significantly improved in Pachyderm 2.X.&#10;- Also in 1.X, debugging pipeline failures can sometimes be challenging without extra tools or integrating external logging services. Pachyderm 2.X improves upon this as well.&#10;- When Pachyderm processes data files in a pipeline, it groups the files into logical structures called datums for provenance and data efficiency reasons, and then it invokes the pipeline on each datum. This is necessary for scalability, but the downside is that each invocation of the pipeline incurs an overhead cost of just starting the processing code. The bright side is that there are several straightforward ways to engineer around the problem. It's also important to recognize that the impact of the problem is minimized by the benefits of incremental processing(i.e. only processing data that has changed on future pipeline runs).&#10;- This isn't necessarily a problem, but prospective buyers should be aware that although compute costs may go down due to incremental processing, storage costs may go up due to storing multiple versions of data.
> 
> Like any tool, Pachyderm is no silver bullet for the entire AI/ML stack. However, from a data processing and management perspective, it has fulfilled every application requirement I've needed it for and continues to be a flexible tool in meeting additional requirements. For example, after having computed some results from a pipeline, I needed to serve these results to an existing application. Pachyderm made this simple by exposing the data through a built-in S3 REST API. Since the application was already compatible with S3, Pachyderm served as a drop-in replacement for an S3 bucket.&#10;&#10;For anyone that strives to design clean and straightforward AI/ML architectures, I can definitely recommend Pachyderm as a must for the foundational data component.

-----

### "Game changer for handling dynamic data" — 4.0/5

> **Cove** | *17 novembre 2021* | Recherche | Taux de recommandation : 10.0/10
> 
> **Avantages**: Perhaps the most important aspect we benefit from operationally is the awareness and automatic handling of data change. Generation of our data products involves multiple processing steps and several sources of data and metadata that enter the processing sequence at various points and may change at any time. Pachyderm automatically knows what has changed and triggers downstream (re)processing, removing the need for error-prone human management.
> 
> **Inconvénients**: In Pachyderm 1.X there was a relatively high amount of overhead associated with processing each datum. Our data typically consists of small but numerous datums, and we needed to artificially combine datums for performance. However, Pachyderm has been working with us on this issue and we expect to see big improvements in 2.0 and beyond.
> 
> Pachyderm meets many previously unmet needs for our organization, including complete data provenance, automatic handling of data change, and modular/portable processing architecture, which facilitates the joint development of processing pipelines between software developers and scientists. Pachyderm engineers have been extremely responsive to our issues and development requests, and we plan to work well into the future with this software.

-----

### "Great in theory" — 3.0/5

> **Martin** | *26 octobre 2021* | Biotechnologie | Taux de recommandation : 6.0/10
> 
> **Avantages**: Great concept, really fits what we would like to do. Re-computing only the pieces where the data has changed is super valuable.
> 
> **Inconvénients**: Working with it in practice is very hard. We would like to use Pachyderm also for research, developing research pipelines that can be executed easily on big amounts of data on the cluster. However, during research/development, pipelines naturally crash often. Translating something that works locally to something that works in pachyderm has several scenarios in which it can fail. Inspecting those types of errors is incredibly difficult, unless you invest a significant amount of time into setting up logging/monitoring manually.
> 
> We achieved some of our goals with Pachyderm. However, we were really hoping to spend more time on solving the problems  directly related with our goal. Instead, we spent a significant amount on time solving problems with Pachyderm and tailoring our problem to it.

-----

### "Pachyderm is a great data processing platform on cloud." — 4.0/5

> **Xubo** | *25 octobre 2021* | Biotechnologie | Taux de recommandation : 9.0/10
> 
> **Avantages**: Data Driven Automation. It supports incremental data processing.&#10;Reproducibility. &#10;Perfectly match our tech stacks:  K8s, S3. &#10;Community facing.
> 
> **Inconvénients**: We expect fully automated data replication/export to external storage system.  &#10;The logging \&amp; debugging support could be improved.
> 
> We have used Pachyderm for more than a year.  Overall experience is Good.&#10;&#10;We love the core technology and features provided by Pachyderm. &#10;&#10;We experienced frustrated issues, like the download speed, deployment, system stability.  We get excellent support from the Pachyderm team all the time.

-----

### "Scalable machine learning without the mlops" — 5.0/5

> **Chris** | *29 octobre 2021* | Marketing et publicité | Taux de recommandation : 10.0/10
> 
> **Avantages**: The ability to scale model builds in native python is something that has been missing in this space until now. Utilizing spark and/or dask comes with a large amount of overhead that can be avoided leveraging pachyderm.
> 
> **Inconvénients**: The learning curve is quite steep since there are some core concepts that are foundational to understand before using pachyderm.

-----

Page : 1/2\
Suivant: [Page suivante](https://www.capterra.lu/software/1017774/pachyderm?page=2)

## Liens

- [Afficher sur Capterra](https://www.capterra.lu/software/1017774/pachyderm)

## Cette page est disponible dans les langues suivantes.

| Langue | URL |
| en | <https://www.capterra.com/p/235292/Pachyderm/> |
| en-AE | <https://www.capterra.ae/software/1017774/pachyderm> |
| en-AU | <https://www.capterra.com.au/software/1017774/pachyderm> |
| en-CA | <https://www.capterra.ca/software/1017774/pachyderm> |
| en-GB | <https://www.capterra.co.uk/software/1017774/pachyderm> |
| en-IE | <https://www.capterra.ie/software/1017774/pachyderm> |
| en-IL | <https://www.capterra.co.il/software/1017774/pachyderm> |
| en-IN | <https://www.capterra.in/software/1017774/pachyderm> |
| en-NZ | <https://www.capterra.co.nz/software/1017774/pachyderm> |
| en-SG | <https://www.capterra.com.sg/software/1017774/pachyderm> |
| en-ZA | <https://www.capterra.co.za/software/1017774/pachyderm> |
| fr | <https://www.capterra.fr/software/1017774/pachyderm> |
| fr-BE | <https://fr.capterra.be/software/1017774/pachyderm> |
| fr-CA | <https://fr.capterra.ca/software/1017774/pachyderm> |
| fr-LU | <https://www.capterra.lu/software/1017774/pachyderm> |

-----

## Données structurées

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":null,"address":{"@type":"PostalAddress","addressLocality":null,"addressRegion":null,"postalCode":null,"streetAddress":null},"description":"Capterra Luxembourg aide des millions de professionnels à trouver le bon logiciel. Découvrez les avis, les notes et les listes exhaustives d'outils informatiques.","email":"info@capterra.lu","url":"https://www.capterra.lu/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.lu/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra","https://www.instagram.com/capterra/","https://www.youtube.com/user/CapterraTV"]},{"name":"Pachyderm","description":"Pachyderm fournit la couche de données qui permet aux équipes de science des données et de MLOps de produire et d'évoluer tout au long du cycle de vie du machine learning. Grâce à la gestion des versions de données de pointe de Pachyderm, les équipes de pipelines et de lignées bénéficient d'une automatisation axée sur les données, d'une évolutivité du pétaoctet et d'une reproductibilité de bout en bout. Les équipes qui utilisent Pachyderm commercialisent leurs projets de machine learning plus rapidement, réduisent les coûts de traitement et de stockage des données et peuvent plus facilement répondre aux exigences en matière de conformité réglementaire.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/f215111e-4ccd-46a9-8b96-6373ebbfd7b4.png","url":"https://www.capterra.lu/software/1017774/pachyderm","@id":"https://www.capterra.lu/software/1017774/pachyderm#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.capterra.lu/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.0,"bestRating":5,"ratingCount":7},"operatingSystem":"Cloud, Apple, Linux, Linux on premise"},{"@id":"https://www.capterra.lu/software/1017774/pachyderm#faqs","@type":"FAQPage","mainEntity":[{"name":"Qui utilise Pachyderm ?","@type":"Question","acceptedAnswer":{"text":"Pachyderm est la couche de données pour les équipes de science des données et de MLOps ; elle leur permet d'adapter leur cycle de vie de machine learning avec l'automatisation axée sur les données, l'évolutivité du pétaoctet et la reproductibilité de bout en bout.","@type":"Answer"}}]},{"@id":"https://www.capterra.lu/software/1017774/pachyderm#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Accueil","position":1,"item":"/","@type":"ListItem"},{"name":"Machine learning","position":2,"item":"/directory/31103/machine-learning/software","@type":"ListItem"},{"name":"Pachyderm","position":3,"item":"/software/1017774/pachyderm","@type":"ListItem"}]}]}
</script>
