You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * @Author: 赵伟
- * @Date: 2024-04-16 13:58:08
- * @Description: 自动机器学习列表
- */
-
- import ExperimentList, { ExperimentListType } from '../components/ExperimentList';
-
- function AutoMLList() {
- return <ExperimentList type={ExperimentListType.AutoML} />;
- }
-
- export default AutoMLList;
|