Mentions légales du service

Skip to content
Snippets Groups Projects
  • ANDREY Paul's avatar
    5864510d
    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
    History
    Polish up data-info fields' revision.
    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`.
test_regression.py 11.69 KiB