How to release Python package from GitHub Actions

Photo by Hitesh Choudhary on Unsplash Recently, I changed my CI from Travis to GitHub Actions. GitHub Actions is handy and useful for testing, publishing Python packages. Testing …

avatar
Aki Ariga
Read more

How to test a new Docker image for digdag workflow on CircleCI?

Photo by [Campaign Creators](https://unsplash.com/@campaign_creators?utm_source=medium&utm_medium=referral) on …

avatar
Aki Ariga
Read more

The first conference of Operational Machine Learning: OpML ‘19

I attended OpML ’19 is a conference for “Operational Machine Learning” held at Santa Clara on May 20th. OpML ‘19 _The 2019 USENIX Conference on Operational Machine Learning (OpML …

avatar
Aki Ariga
Read more

Ruby for Data Science and Machine Learning

I attended RubyKaigi 2019 held at Fukuoka from Apr 18 to Apr 21. This year’s RubyKaigi was a really great opportunity for me to know the possibility of Data Science and Machine …

avatar
Aki Ariga
Read more

A recent update of tabula-py

Photo by [Joshua Rawson-Harris](https://unsplash.com/@joshrh19?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com?utm_source=medium&utm_medium=referral) …

avatar
Aki Ariga
Read more

Use Markdown document on brand new PyPI

Yesterday, PyPI was renewed to the next-generation site. It is modern and stylish one. @aodag told me that PEP 566, which was accepted Feb. 2018, allows us for a document on PyPI …

avatar
Aki Ariga
Read more

Python basics: package management

Python is a very famous programming language for machine learning. In this article, I will introduce basic Python environment. Glossary I will introduce basic terms about Python …

avatar
Aki Ariga
Read more

Why OSS based machine learning is good?

This article is translation of Japanese version. After releasing of TensorFlow, the movement of OSS-based machine learning is accelerating. François Chollet, the creator of Keras, …

avatar
Aki Ariga
Read more

How to run Cloudera Director on your macOS/Windows 10

Cloudera Director is a provisioning tool for CDH and Cloudera Enterprise. We can launch cluster with Web GUI or CLI tool. Using Cloudera Director CLI tool, you can manage your …

avatar
Aki Ariga
Read more

Simple way to distribute your private Python packages within your organization

[https://www.irasutoya.com/2017/05/blog-post\_22.html](https://www.irasutoya.com/2017/05/blog-post_22.html) https://www.irasutoya.com/2017/05/blog-post_22.html This article is a …

avatar
Aki Ariga
Read more