# 用户行为序列可视化系统Demo制作

## 课题背景

用户行为序列是一段时间内用户所有动作按照时间排序的结果，是异常检测、广告点击预估等问题中重要的组成部分。和其他数据相比，用户行为序列因为是枚举型的数据而难以展示，一个良好的用户行为序列图可以直观的区分出不同类型的用户。

## 功能描述

设计开发一个用户行为序列可视化系统Demo，该系统需满足下述几个功能点：

1. 能多种方式展示用户行为序列
2. 能按照不同的粒度来展示用户行为序列
3. 能按照群体对比展示
4. 其他更多功能

## 问题挑战

该问题具有以下几个挑战：

1. 可视化系统应当是操作简单、响应快速的
2. 颜色选择应能直观的区分出不同种类的序列

## Demo评审

1. 功能完整性，完成功能描述所列举的功能
2. 功能创新性，创造性设计功能描述中列举的功能，或者设计了其他创造性的功能
3. 技术新颖性，所用技术新颖
4. 技术难度，开发功能和使用技术具有一定的难度

## 联系人

有任何问题，请联系 <qijiaheng@corp.netease.com>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fuxi-up-research.gitbook.io/open-project/engineering_topics/behavior_sequences_visualization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
