Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 374 Bytes

supported-data-types.rst

File metadata and controls

11 lines (7 loc) · 374 Bytes

Supported data types

When building models, the supported data types vary per algorithm.

Note

  • All H2O-3 algorithms accept data as numerical and categorical.
  • Word2Vec accepts data as text.

If your data includes timestamps, we recommend that you either convert the data to numeric (if you plan to use the data) or ignore timestamp columns.