Commits
User selector
Commit History
Commits on Dec 26, 2022
Bump tensorflow from 2.7.2 to 2.9.3 in /elasticdl_preprocessing (#2543)
Show description for d723226authored
Commits on Sep 27, 2022
Bump tensorflow from 2.5.2 to 2.7.2 in /elasticdl_preprocessing (#2540)
Show description for 22e7099authored
Commits on Nov 17, 2021
Bump tensorflow from 2.5.1 to 2.5.2 in /elasticdl_preprocessing (#2533)
Show description for 67955cbauthored
Commits on Sep 2, 2021
Bump tensorflow from 2.1.2 to 2.5.1 in /elasticdl_preprocessing (#2523)
Show description for 2dcdce6authored
Commits on Sep 28, 2020
Bump tensorflow from 2.1.0 to 2.1.2 in /elasticdl_preprocessing (#2308)
Show description for 25223a6authored
Commits on Jun 20, 2020
- authored
Commits on Jun 19, 2020
Commits on Jun 18, 2020
Move elasticdl_preprocessing folder out of the elasticdl main package in the wheel deployment. (#2044)
Show description for 53e329cauthored
Commits on Jun 13, 2020
Add copyright (#2008)
Show description for 9d99140authored
Commits on Jun 12, 2020
Commits on Jun 11, 2020
Set packages in the setup.py of elasticdl_preprocessing (#1991)
Show description for 5075e16authored
Commits on Jun 9, 2020
Add a setup.py for elasticdl_preprocessing. (#1965)
Show description for a9ddec3authored
Commits on Jun 4, 2020
ConcatenateWithOffset return inputs directly if the inputs is not a list (#1956)
Show description for a71edc4authored
Commits on May 27, 2020
Cast value to float test before operating normalization (#1952)
Show description for 4e34da6authored
Commits on May 25, 2020
Raise a ValueError when the divisor is 0. (#1949)
Show description for be5af96authored
Commits on May 24, 2020
Concatenate supports inputs with one tensor (#1948)
Show description for 4d52e91authored
Commits on May 19, 2020
Return the bin number of Discretization (#1946)
Show description for e7960e0authored
Commits on May 13, 2020
Create env name template for analysis result (#1945)
Show description for 7ea8185authored
Commits on May 7, 2020
Commits on Apr 27, 2020
Rename @model_input_names to @declare_model_inputs. (#1929)
Show description for e464467authored
Commits on Apr 22, 2020
Add decorator to declare the input tensor names of keras subclass model. (#1920)
Show description for eefcb31authored
Commits on Apr 20, 2020
Add LogRound layer to convert numeric values to integer IDs (#1916)
Show description for ae06ba0authoredAdd a util to get analysis result from the environment (#1907)
Show description for 09a9029authored
Commits on Apr 17, 2020
Move SparseEmbedding into elasticdl_preprocessing. (#1917)
Show description for 41acebcauthored
Commits on Apr 14, 2020
Commits on Apr 8, 2020
Commits on Apr 7, 2020
Commits on Apr 4, 2020
Commits on Apr 2, 2020
Add the sample model to describe that the interface between transform code and model definition is tensors. (#1887)
Show description for 98ee65eauthored
Commits on Mar 30, 2020
Layer to convert tensor to ragged tensor dropping the ignored value (#1862)
Show description for 6ee7c6eauthored
Commits on Mar 26, 2020
Layer to convert Tensor to SparseTensor dropping ignore values (#1860)
Show description for 29a8060authored
Commits on Mar 25, 2020
IndexLookup layer to map strings from a vocabulary to integer indices (#1864)
Show description for d757e70authoredSupport concatenating the tensor adding offset. (#1846)
Show description for 55d8f94authoredHashing preprocessing layer to convert categorical inputs to zero-based integer values (#1859)
Show description for 3a57c42authored
Commits on Mar 22, 2020
Discretization layer to bucket data into discrete ranges (#1863)
Show description for 07dbaebauthored