click-app VS cookiecutter-data-science

Compare click-app vs cookiecutter-data-science and see what are their differences.

click-app

Cookiecutter template for creating new Click command-line tools (by simonw)

cookiecutter-data-science

A logical, reasonably standardized, but flexible project structure for doing and sharing data science work. (by drivendata)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
click-app cookiecutter-data-science
1 17
229 7,626
- -
5.2 1.6
15 days ago 6 days ago
Python Python
Apache License 2.0 MIT 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.

click-app

Posts with mentions or reviews of click-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-23.
  • Show HN: Logparser – Alternative to GoAccess Written in Python
    4 projects | news.ycombinator.com | 23 Sep 2021
    Suggestion: take the time to package this up for PyPI as something people can install using "pip install" (or "pipx install").

    This is hard the first time you do it, but worth learning because it's a really great way to distribute your Python software.

    I'm giving a talk about how to do this at PyGotham next month, but the notes from that talk are already available and may be useful to you: https://github.com/simonw/pygotham-packaging

    You may also find this cookiecutter template that I use to build and package Python CLI apps helpful: https://github.com/simonw/click-app

cookiecutter-data-science

Posts with mentions or reviews of cookiecutter-data-science. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-05.
  • Questions about Cookiecutter and Anaconda.
    1 project | /r/datascience | 30 Dec 2022
    I opened an Anaconda cmd window and ran `cookiecutter https://github.com/drivendata/cookiecutter-data-science ` . I answered all prompted questions. After searching for a while I found where the project folder was created. However, how do I get this on GitHub? The only thing I can figure out is to create a brand new repo on GitHub with the exact same name, open it in GitHub desktop, click "show in explorer", and then drag and drop all files from the Cookiecutter folder into the GitHub Desktop folder. However to me this does not sound like the intended way to create a new project and put it on GitHub.
  • What should the folder structure of my Python projects be?
    1 project | /r/learnpython | 16 Dec 2022
    I'm not sure what "data scraping" means exactly, but for data science generally I think this is a pretty good template: https://github.com/drivendata/cookiecutter-data-science
  • What are examples of well-organized data science project that I can see on Github?
    6 projects | /r/datascience | 5 Nov 2022
  • How to keep a project organized?
    1 project | /r/learnpython | 15 Jun 2022
    Perhaps this cookiecutter template will help: https://github.com/drivendata/cookiecutter-data-science
  • What are some good DS/ML repos where I can learn about structuring a DS/ML project?
    3 projects | /r/datascience | 27 Feb 2022
    I've found https://github.com/drivendata/cookiecutter-data-science as a guide, but haven't found any repos that solve a problem end to end actually use it. Are there any good repos or resources that exemplify how to solve a DS/ML case end-to-end? Including any UI (a report, stream, dash etc) needed for delivery, handling data, preprocessing, training and local development.
  • Can anyone share how they structure their folder for data engineer project?
    1 project | /r/dataengineering | 22 Jan 2022
  • Personal Projects that are original
    1 project | /r/datascience | 17 Oct 2021
    Project don't need to be 100% original, do the project in a such a way that other people has not done yet. There are plenty of datasets and notebooks available on Kaggle. Those are just bunch of notebooks. Take the inspiration from the notebook and build the project in modular structure and organize your project in proper folders and modules. I am using this cookiecutter for building my portfolio projects. https://github.com/drivendata/cookiecutter-data-science
  • How to resolve ModuleNotFoundError error?
    1 project | /r/learnpython | 1 Aug 2021
    Hi all,I am working on ML project and have created project using the cookiecutter-data-science scaffolding. The structure of the project somewhat looks like this,
  • Workflow for early research projects in your organization?
    2 projects | /r/datascience | 28 Jul 2021
    While data science is not SE, it's fundamental to have some structure in your projects since you want the work to be somewhat reproducible. I recommend you start here https://github.com/drivendata/cookiecutter-data-science Since it's a cookie cutter it will be easier to implement at first since they can create the structure by running a short command, after some time you will tailor it to your specific company needs :) For notebooks it's kind of hard, they can't be peer reviewd that easily since cells are editable even after code has been run, keeping the old result... I recommend tools like deepnote, but I'm not sure how well they work for collaboration in notebooks because I never used them yet, I just know they are working on solving these problems. I hope these things help!
  • Github Discussion: What is your favorite Data Science Repo?
    4 projects | /r/datascience | 24 Jul 2021
    Personally I like using cookiecutter’s data science project template. It is easy to set up and has a clear structure. Here is their github: https://github.com/drivendata/cookiecutter-data-science

What are some alternatives?

When comparing click-app and cookiecutter-data-science you can also consider the following projects:

pyramid-cookiecutter-starter - A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)

MLflow - Open source platform for the machine learning lifecycle

logparser - Command line parser for common log format.

Kedro - Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.

typer - Typer, build great CLIs. Easy to code. Based on Python type hints.

pyscaffoldext-dsproject - 💫 PyScaffold extension for data-science projects

FastAPI-template - Feature rich robust FastAPI template.

projects - Sample projects using Ploomber.

jupyter - Jupyter metapackage for installation, docs and chat

shournal - Log shell-commands and used files. Snapshot executed scripts. Fully automatic.

LightAutoML - LAMA - automatic model creation framework

cookiecutter-datascience-lite - Light `cookiecutter` template for starting data science projects