Aritra Biswas
Aritra Biswas
About me
Posts
Projects
Contact
Light
Dark
Automatic
Posts
Exponential Smoothing using Scikit-Learn wrapper & statsmodels
As we discussed in previous post, in this series we will be working on different type of regression problem and will try to parse them as sklearn model objects. Here are we will be working with ExponentialSmoothing from statsmodels library.
Last updated on Dec 20, 2022
3 min read
programming
LASSO using Scikit-Learn wrapper & CVXPY
Those who are working in ML space of sometime must be aware that there are multiple python libraries out there which support different algorithms/models. When you are trying to implement best model it is not possible to use just a single library or even a single language and compute infra.
Last updated on Dec 19, 2022
7 min read
programming
Avoid relative path import hell in python
Exploring poetry for dependency management in python In general pip & venv is a good combination of tool when you don’t have to manage multiple dependencies for your project. But imaging that in a project you need to management multiple dependency files to deploy code into multiple envs.
Last updated on Dec 18, 2021
2 min read
programming
SCM conventions & ways of working
When we are working in an collaborative work environment, this is important to share a common set of convention which makes collaboration easier. Here are some of the common gitops best practice which has helped to collaborate better,
Last updated on Oct 31, 2021
4 min read
Useful tools for docker container management
In this post I’m going to discuss three docker tools which I find really useful in my day to day workflow. These tools are, Dive Portainer dozzle Dive: quick check of docker images Dive is super useful to check if there any unnecessary data stored in a docker image.
Last updated on Oct 31, 2021
2 min read
Python library version management with GitHub action + commitizen + pre-commit hook
List of tools used in this post commitizen conventionalcommits Git Hooks Pre-commit hook GitHub Action Semantic Versioning Here is a sample repository which show the implementation below. Context & overview Lets assume that we are going to build a python library.
Last updated on Oct 24, 2021
5 min read
Local development environment with Fast API + SQLModel + SQLite + Alembic
This is important to have a working local development environment for quick prototyping and developing CRUD application using Fast API. Here in this post we are going to explore how we can quickly spin up and a local development environment.
Last updated on Oct 16, 2021
6 min read
Cite
×