rics#
My personal little ML engineering library.
Functions
|
Configure a bunch of stuff to match my personal preferences. |
- configure_stuff(level: int | str = 20, rics_level: int | str = 20, id_translation_level: int | str = 20, matplotlib_level: int | str = 30, **kwargs: Any) None[source]#
Configure a bunch of stuff to match my personal preferences. May do strange stuff 👻.
Warning
This function can and will change without warning, and will not be documented in the changelog. Don’t use for anything important.
- Parameters:
level – Log level for the root logger. Default is
logging.INFO.rics_level – Log level for the
ricspackage. Default islogging.INFO.id_translation_level – Log level for the
id_translationpackage. Default islogging.INFO.matplotlib_level – Log level for the
matplotlibpackage. Default islogging.WARNING.**kwargs – Keyword arguments for
logging.basicConfig().
Modules
Action level enumeration types. |
|
Environment variable interpolation in files and strings. |
|
Utility methods for logging tasks. |
|
Mapping implementations for matching groups of elements. |
|
Miscellaneous utility methods for Python applications. |
|
Stuff that's specific to working with machine learning. |
|
Utility functions for |
|
Performance testing utility. |
|
Plotting utility methods. |
|
String utility methods for Python applications. |
|
The contents under this passage are work in progress and may change without notice. |