-
Updated
Apr 30, 2021
Artificial Intelligence
The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.
Here are 9,072 public repositories matching this topic...
-
Updated
Apr 30, 2021 - Python
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Jupyter Notebook
-
Updated
Apr 30, 2021 - C++
-
Updated
Apr 30, 2021 - Jupyter Notebook
URLS with the issue:
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_param
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_metric
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tag
Description of proposal:
Document the maximum value and legal characters for log_param, log_metric and set_tag. Note that log_metric's value i
-
Updated
Jan 1, 2021 - Python
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner-
Updated
Nov 21, 2018 - Shell
-
Updated
Apr 12, 2021 - Shell
something like certs in the config for the remotes instead of using AWS_CA_BUNDLE/REQUESTS_CA_BUNDLE, etc.
Related: iterative/dvc#3450, iterative/dvc.org#1079
Specs
- Leon version: 1.0.0-beta.4
- OS (or browser) version: mac os big sur
- Node.js version: v14.5.0
- npm run docker:dev output:
Could not find ffmpeg executable, tried "/app/node_modules/@ffmpeg-installer/linux-x64/ffmpeg", "/app/node_modules/@ffmpeg-installer/ffmpeg/node_modules/@ffmpeg-installer/linux-x64/ffmpeg" and "/app/node_modules/@ffmpeg-installer/linux-x64/ffmpeg"
`
-
Updated
Apr 21, 2021 - C#
-
Updated
Apr 14, 2021
-
Updated
Apr 30, 2021 - C++
-
Updated
Apr 30, 2021 - Python
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
-
Updated
Apr 27, 2021 - Python
-
Updated
Apr 11, 2021
-
Updated
Apr 7, 2021 - Python
-
Updated
Apr 24, 2021 - JavaScript
-
Updated
Apr 30, 2021 - Python
2019/12/02 和Yi Wang沟通交流考虑SQLFLOW可以支持如下的特性
一、基础功能:好用的工具需要一个更加简易友好的界面,让业务开发/分析更加简单
1)设计分析类工具,提供自动联想输入、快速语法、常见语义错误,提升用户体验
应用场景:提供IDE的自动联想功能,提高开发效率;语法和基本语义提前检查,避免提交到后台,执行较长时间后报错
2)大数据量时时间较长,建议提供任务(job)管理、允许用户了解数据执行的状态、监控进度、提供动态调试、watch能力,方便用户感知和调优
应用场景:耗时任务可以快速了解整体进度,提供一些中间的过程信息、耗时等,方便用户进行调优,优化开发
3) 安全权限、用户管理、
应用场景:增加新的数据分析人员、用户权
-
Updated
Apr 21, 2021 - Scala
Interpret
Yes


This docs snippet does not work:
https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_module.html#datamodule
To Reproduce