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.12.4.0

Published by StpMax almost 2 years ago

New data handlers:

  • Vitess

Lots of bug fixes, including:

  • fixed: wrong time format in output of timeseries prediction
  • fixed: sometime columns order in output is wrong

Documentation updates

mindsdb - v22.11.4.3

Published by ea-rus almost 2 years ago

Fixes

  • Hugging Face required parameters (e.g. 'task') are not checked before model is created
  • Mongo:
    • create predictor from mongo: integration and query are optional
    • join model and table in mongo: query is optional
  • Fix imports for new ML module dataprep_ml
    Changes
  • check model metadata before creation
    • pytorch has to be in tags
    • metadata.pipeline_tag equal model task
  • Improved base error message if model fails post-download
mindsdb - v22.11.4.2

Published by ea-rus almost 2 years ago

Fix for HF:

  • data_integration_ref can be None
mindsdb - v22.11.4.1

Published by StpMax almost 2 years ago

  • fix for 'retrain' of old models
mindsdb - v22.11.4.0

Published by StpMax almost 2 years ago

New features:

  • Managing model versions: set active, querying particular version and other
  • Tagging of models

New data handlers:

  • Vitess
  • OpenGauss

Other:

  • improved error messaging in some cases
  • improved reading of csv files
  • various bigfixes and improvements
mindsdb - v22.11.3.2

Published by StpMax almost 2 years ago

  • fix for 'RETRAIN MODEL'
mindsdb - v22.11.3.0

Published by StpMax almost 2 years ago

  • Migrating to projects structure.
    Project - is virtual database containing models and views. mindsdb database becomes a project. Please see documentation for more information about projects.
  • new version of Lightwood as default ML engine
  • сhanging working with database, logs, configs to be able run components independently
  • massive documentation update.
  • various improvements and bugfixes.

New data handlers:

  • Databend
  • Solr
  • Impala
  • Google Sheets
  • TDEngine
  • Orioledb
  • StarRocks
  • Oceanbase

New ML engines:

  • Huggingface
  • Merlion
mindsdb - v22.10.2.1

Published by StpMax about 2 years ago

New handlers:

  • SAP HANA
  • Teradata

Various fixes and documentation update

mindsdb - v22.9.5.4

Published by StpMax about 2 years ago

  • fix for saving model to storage on 'retrain'
mindsdb - v22.9.5.3

Published by StpMax about 2 years ago

  • fix for timeseries predictions
mindsdb - v22.9.5.2

Published by StpMax about 2 years ago

  • fix for predictors storage
mindsdb - v22.9.5.1

Published by StpMax about 2 years ago

Fixes:

  • missed requirement for Ludwig handler
  • when downloading files from s3

Documentation update.

mindsdb - v22.9.4.0

Published by StpMax about 2 years ago

hew handlers:

  • Hive
  • D0lt
  • YugabyteDB
  • TimescaleDB

bugfixes:

  • predictor entry will appear in 'predictors' table immediately after the "retrain predictor" call, without delay.
  • no more unnecessary 'null' records in the output of timeseries prediction

updates of documentation

mindsdb - v22.9.3.1

Published by StpMax about 2 years ago

  • updated Lightwood dependency
mindsdb - v22.9.3.0

Published by StpMax about 2 years ago

  • cache for prediction
  • new handler: YugabyteDB
  • various fixes and improvements
mindsdb - v22.8.5.0

Published by StpMax about 2 years ago

  • New handlers:
    Elasticsearch
    IBM Informix
    Matrixone
    D0lt
    Druid
    Monetdb
  • Predictors versioning. Now you can view history of predictor retraining in the 'mindsdb.predictors_versions' table.
  • Improvements of 'DESCRIBE PREDICTOR' output
  • various bugfixes
mindsdb - v22.8.4.1

Published by StpMax about 2 years ago

Fixed wrong dependency for BigQuery handler

mindsdb - v22.8.4.0

Published by StpMax about 2 years ago

New handlers:

  • Amazon S3
  • Vertica
  • Airtable
  • Crate DB
  • Apache Pinot
mindsdb - v22.8.3.1

Published by StpMax about 2 years ago

  • DataStax handler
  • DynamoDB handler
mindsdb - v22.8.3.0

Published by StpMax about 2 years ago

  • BigQuery handler
  • MongoDB handler improvements