60-Days-of-Data-Science-and-ML VS hamilton

Compare 60-Days-of-Data-Science-and-ML vs hamilton and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
60-Days-of-Data-Science-and-ML hamilton
5 26
22 878
- -
10.0 8.1
over 1 year ago about 1 year ago
Jupyter Notebook Python
- BSD 3-clause Clear License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

60-Days-of-Data-Science-and-ML

Posts with mentions or reviews of 60-Days-of-Data-Science-and-ML. We have used some of these posts to build our list of alternatives and similar projects.
  • 60 Days of Data Science and Machine Learning
    1 project | dev.to | 15 Sep 2022
    Day 31 - Machine Learning Linear Regression
    1 project | dev.to | 6 Sep 2022
    Followings are fourth week of this series. You can find them on my GitHub. You can run all the notebook on colab or jupyter notebook as well.
    1 project | dev.to | 24 Aug 2022
    Day 15 - Repression Part2
    1 project | dev.to | 19 Aug 2022
    Day 1 - Python Basics Part1
    1 project | dev.to | 17 Aug 2022

hamilton

Posts with mentions or reviews of hamilton. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • Write production grade pandas (and other libraries!) with Hamilton
    2 projects | /r/Python | 27 Feb 2023
    And find the repository here: https://github.com/dagworks-inc/hamilton/
  • Useful libraries for data engineering in various programming languages
    1 project | /r/dataengineering | 16 Sep 2022
    Python - https://github.com/stitchfix/hamilton (author here). It's great if you want your code to be always unit testable and documentation friendly, and you want to be able to visualize execution. Blog post on using it with Pandas https://link.medium.com/XhyYD9BAntb.
  • Cognitive Loads in Programming
    5 projects | news.ycombinator.com | 31 Aug 2022
    Yes! As one of the creators of https://github.com/stitchfix/hamilton this was one of the aims. Simplifying the cognitive burden for those developing and managing data transforms over the course of years, and in particular for ones they didn't write!

    For example in Hamilton -- we force people to write "declarative functions" which then are stitched together to create a dataflow.

    E.g. example function -- my guess is that you can read and understand/guess what it does very easily.

  • Prefect vs other things question
    2 projects | /r/mlops | 3 Aug 2022
    For (1) there are quite a few options - prefect is one, metaflow is another, airflow, dagster, even https://github.com/stitchfix/hamilton (core contributor here), etc.
  • Field Lineage
    4 projects | /r/dataengineering | 2 Aug 2022
    If you're want to do more python https://github.com/stitchfix/hamilton allows you to model dependencies at a columnar (field) level.
  • Show HN
    1 project | news.ycombinator.com | 1 Aug 2022
  • [D] Is anyone working on interesting ML libraries and looking for contributors?
    4 projects | /r/MachineLearning | 17 Jun 2022
    Take a look at https://github.com/stitchfix/hamilton - we're after contributors who can help us grow the project, e.g. make documentation great, dog fooding features and suggesting/contributing usability improvements.
  • Useful Python decorators for Data Scientists
    1 project | /r/Python | 23 May 2022
    For a real world example of their power, we built an entire framework (https://github.com/stitchfix/hamilton) at Stitch Fix, where a lot of cool magic is provide via decorators - see https://hamilton-docs.gitbook.io/docs/reference/api-reference/available-decorators and these two source files (https://github.com/stitchfix/hamilton/blob/main/hamilton/function_modifiers_base.py, https://github.com/stitchfix/hamilton/blob/main/hamilton/function_modifiers.py ). Note we do some non-trivial stuff via them.
  • unit tests
    1 project | /r/mlops | 23 May 2022
    For data processing/transform code, I would recommend looking at https://github.com/stitchfix/hamilton, especially if you're trying to test pandas code. Short getting started here - https://towardsdatascience.com/how-to-use-hamilton-with-pandas-in-5-minutes-89f63e5af8f5 (disclaimer: I'm one of the authors).
  • Dealing with hundreds of customer/computed columns
    1 project | /r/dataengineering | 19 May 2022
    The python package, hamilton, from Stitch Fix (https://hamilton-docs.gitbook.io/docs/) can help manage transformations on pandas dataframes. This DAG of transformations is managed separately in a file - so it can be versioned, in case the transformations change. The memory required is reduced, because only the API call tables and mapping parameter table have to be in memory. The calculated columns can be produced as needed. Just like dbt, transformations are separate from the source tables - but hamilton can be used on any python object - not just dataframes. dbt is SQL based.

What are some alternatives?

When comparing 60-Days-of-Data-Science-and-ML and hamilton you can also consider the following projects:

data-science-notes - Notes of IBM Data Science Professional Certificate Courses on Coursera

prosto - Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby

MAPIE - A scikit-learn-compatible module for estimating prediction intervals.

versatile-data-kit - One framework to develop, deploy and operate data workflows with Python and SQL.

eip1559_analysis - Can we estimate the economic impact of EIP-1559 on miners? This repository try to estimate the loss of miners' revenue coming from transactions fees, using Ethereum historical data.

plumbing - Prismatic's Clojure(Script) utility belt

collatz-conjecture - A calculator as Jupyter Lab notebook for Collatz Conjecture or commonly known as 3x+1 problem.

OpenLineage - An Open Standard for lineage metadata collection

orange - 🍊 :bar_chart: :bulb: Orange: Interactive data analysis

composer - Supercharge Your Model Training

linear-regression-from-scratch - A data science project for part II physics project E (surveying using stars)

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust