Feature highlight! (from <Top 10 features added to...
# announcements
m
Feature highlight! (from Top 10 features added to the Kedro ecosystem in 2024) Customise your project on creation 🖌️ One of the core value propositions of Kedro is its role as a framework for users to adopt software engineering best practices for data science. When you create a new Kedro project, we set it up to follow the template of a typical, well-structured data science codebase, much like Create React App from the front-end world. Kedro was created with the view that we should include everything in a new data science project that users need for software best practices. To address the feedback that Kedro was intimidating for new users and too opinionated for advanced users with their own way of doing things, we now enable you to customise what is included in a new project. You can make a basic, empty, project or create a full-featured spaceflights example that includes every tool we recommend. Or you can put something together customised for your particular needs. When running
kedro new
the CLI now offers the option to select the tools you’d like to include in the project. meow code Brought to you by: @Laura Couto @Sajid Alam @Dmitry Sorokin K Available from: Kedro
0.19.0
📖 Read more: https://docs.kedro.org/en/stable/starters/new_project_tools.html