Artificial intelligence

GitOps + Kubernetes A
Article

How to apply machine learning to GitOps

Ip Sam +1

Improve deployment processes and outcomes by applying machine learning in each phase of the GitOps life cycle. Automate your infrastructure with Red Hat.

Learning path featured image
Page

Red Hat Interactive Learning Portal

No matter where you are in your software development career, from just starting, to re-training, to expert-level but needing a brush-up, the Red Hat Developer program can help with tutorials and learning.

Featured image for: How to install Kubeflow 1.2 on Red Hat OpenShift.
Article

How to install Kubeflow 1.2 on Red Hat OpenShift

David Marcus +1

Learn to install Kubeflow on OpenShift using the Open Data Hub Operator. You can fork, modify, and update the example Kubeflow toolkit to fit your needs.

Featured image for: Can we consider --editable a bad practice?
Article

Can we consider --editable a bad practice?

Christoph Görn

Take a closer look at the practice of using editable dependencies, and the issues --editable can introduce for data scientists using Project Thoth.

Featured image: Kebechet
Article

Use Kebechet machine learning to perform source code operations

Christoph Görn

One of the first tools we developed to help us with Project Thoth was Kebechet, which we named for the goddess of freshness and purification. As we separated our software into more and more repositories (each of our Python modules is in its own repository on GitHub), we needed help with releasing new versions and keeping all dependent modules up-to-date. In a team of two and with more than 35 repositories, our process was a major time-burner. Kebechet is a...