Commit Graph

  • 3a044a76e3 Weighted token model config David Kyle 2023-01-25 10:09:25 +00:00
  • d5578637cb
    Choose text_embedding from auto when task type is unknown but its a sentence-transfomers model (#516) Benjamin Trent 2023-02-09 12:50:30 -05:00
  • 0576114a1d
    [ML] Export ML model as sklearn Pipeline (#509) Valeriy Khakhutskyy 2023-02-01 16:17:06 +01:00
  • 2ea96322b3
    Update to latest ES versions and fix unit tests (#512) Valeriy Khakhutskyy 2023-01-31 20:55:29 +01:00
  • c55516f376
    Fixes for two type hinting issues David Kyle 2023-01-04 15:53:09 +00:00
  • 211cc2c83f
    Handle OSError for missing LightGBM dependency David Kyle 2022-11-02 16:32:27 +00:00
  • 82e34dbddb
    Minor formatting fix for ML docs Benjamin Trent 2022-10-20 10:47:55 -04:00
  • a8c8726634
    [ML] add text_similarity task support (#486) Benjamin Trent 2022-08-01 09:04:34 -04:00
  • 11ea68a443
    Add docker steps for eland model upload (#489) Benjamin Trent 2022-07-21 15:27:19 -04:00
  • fbb01e5698
    [DOCS] Adds important note about PyTorch version compatibility. (#487) István Zoltán Szabó 2022-07-13 12:41:35 +02:00
  • c97e69410d
    Release v8.3.0 v8.3.0 Seth Michael Larson 2022-07-11 13:14:13 -05:00
  • 0eb36faa5b
    Restrict PyTorch version not to be more advanced than that used in Elasticsearch (#479) David Kyle 2022-07-07 14:56:42 +01:00
  • 947d4d22a9
    Update python example (#477) Benjamin Trent 2022-06-28 13:01:49 -04:00
  • 23706e05b8
    Add more exclusions to the dockerignore file David Kyle 2022-06-28 16:34:02 +01:00
  • 8892f4fd64
    [ML] adds new auto task type that attempts to automatically determine NLP task type from model config (#475) Benjamin Trent 2022-06-23 08:32:23 -04:00
  • 8448b3ba4e
    Bump minimum PyTorch version to 1.11 David Kyle 2022-06-21 13:43:43 +01:00
  • 081c8efaa0
    Freeze the traced PyTorch model David Kyle 2022-06-21 13:43:18 +01:00
  • ec041ffdfd
    [ML] ensure quantization is applied (#472) Benjamin Trent 2022-06-15 09:23:24 -04:00
  • 07af00c741
    [DOCS] Include missing attributes (#468) Lisa Cawley 2022-05-31 15:50:11 -07:00
  • bbe7a70cb9 Also pin traitlets Seth Michael Larson 2022-05-31 16:23:33 -05:00
  • 14821a8b09 Remove 'numpydoc' to stop reformatting Seth Michael Larson 2022-05-31 16:10:59 -05:00
  • 673065ee42 Stop explicitly pulling master Seth Michael Larson 2022-05-31 08:24:11 -05:00
  • 845c055d7c
    [DOCS] Adds question_answering task type for eland_import_hub_model Lisa Cawley 2022-05-31 12:37:51 -07:00
  • a4838f4d22
    Ignore type checking for agg_value Nigel Small 2022-05-31 15:23:15 +01:00
  • 9d342dd91f Ignore type checking for agg_value Nigel Small 2022-05-31 14:19:41 +01:00
  • 09dd56c399
    Add authentication methods for import model script (#466) Lisa Cawley 2022-05-18 07:44:37 -07:00
  • fa30246937
    [ML] fixes decision tree classifier upload to account for probabilities (#465) Benjamin Trent 2022-05-17 08:11:20 -04:00
  • 5bbb8e484a Release 8.2.0 v8.2.0 Seth Michael Larson 2022-05-05 17:25:31 -05:00
  • 650e02d16e
    [ML] improve general pytorch model import and add tests (#463) Benjamin Trent 2022-05-05 10:50:53 -04:00
  • 70fadc9986
    [ML] add support for question_answering NLP tasks (#457) Benjamin Trent 2022-05-04 13:15:33 -04:00
  • afe08f8107
    [ML] Improve NLP model import by using nicely defined types (#459) Benjamin Trent 2022-05-03 15:19:03 -04:00
  • 3255f55d71 Fix --es-api-key argument help text David Olaru 2022-04-27 19:42:03 +01:00
  • 492bb9683a Add support for Cloud ID to hub model import script David Olaru 2022-04-27 19:40:56 +01:00
  • fe3422100c
    Hub model import script improvements (#461) David Olaru 2022-04-27 15:13:58 +01:00
  • b5ea1cf228
    Align dependencies between requirement files and setup.py (#460) David Olaru 2022-04-27 13:14:49 +01:00
  • 8294224e34
    [ML] Fix XGBoost model import for xgboost>=1.6 Benjamin Trent 2022-04-20 10:20:50 -04:00
  • cb839a9ac9
    Release 8.1.0 v8.1.0 Seth Michael Larson 2022-03-31 17:12:26 -05:00
  • 76a52b7947
    Add support for eland.Series.unqiue() P. Sai Vinay 2022-03-31 19:03:15 +05:30
  • 15a3007288
    [ML] add roberta bart transformer upload support (#443) Benjamin Trent 2022-03-14 12:26:12 -04:00
  • 5678525b15
    Fix mypy type errors for elasticsearch-python v8.0.0 David Kyle 2022-03-08 23:50:39 +00:00
  • 5c5e5af54d
    Add --ca-certs and --insecure option for configuring TLS David Kyle 2022-03-08 21:44:13 +00:00
  • abd05df50b
    Release 8.0.0 v8.0.0 Seth Michael Larson 2022-02-10 14:29:54 -06:00
  • e3bff8a623
    Add option to disable schema enforcement for pandas_to_eland Ashton Sidhu 2022-01-14 08:35:58 -05:00
  • 9206941659
    [DOCS] Adds NLP with PyTorch section to ML-related page in Eland docs István Zoltán Szabó 2022-01-11 16:08:00 +01:00
  • 72856e2c3f
    [ML] Add support for MPNet PyTorch models Benjamin Trent 2022-01-10 12:21:30 -05:00
  • 64daa07a65
    Using the 'date' field for datetime64+timezone columns Ashton Sidhu 2022-01-04 23:03:49 -05:00
  • 3db93cd789
    Allow using datetime types in filters Florian Winkler 2022-01-04 21:46:18 +01:00
  • c14bc24032
    Release 8.0.0-beta1 v8.0.0b1 Seth Michael Larson 2021-12-16 07:42:38 -06:00
  • ffe7c792dc
    Update Notebook examples for 8.0 Seth Michael Larson 2021-12-15 16:01:32 -06:00
  • cd0897f5d7
    Add a warning when connecting to incompatible Elasticsearch versions Seth Michael Larson 2021-12-15 14:08:20 -06:00
  • 109387184a
    Support the v8.0 Elasticsearch client Seth Michael Larson 2021-12-09 15:01:26 -06:00
  • 1ffbe002c4
    Upgrade PyTorch dependencies to latest Josh Devins 2021-12-06 16:05:54 +01:00
  • e6bb917d83
    Add quotes to versions in test-matrix.yml Seth Michael Larson 2021-12-03 09:37:37 -06:00
  • 4e489de424
    Bump version to 8.0.0 Seth Michael Larson 2021-12-02 08:41:11 -06:00
  • f98ebd4c29
    Update Jenkins jobs for 8.x and 7.x Seth Michael Larson 2021-12-01 14:01:48 -06:00
  • 5bc1a824a7
    Add PyTorch modules to noxfile Josh Devins 2021-11-29 17:03:25 +01:00
  • 7209f61773
    Adds max_length padding to transformer tracing (#411) Josh Devins 2021-11-11 13:18:55 +01:00
  • a3b0907c5b
    [ML] Add inference results tests for PyTorch transformer models Benjamin Trent 2021-11-10 07:50:10 -05:00
  • 66e3e4eaad
    Set 'script.max_compilations_rate: use-context' Seth Michael Larson 2021-11-02 09:09:25 -05:00
  • 1e5b475bee
    Adds NLP with PyTorch basic example to README Josh Devins 2021-11-02 14:00:33 +01:00
  • df51f8af07
    Document how to install transitive binary dependencies, add repo Dockerfile Josh Devins 2021-10-28 19:05:39 +02:00
  • 19014f1227
    Avoid DeprecationWarnings when using the new Elasticsearch client (7.15+) Seth Michael Larson 2021-10-28 09:24:36 -05:00
  • 79b66eb6b4
    Updating node type to larger ubuntu node (#404) Benjamin Trent 2021-10-25 15:48:26 -04:00
  • d39c1cd784
    [ML] Make eland_import_hub_model an installable script Benjamin Trent 2021-10-19 12:29:58 -04:00
  • 704c8982bc
    Optimize to_pandas() internally to improve performance P. Sai Vinay 2021-10-13 23:53:04 +05:30
  • 6088f2e39d
    [DOCS] Retitle Eland Python Client docs book James Rodewig 2021-10-12 21:22:17 -04:00
  • f9d2defb1b
    Add number_samples to sklearn MLModel P. Sai Vinay 2021-10-07 18:44:54 +05:30
  • 014943d3b8
    Add initial implementation of PyTorch ML models Josh Devins 2021-10-06 15:44:40 +02:00
  • 995f2432b6
    Add number_samples to LightGBM MLModel and leaf_count to leaf nodes P. Sai Vinay 2021-09-30 18:43:44 +05:30
  • dabb327b8b
    Refactor df.info() for better readability P. Sai Vinay 2021-09-29 01:42:29 +05:30
  • bc201e22dd
    Improve coverage for eland.dataframe P. Sai Vinay 2021-09-29 01:41:57 +05:30
  • b8e192b7d0
    Rename Jenkins job to 'main' Seth Michael Larson 2021-09-28 10:07:16 -05:00
  • f241ae971a
    Add flynt and --cov-report=term-missing P. Sai Vinay 2021-09-21 21:48:01 +05:30
  • 7aabc88e4a
    Rename 'master' branch to 'main' Seth Michael Larson 2021-09-08 11:51:50 -05:00
  • 77f9a455e9
    Fix docstring formatting Jabin Kong 2021-09-08 00:40:19 +08:00
  • 315f94b201
    Add excluded lines for coverage and improve coverage P. Sai Vinay 2021-09-07 22:09:19 +05:30
  • a50c3657c4
    Release v7.14.1b1 v7.14.1b1 Seth Michael Larson 2021-08-30 13:37:26 -05:00
  • 7a2e845a76
    Speedup CI by only installing Nox in Dockerfile Seth Michael Larson 2021-08-20 08:39:02 -05:00
  • 1aa193da9e
    Add iterrows() and itertuples() to DataFrame Jabin Kong 2021-08-20 21:34:52 +08:00
  • e4f88a34a6
    Yield list of hits from _search_yield_hits() instead of individual hits Seth Michael Larson 2021-08-17 12:16:10 -05:00
  • 011bf29816
    Simplify ES->pandas logic by removing Collectors P. Sai Vinay 2021-08-16 22:52:02 +05:30
  • 76d83ea47f
    Bump version to 7.14.0b1 v7.14.0b1 Seth Michael Larson 2021-08-09 09:21:49 -05:00
  • b0c8434c06
    Release 7.14.0b1 Seth Michael Larson 2021-08-09 09:11:57 -05:00
  • 15ba8d3e02
    Fallback on using scroll searches for Elasticsearch <7.12 Seth Michael Larson 2021-08-08 12:19:41 -05:00
  • 30876c8899
    Switch to Point-in-Time with search_after instead of using scroll APIs P. Sai Vinay 2021-08-08 02:35:33 +05:30
  • 8f84a315be
    Add test case for pseudohubererror for XGBoost P. Sai Vinay 2021-08-07 02:29:48 +05:30
  • d3f8d7b8f6
    Optimize FieldMappings.aggregate_field_name() method P. Sai Vinay 2021-08-06 21:57:59 +05:30
  • 54b497ed9a
    Update supported versions of Python, pandas, and Elasticsearch Seth Michael Larson 2021-08-04 13:21:17 -05:00
  • 823f01cc6c
    Add type hints to 'eland.operations' and 'eland.ndframe' P. Sai Vinay 2021-08-02 22:20:35 +05:30
  • c0e861dc77
    Fix installed pandas version on Jenkins P. Sai Vinay 2021-07-31 23:21:11 +05:30
  • 4c1af42c14
    Add idxmax and idxmin methods to DataFrame P. Sai Vinay 2021-07-28 18:25:26 +05:30
  • c74fccbd74
    Drop support for Python 3.6, pandas<1.2 Seth Michael Larson 2021-07-27 14:43:03 -05:00
  • 193bcb73ef
    Add support for Pandas v1.3 and LightGBM v3.x P. Sai Vinay 2021-07-27 21:31:35 +05:30
  • 22475cdc46
    Add PANDAS_VERSION to Jenkins matrix P. Sai Vinay 2021-07-26 21:47:46 +05:30
  • 1555ea9534
    Fix typo in version number v7.13.0b1 Seth Michael Larson 2021-06-22 12:03:46 -05:00
  • 16178dfb5d
    Release 7.13.0b1 Seth Michael Larson 2021-06-22 11:59:27 -05:00
  • ac2efb5863
    Optimize df.describe() to use aggregations instead of own query P. Sai Vinay 2021-06-22 21:59:54 +05:30
  • 5fe32a24df
    Add quantile() to DataFrameGroupBy P. Sai Vinay 2021-06-22 21:24:33 +05:30
  • 7e8520a8ef
    Remove deprecated code in XGBoost and test suite P. Sai Vinay 2021-06-09 01:49:56 +05:30
  • e9c0b897f5
    Add quantile() to DataFrame and Series P. Sai Vinay 2021-06-08 23:32:44 +05:30