From e5b9f9863717801a8ed8a08aeb23169911aaa27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 27 Jan 2025 19:10:39 +0000 Subject: [PATCH] chore: add text --- about.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/about.md b/about.md index d85149b..0980afb 100644 --- a/about.md +++ b/about.md @@ -17,11 +17,12 @@ Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforc # What is done so far ? -- [X] Good look and feel and interactions among processing, analisys and presentation -- [X] Using better software packages management -- [X] A notebook open lyke [Marimo](https://marimo.io/) to support alternative dataframes engines like [Polars](https://pola.rs/) rather than [Pandas](https://pandas.pydata.org/) -- [X] Use settings and structures to play with different settins and options -- [X] Implement a customize [LSTM](https://en.wikipedia.org/wiki/Long_short-term_memory) within notebooks +- [X] Good look and feel and interactions among processing, analisys and presentation layers +- [X] Using better software packages management like [uv](https://docs.astral.sh/uv/) to complement Python **pip** +- [X] A notebook open like [Marimo](https://marimo.io/) to support alternative dataframes engines like [Polars](https://pola.rs/) rather than [Pandas](https://pandas.pydata.org/) +- [X] Use settings and structures to play with different settinigs and options +- [X] Implement a customize one [LSTM](https://en.wikipedia.org/wiki/Long_short-term_memory) model within notebooks +- [X] Use of different metrics to apply to the training models with custumezable adjustments - [X] Use notebooks as python scripts for command-line use cases like collect predictions or automatic train models - [X] Use [Dry](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) to reuse code and centralize common tasks like settings or loading resources. This is main use and existence of [lib_perfspec.py](learning/python/lib_perfspec.py) - [X] Spliting basic tasks among seveal specific **notebooks**: