lucasimi / tda-mapper-python

A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis
https://tda-mapper.readthedocs.io/en/main/
Apache License 2.0
5 stars 1 forks source link

Improve on the usage of default arguments #112

Closed lucasimi closed 1 week ago

lucasimi commented 1 month ago

Using default arguments in function calls can be highly beneficial. It enhances backward compatibility and facilitates easier integration with scikit-learn estimators. Default arguments allow functions to handle optional parameters gracefully, providing flexibility and simplifying code maintenance.