Gaius

Results 252 comments of Gaius

@sorrycc 更新太快了 换不动了 😵😵😵

We will try our best to write good documents, and hope that more developer will participate in the construction of d7y.io.

https://github.com/dragonflyoss/Dragonfly2/blob/main/client/config/peerhost.go#L165 Add the conditions for dfdaemon to select manager `NetworkReady` and `SchedulerReady`: NetworkReady: Select the manager when the ip or host network is available. SchedulerReady: Select the manager when the...

> This means let [sealer](https://github.com/sealerio/sealer) delpoy dragonfly, or make sealer's image distribution use dragonfly? I think they are quite different? @gaius-qi I have separated two issues: - https://github.com/dragonflyoss/Dragonfly2/issues/1301 - https://github.com/dragonflyoss/Dragonfly2/issues/1307

1. 需要线性回归公式,并划哪些是离散特征,哪些是连续特征。 2. Location、IDC 以及 NetTopology 是不需要舍弃的,当作特征值的时候,可以作为离散特征值。用最终匹配结果 0 或 1 来代表其值。 3. HostType 同样也不需要被舍弃, 当作离散特征值来做。 4. Scheduler 模块增加 Training package,Training package 依赖 Storage package,不要 Storage 里面耦合训练相关内容。 5. Training 写成一个策略类: 包括线性回归和深度学习两个实现,...

**2022-06-24 会议记录** 1. 实际数据集 @gaius-qi 2. 更新 scheduler 模型通过 manager 操作 redis,而非走异步任务。

Peer 下载数据: [record.csv](https://github.com/dragonflyoss/Dragonfly2/files/9024803/record.csv)

1. 特征值,举例: ```text 离散特征值: 1. IDC: Peer IDC 与 Parent IDC 字符串完全匹配,匹配值为 0,不匹配值为 1. 2. Parent Peer Type: Parent 的类型,非 CDN 值为 0, CDN 值为 1。 连续特征值: 1. Parent Piece...

### 离散特征值: state 四种状态, 其他都没问题。时间是否要做成离散特征值,做时间桶,按照 2小时划分。 ### REST API: Models: ```text GET `api/v1/models/:id` GET `api/v1/models` PATCH `api/v1/models/:id` DELETE `api/v1/models/:id` ``` Vesions: ```text GET `api/v1/models/:id/versions/:version_id` GET `api/v1/models/:id/versions` PATCH `api/v1/models/:id/versions/:version_id` DELETE `api/v1/models/:id/versions/:version_id`...