machine-learning/python

www.kdnuggets.com   (2025-02-11)

In this article, I will introduce you to 10 little-known Python libraries every data scientist should know.

thecleverprogrammer.com   (2025-02-07)

In this article, I'll take you through a list of 50+ Data Analysis Projects you should try to learn Data Analysis.

thecleverprogrammer.com   (2025-01-31)

In this article, I'll take you through a list of 80+ hands-on Data Science projects you should try to learn everything in Data Science.

thecleverprogrammer.com   (2025-01-24)

In this article, I'll take you through a list of 50+ AI & ML projects solved & explained with Python that you should try.

sebastianraschka.com   (2025-01-18)

This is a standalone notebook implementing the popular byte pair encoding (BPE) tokenization algorithm, which is used in models like GPT-2 to GPT-4, Llama 3,...

www.kdnuggets.com   (2024-12-10)

Popular MLOps Python tools that will make machine learning model deployment a piece of cake.

towardsdatascience.com   (2024-10-16)

Learn which variables you should and should not take into account in your model.

towardsdatascience.com   (2024-01-18)

Insanely fast and reliable smoothing and interpolation with the Whittaker-Eilers method.

thecleverprogrammer.com   (2023-10-30)

In this article, I'll take you through the task of Market Basket Analysis using Python. Market Basket Analysis using Python.

towardsdatascience.com   (2023-07-24)

Understand survival analysis, its use in the industry, and how to apply it in Python

towardsdatascience.com   (2023-07-23)

Applying causal machine learning to trim the campaign target audience

towardsdatascience.com   (2023-05-31)

Master Sklearn pipelines for effortless and efficient machine learning. Discover the art of building, optimizing, and scaling models with ease. Level up your data preprocessing skills and supercharge your ML workflow today

towardsdatascience.com   (2023-04-05)

Create insights from frequent patterns using market basket analysis with Python

moez-62905.medium.com   (2023-03-31)

Exploring the Latest Enhancements and Features of PyCaret 3.0

towardsdatascience.com   (2023-03-19)

A quick guide on how to make clean-looking, interactive Python plots to validate your data and model

towardsdatascience.com   (2023-03-12)

Use natural language to test the behavior of your ML models

towardsdatascience.com   (2023-02-09)

Discover how to effectively detect multivariate outliers in machine learning with PyOD in Python. Learn to convert anomaly scores to probability confidence, choose the best outlier classifier and determine the right probability threshold for improved model accuracy.

www.kdnuggets.com   (2023-02-02)

There are various challenges in MLOps and model sharing, including, security and reproducibility. To tackle these for scikit-learn models, we've developed a new open-source library: skops. In this article, I will walk you through how it works and how to use it with an end-to-end example.

www.kdnuggets.com   (2023-01-27)

Become familiar with some of the most popular Python libraries available for hyperparameter optimization.

towardsdatascience.com   (2023-01-24)

Circular data can present unique challenges when it comes to analysis and modeling

towardsdatascience.com   (2023-01-13)

Tips for taking full advantage of this machine learning package

geometric-kernels.github.io   (2023-01-01)

A cross-framework package for kernels and Gaussian processes on manifolds, graphs, and meshes

github.com   (2022-12-25)

Python Feature Engineering Cookbook Second Edition, published by Packt - PacktPublishing/Python-Feature-Engineering-Cookbook-Second-Edition

towardsdatascience.com   (2022-11-07)

Mathematical Modeling, Solution, and Visualization Using PuLP and VeRoViz

towardsdatascience.com   (2022-10-14)

How to compress and fit a humongous set of vectors in memory for similarity search with asymmetric distance computation (ADC)

buff.ly   (2022-10-14)

Learn how to build MMMs for different countries the right way

towardsdatascience.com   (2022-08-08)

Creating eye-catching graphs with Python to use instead of bar charts.

towardsdatascience.com   (2022-08-04)

Graph partitioning has been a long-lasting problem and has a wide range of applications. This post shares the methodology for graph…

towardsdatascience.com   (2022-08-04)

Reduce time in your data science workflow with these libraries.

towardsdatascience.com   (2022-07-18)

Capturing non-linear advertising saturation and diminishing returns without explicitly transforming media variables

