Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
About Article
Analyze Data
Archive
Best Practices
Better Outputs
Blog
Code Optimization
Code Quality
Command Line
Daily tips
Dashboard
Data Analysis & Manipulation
Data Engineer
Data Visualization
DataFrame
Delta Lake
DevOps
DuckDB
Environment Management
Feature Engineer
Git
Jupyter Notebook
LLM
LLM Tools
Machine Learning
Machine Learning & AI
Machine Learning Tools
Manage Data
MLOps
Natural Language Processing
Newsletter Archive
NumPy
Pandas
Polars
PySpark
Python Helpers
Python Tips
Python Utilities
Scrape Data
SQL
Testing
Time Series
Tools
Visualization
Visualization & Reporting
Workflow & Automation
Workflow Automation

Workflow Automation

whereami: Use Machine Learning to Predict Where You Are

If you want to predict where you are with machine learning and WiFi signals, use whereami. One application of whereami is to turn on Hue light bulbs in specific locations through your laptop.

To predict your current location, start by collecting some samples by running whereami learn -l location in different locations. Once collecting at least 10 data points, run whereami predict to predict your current location.

Link to whereami.
Favorite

whereami: Use Machine Learning to Predict Where You Are Read More »

Makefile: Organize Your Command Line

Do you use often use a sequence of commands to do a repetitive task? Wouldn’t it be nice if you can call all those commands using only one short command? That is when Makefile comes in handy.

In the code above, I use Makefile to organize and automate the workflow to set up an environment. After creating the Makefile, I only need to run make install_all to run a series of commands.

I used Makefile to simplify the setup of my customer_segmentation project.

You can learn more about Makefile here.
Favorite

Makefile: Organize Your Command Line Read More »

Kedro — A Python Framework for Reproducible Data Science Project

Have you ever passed your data to a list of functions and classes without knowing for sure how the output is like?
Another common issue is that it’s hard to understand the relationships between functions when looking at a Python script that contains both the code to create and execute functions.
Wouldn’t it be nicer if you can visualize how the inputs and outputs of different functions are connected as shown in the image above?
That is when Kedro comes in handy. In my latest article, you will learn how to create reproducible, maintainable, and modular data science code with Kedro.
Link to the article.
Link to the source code. Favorite

Kedro — A Python Framework for Reproducible Data Science Project Read More »

0
    0
    Your Cart
    Your cart is empty
    Scroll to Top

    Work with Khuyen Tran

    Work with Khuyen Tran