Skip to content

Release v0.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@typhoonzero typhoonzero released this 16 Sep 05:26
· 1 commit to release-0.1 since this release
db95106

SQLFlow release v0.1.0-rc.1 is the first release candidate of SQLFlow.

The current version includes the following features:

  • Database Support
  • Machine Learning Systems and Models Support
  • Feature Columns Supported When Using Tensorflow or Keras Models:
    • numeric_column
    • bucket_column
    • cross_column
    • category_id_column
    • sequence_category_id_column
  • Column Data Type Support:
    • FLOAT/INT/BIGINT
    • VARCHAR/TEXT
      • CSV formatted DENSE Tensor
      • CSV formatted SPARSE Tensor
  • Support Standalone Deployment and Session support: #531
  • Deploy on Kubernetes Cluster: #537
  • Unsupervised Training with Clustering Model: #737
  • Analyze the Machine Learning Mode: analyzer_design.md