towardsdatascience.com   (2022-07-13)

How to forecast with scikit-learn and XGBoost models with sktime

towardsdatascience.com   (2022-07-13)

Brain-inspired unsupervised machine learning through competition, cooperation and adaptation

towardsdatascience.com   (2022-07-11)

Use linear programming to minimize the difference between required and scheduled resources

bair.berkeley.edu   (2022-06-24)

The BAIR Blog

towardsdatascience.com   (2022-06-22)

Using the Folium Package to Create Stunning Choropleths

towardsdatascience.com   (2022-06-22)

How to use Python libraries like Open3D, PyVista, and Vedo for neighborhood analysis of point clouds and meshes through KD-Trees/Octrees

bytepawn.com   (2022-05-28)

I show toy implementations of Python decorator patterns that may be useful for Data Scientists.

towardsdatascience.com   (2022-05-27)

The introduction of the intel sklearn extension. Make your Random Forest even faster than XGBoost.

towardsdatascience.com   (2022-05-27)

Which is the best algorithm?

towardsdatascience.com   (2022-04-09)
link.medium.com   (2022-04-08)

Apply Louvain’s Algorithm in Python for Community Detection

towardsdatascience.com   (2022-03-10)

As a data analyst at Microsoft, I must investigate and understand time-series data every day. Besides looking at some key performance…

www.toptal.com   (2022-02-11)

Topic modeling can bring NLP to the next level. Here’s how.

towardsdatascience.com   (2022-02-02)

Because Graph Analytics is the future

github.com   (2022-01-29)

