Mentions légales du service

Skip to content
Snippets Groups Projects
  1. May 03, 2023
  2. Apr 26, 2023
  3. Mar 14, 2023
  4. Mar 13, 2023
    • ANDREY Paul's avatar
      9ce1ef7d
    • ANDREY Paul's avatar
      Improve `run_as_processes` to capture exceptions and outputs. · 9dd5fcc4
      ANDREY Paul authored
      * Add exceptions and outputs catching to multiprocessed routines.
      * Change the output signature of `run_as_processes` to return a bool
        flag indicating success, and a list of routine-wise output value or
        RuntimeError (that may either result from an actual failure or from
        the process having been interrupted due to another one's failure).
      * Add `auto_stop` parameter to enable disabling the default automated
        interruption of processes once any of them has failed.
      9dd5fcc4
  5. Mar 08, 2023
    • ANDREY Paul's avatar
      Polish up data-info fields' revision. · 5864510d
      ANDREY Paul authored
      Data-info fields:
      * Rename "single_input_shape" to "features_shape".
      * Move deprecation warnings to `combine` classmethod as the data-
        info fields are never instantiated.
      * Make these deprecation warnings more verbose.
      * On the side, remove some redundant-with-parent type hints.
      
      Models:
      * Have "features_shape" verification happen for both regression
        and classification variants of `SklearnSGDModel`.
      * Remove requirement for "n_samples" in `TensorflowModel`.
      5864510d
  6. Mar 07, 2023
  7. Mar 02, 2023
Loading