Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/feature/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ sample_weight_fields: 'col_name'
- --ODPS_CONFIG_FILE_PATH: 该环境变量指向的是odpscmd的配置文件
- 在[DataWorks](https://workbench.data.aliyun.com/)的独享资源组中安装pyfg,「资源组列表」- 在一个调度资源组的「操作」栏 点「运维助手」-「创建命令」(选手动输入)-「运行命令」
```shell
/home/tops/bin/pip3 install http://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg071-0.7.1-cp37-cp37m-linux_x86_64.whl --index-url=https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.cloud.aliyuncs.com
/home/tops/bin/pip3 install http://tzrec.oss-cn-beijing.aliyuncs.com/third_party/pyfg073-0.7.3-cp37-cp37m-linux_x86_64.whl --index-url=https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.cloud.aliyuncs.com
```
- 在DataWorks中建立`PyODPS 3`节点运行FG,节点调度参数中配置好bizdate参数
```
from pyfg071 import offline_pyfg
from pyfg073 import offline_pyfg
offline_pyfg.run(
o,
input_table="YOU_PROJECT.TABLE_NAME",
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ grpcio-tools<1.63.0
numpy<2
pandas
psutil
pyfg @ https://tzrec.oss-accelerate.aliyuncs.com/third_party/pyfg-0.7.1-cp311-cp311-linux_x86_64.whl ; python_version=="3.11"
pyfg @ https://tzrec.oss-accelerate.aliyuncs.com/third_party/pyfg-0.7.1-cp310-cp310-linux_x86_64.whl ; python_version=="3.10"
pyfg @ https://tzrec.oss-accelerate.aliyuncs.com/third_party/pyfg-0.7.3-cp311-cp311-linux_x86_64.whl ; python_version=="3.11"
pyfg @ https://tzrec.oss-accelerate.aliyuncs.com/third_party/pyfg-0.7.3-cp310-cp310-linux_x86_64.whl ; python_version=="3.10"
pyodps>=0.12.4
scikit-learn
tensorboard
Expand Down
2 changes: 1 addition & 1 deletion tzrec/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.8.17"
__version__ = "0.8.18"