based on "Hands-On Machine Learning with Scikit-Learn & TensorFlow" (O'Reilly, Aurelien Geron) - bjpcjp/scikit-and-tensorflow-workbooks

towardsdatascience.com   (2022-01-21)

A Quick Guide to The Weibull Analysis

github.com   (2022-01-17)

Prophet (FB time series prediction package) docs to Python code. - bjpcjp/fb-prophet

github.com   (2022-01-16)

based on "Hands-On Machine Learning with Scikit-Learn & TensorFlow" (O'Reilly, Aurelien Geron) - bjpcjp/scikit-and-tensorflow-workbooks

towardsdatascience.com   (2022-01-16)

Easily and efficiently optimize your model’s hyperparameters with Optuna with a mini project

towardsdatascience.com   (2021-12-07)

Master usecols, chunksize, parse_dates in pandas read_csv().

link.medium.com   (2021-12-04)

Here is my take on this cool Python library and why you should give it a try

builtin.com   (2021-12-03)

Dimensionality reduction is a vital tool for data scientists across industries. Here is a guide to getting started with it.

www.mihaileric.com   (2021-11-03)

In this first post in a series on how to build a complete machine learning product from scratch, I describe how to setup your project and tooling.

link.medium.com   (2021-10-17)

Low-code Machine Learning with a Powerful Python Library

venturebeat.com   (2021-10-12)

Streamlit releases v1.0 of its DataOps platform for data science apps to make it easier for data scientists to share code and components.

towardsdatascience.com   (2021-09-28)

Hands-on tutorial to effectively use different Regression Algorithms

towardsdatascience.com   (2021-07-30)

OpenCV is not the only one

pypi.org   (2021-07-20)

Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application.

towardsdatascience.com   (2021-07-04)

What companies can learn from employee turnover data

towardsdatascience.com   (2021-07-03)

In this article, I’ll show you five ways to load data in Python. Achieving a speedup of 3 orders of magnitude.

github.com   (2021-06-25)

Combining tree-boosting with Gaussian process and mixed effects models - fabsig/GPBoost

towardsdatascience.com   (2021-05-30)

Scroll down to see how to interpret a plot created by a great tool for comparing two classes and their corpora.

towardsdatascience.com   (2021-05-18)

Word on the street is that PyTorch lightning is a much better version of normal PyTorch. But what could it possibly have that it brought such consensus in our world? Well, it helps researchers scale…

facebook.github.io   (2021-05-05)

Prophet is a forecasting procedure implemented in R and Python. It is fast and provides completely automated forecasts that can be tuned by hand by data scientists and analysts.

towardsdatascience.com   (2021-05-01)

As Data Science continues to grow and develop, it’s only natural for new tools to emerge, especially considering the fact that data…

towardsdatascience.com   (2021-04-28)

If you are dealing with a classification task, I recommend the modAL. As for the sequence labeling task, the AlpacaTag is the only choice for you. Active learning could decrease the number of labels…

www.kdnuggets.com   (2021-04-22)

PyCaret is an alternate low-code library that can be used to replace hundreds of lines of code with few lines only. See how to use PyCaret's Regression Module for Time Series Forecasting.

towardsdatascience.com   (2021-04-13)

XGBoost explained as well as gradient boosting method and HP tuning by building your own gradient boosting library for decision trees.

towardsdatascience.com   (2021-03-23)

GPU vs CPU training speed comparison for xgboost

sicara.ai   (2021-03-22)
towardsdatascience.com   (2021-03-21)

for beginners as well as advanced users

towardsdatascience.com   (2021-03-06)

Train, visualize, evaluate, interpret, and deploy models with minimal code.

github.com   (2021-03-01)

Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces. - SimonBlanke/Gradient-Free-Optimizers

pycaret.readthedocs.io   (2021-02-25)
pycaret.org   (2021-02-25)

[et_pb_section fb_built=”1″ admin_label=”Header” _builder_version=”4.12.0″ background_color=”#01012C” collapsed=”on” global_colors_info=”{}”][et_pb_row column_structure=”1_2,1_2″ _builder_version=”4.12.0″ collapsed=”on” global_colors_info=”{}”][et_pb_column type=”1_2″ _builder_version=”4.12.0″ z_index=”10″ custom_padding=”18%||||false|false” global_colors_info=”{}”][et_pb_text _builder_version=”4.14.7″ text_font=”Montserrat|800|||||||” text_text_color=”#01012C” text_font_size=”470px” text_line_height=”1em” positioning=”absolute” custom_margin=”|-30%||-10%|false|false” custom_margin_tablet=”|0%||-5%|false|false” custom_margin_phone=”|0%|||false|false” custom_margin_last_edited=”on|desktop” text_font_size_tablet=”40vw” text_font_size_phone=”40vw” text_font_size_last_edited=”on|tablet” text_text_shadow_style=”preset5″ text_text_shadow_horizontal_length=”-1.5px” text_text_shadow_vertical_length=”-1.5px” text_text_shadow_color=”#DB0EB7″ global_colors_info=”{}”] pc [/et_pb_text][et_pb_text _builder_version=”4.14.7″ header_font=”Barlow Condensed|500|||||||” header_text_color=”#FFFFFF” header_font_size=”122px” custom_margin=”||0px||false|false” header_font_size_tablet=”42px” header_font_size_phone=”26px” header_font_size_last_edited=”on|tablet” global_colors_info=”{}”] low-code machine learning [/et_pb_text][et_pb_button button_url=”https://pycaret.gitbook.io” url_new_window=”on” button_text=”GET STARTED” _builder_version=”4.14.7″ […]

www.kdnuggets.com   (2021-02-24)

Concluding this three-part series covering a step-by-step review of statistical survival analysis, we look at a detailed example implementing the Kaplan-Meier fitter based on different groups, a Log-Rank test, and Cox Regression, all with examples and shared code.

towardsdatascience.com   (2021-02-10)

A comprehensive guide on standard generative graph approaches with implementation in NetworkX

towardsdatascience.com   (2021-01-28)

How to identify and segregate specific blobs in your image

towardsdatascience.com   (2021-01-19)

A complete explanation of the inner workings of Support Vector Machines (SVM) and Radial Basis Function (RBF) kernel

towardsdatascience.com   (2021-01-08)

An Overview of the Most Important Features in Version 0.24

towardsdatascience.com   (2020-12-23)

Demystifying the inner workings of BFGS optimization

towardsdatascience.com   (2020-12-18)

A simple introduction to matching in bipartite graphs with Python code examples

towardsdatascience.com   (2020-11-19)

Learn which of the 9 most prominent automatic speech recognition engines is best for your needs, and how to use it in Python programs.

towardsdatascience.com   (2020-11-19)

Explained with examples

towardsdatascience.com   (2020-11-03)

A step-by-step guide to apply perspective transformation on images

towardsdatascience.com   (2020-11-03)

I come from the world of MATLAB and numerical computing, where for loops are shorn and vectors are king. During my PhD at UVM, Professor…

towardsdatascience.com   (2020-11-03)

A tour of one of the most popular topic modelling techniques and a guide to implementing and visualising it using pyLDAvis

towardsdatascience.com   (2020-11-02)

Python 3.9 New Feature Guide

towardsdatascience.com   (2020-08-10)

Overview of the latest developments in version 0.23

towardsdatascience.com   (2020-06-02)

Do you know about these packages?

towardsdatascience.com   (2020-06-01)

Not enough data for Deep Learning? Try Eigenfaces.

towardsdatascience.com   (2020-06-01)

Introduction

www.kdnuggets.com   (2020-06-01)

Check out these 5 cool Python libraries that the author has come across during an NLP project, and which have made their life easier.

towardsdatascience.com   (2020-06-01)

Building up the intuition for how matrices help to solve a system of linear equations and thus regressions problems

towardsdatascience.com   (2020-06-01)

Explaining outlier detection with PyCaret library in python

machinelearningmastery.com   (2020-06-01)

Recursive Feature Elimination, or RFE for short, is a popular feature selection algorithm. RFE is popular because it is easy to configure and use and because it is effective at selecting those features (columns) in a training dataset that are more or most relevant in predicting the target variable. There are two important configuration options when using RFE: the choice…

towardsdatascience.com   (2020-05-15)

This new Python package accelerates notebook-based machine learning experimentation

towardsdatascience.com   (2020-05-15)

Using q-learning for sequential decision making and therefore learning to play a simple game.

towardsdatascience.com   (2020-05-15)

I came across Pycaret while I was browsing on a slack for data scientists. It's a versatile library in which you can apply/evaluate/tune…

towardsdatascience.com   (2020-04-19)

Learn matrix multiplication for machine learning by following along with Python examples

towardsdatascience.com   (2020-04-15)

How does pivot work? What is the main pandas building block? And more …

towardsdatascience.com   (2020-04-01)

5 lesser-known pandas tricks that help you be more productive

www.reddit.com   (2020-04-01)

https://github.com/sepandhaghighi/pycm https://www.pycm.ir custom_rounder function added #279 complement function added sparse_matrix attribute added…

towardsdatascience.com   (2020-04-01)

Extract data from different sources

towardsdatascience.com   (2020-03-31)

Expedite your data analysis process

towardsdatascience.com   (2020-03-31)

Why and How to use with examples of Keras/XGBoost

www.machinelearningplus.com   (2019-08-30)

Using ARIMA model, you can forecast a time series using the series past values. In this post, we build an optimal ARIMA model from scratch and extend it to Seasonal ARIMA (SARIMA) and SARIMAX models. You will also see how to build autoarima models in python

www.datasciencecentral.com   (2019-08-29)

L

buff.ly   (2019-08-29)
github.com   (2019-07-25)

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques - yzhao062/pyod

eigenfoo.xyz   (2018-08-31)

Recently I’ve started using PyMC3 for Bayesian modelling, and it’s an amazing piece of software! The API only exposes as much of heavy machinery of MCMC as you need — by which I mean, just the pm.sample() method (a.k.a., as Thomas Wiecki puts it, the Magic Inference Button™). This really frees up your mind to think about your data and model, which is really the heart and soul of data science! That being said however, I quickly realized that the water gets very deep very fast: I explored my data set, specified a hierarchical model that made sense to me, hit the Magic Inference Button™, and… uh, what now? I blinked at the angry red warnings the sampler spat out.

towardsdatascience.com   (2018-08-30)

Using the FeatureSelector for efficient machine learning workflows

pbpython.com   (2018-06-08)

Using mlxtend to perform market basket analysis on online retail data set.

pypi.python.org   (2018-06-08)

An easy-to-use library for recommender systems.

thecleverprogrammer.com   (2011-10-24)

In this article, I'll take you through a list of guided projects to master AI & ML with Python. AI & ML Projects with Python.

www.gradio.app   (2010-09-24)

Documentation, tutorials and guides for the Gradio ecosystem..