models icon indicating copy to clipboard operation
models copied to clipboard

Premade models for SQLFlow

Results 12 models issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Is it a mistake? assign the variable with itself? https://github.com/sql-machine-learning/models/blob/5dc6421f562ea447e501fa355a48a6ee89856a1d/sqlflow_models/arima_with_stl_decomposition.py#L20-L22

Implementation of the clustering model. The test process will be submitted next time.

Hi, I have some issues when I tried to develop SQLFlow models: * Analysts usually use Dataframe to manipulate data and use it as input to the Keras model. It...

DataScience
DiDi

- Sample SQLFlow custom model: https://github.com/sql-machine-learning/models/blob/develop/sqlflow_models/dnnclassifier.py - Sample ElasticDL custom model: https://github.com/sql-machine-learning/elasticdl/blob/develop/model_zoo/cifar10_subclass/cifar10_subclass.py Related design: https://github.com/sql-machine-learning/sqlflow/pull/949 We should implement the model zoo using the same scheme in SQLFlow and ElasticDL so...

FIX : Update the input method since DenseFeatures cannot take list of numpys as proper input.