rics#
My personal little ML engineering library.
Functions
|
Configure a bunch of stuff to match my personal preferences. |
- configure_stuff(level: int | str = 'INFO', rics_level: int | str = 'INFO', id_translation_level: int | str = 'INFO', matplotlib_level: int | str = 'WARNING', **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
rics.logs.basic_config()andlogging.basicConfig().
Modules
Action level enumeration types. |
|
Collection utilities. |
|
Environment variable interpolation in files and strings. |
|
Utility methods for logging tasks. |
|
Miscellaneous utility methods for Python applications. |
|
Stuff that's specific to working with machine learning. |
|
Performance testing utility. |
|
Plotting utility methods. |