mindsdb

The platform for customizing AI from enterprise data

OTHER License

Downloads
29.1K
Stars
21.4K
Committers
824

Bot releases are hidden (Show)

mindsdb - v22.4.3.0

Published by StpMax over 2 years ago

mindsdb - v22.4.2.1

Published by StpMax over 2 years ago

  • fixed issue with TS queries
mindsdb - v22.4.2.0

Published by StpMax over 2 years ago

mindsdb - v22.3.5.0

Published by StpMax over 2 years ago

mindsdb - v22.3.4.3

Published by StpMax over 2 years ago

mindsdb - v22.3.4.2

Published by fromdavelewis over 2 years ago

mindsdb - v22.3.4.1

Published by StpMax over 2 years ago

mindsdb - v22.3.4.0

Published by StpMax over 2 years ago

mindsdb - v22.3.3.0

Published by StpMax over 2 years ago

mindsdb - v22.3.2.0

Published by fromdavelewis over 2 years ago

  • db-refactor-alt
  • fix-select-from-unexisting-files
  • fix_mlflow_join
  • datasource_to_dataset_bugfix
  • byom_fixes_2
  • nlp_api
  • docs_add_dbt_mlflow_gettingstarted
  • get-data-from-query
mindsdb - v22.3.1.0

Published by StpMax over 2 years ago

  • documentation updates
  • bug fixes
  • sql DESCRIBE command is updated
mindsdb - v22.2.4.1

Published by StpMax over 2 years ago

  • fixed issues with 'show charset' and 'show variable'
mindsdb - v22.2.4.0

Published by StpMax over 2 years ago

  • 'BRING YOUR OWN MODEL' prototype
  • documentation updates
  • bugfixes
mindsdb - v22.2.2.1

Published by StpMax over 2 years ago

  • fix installation issue
mindsdb - v22.2.2.0

Published by StpMax over 2 years ago

  • DESCRIBE command is updated
  • updates of documentation
  • bugfixes
mindsdb - v22.2.1.2

Published by StpMax over 2 years ago

mindsdb - v22.2.1.1

Published by StpMax over 2 years ago

  • updates of documentations
  • updates of requirements
mindsdb - v22.2.1.0

Published by StpMax over 2 years ago

  • new way to specify parameters for predictors. Now, instead of USING {JSON} prefer way will be: USING key=value, another_key.subkey={JSON}, etc
  • beta feature: views.
    Create view:
    create view view_name from datasource_name (select * from table);
    List views:
    show views;
    Create predictor from view:
    create predictor predictor_name from views (select * from vies_name) predict column_name
  • beta feature: now possible train predictors from files:
    create predictor predictor_name from files (select * from file_name) predict column_name
  • returning correct error codes for sql exceptions (previously we always returned 'syntax error' code on any error)
  • fix: TS predictions for multiple groups now return correct result
mindsdb - v22.1.4.1

Published by StpMax over 2 years ago

mindsdb - v22.1.4.0

Published by StpMax over 2 years ago