brightcoder01

Results 47 issues of brightcoder01

Users from community asked about how to build a model in recommendation scenarios. It would be better that we can provide a tutorial of CTR model in the tutorial.

At the present, TO EXPLAIN for XGBoost model only support single machine execution. It will cost a long time for a large dataset. Distributed execution is necessary for performance speed...

Such as the bug reproduce step in issue #2888 , the error message for None value input for XGBoost is as follows: ```TXT Traceback (most recent call last): File "",...

[RFC1738](https://tools.ietf.org/html/rfc1738) is a standard protocol for URL. For example: `mysql://root:[email protected]:3306/dbname`. This schema can be used by some popular package such as `sqlalchemy` directly. The current MySQL data source URL in...

In this issue, we will make investigation on the data preprocessing solution for native PyTorch and fast.ai (High level api library built upon PyTorch and pandas). ## fast.ai [fast.ai](https://www.fast.ai/) is...

data transform
Investigation

BERT: [Github Repo](https://github.com/google-research/bert), [TensorFlow Tutorial](https://www.tensorflow.org/official_models/fine_tuning_bert) Transformer: [TensorFlow Tutorial](https://www.tensorflow.org/tutorials/text/transformer) ##### Points - How to read the data from MaxCompute table? - How to run BERT in a distributed way?

User usually use `sqlflow/sqlflow:step` as the base image to build the Runnable image. The base image contains the SQLFlow step binary and runtime library. And then runnable authors publish the...

SQLFlow extends the SQL syntax to describe the end-to-end machine learning pipeline. The end-to-end solution includes the model serving. The data transformation logic is consistent between training and serving stage....

Investigation