Skip to content

Commit a5af76e

Browse files
authored
Add SingleStore AI Bootcamp : AI/ML Enablement template notebooks (#149)
* fix(notebook): suggestions after test usage * fix(notebook): suggestions after ML sync * add(image) : udf * update flake 8 pre-commit version * add NITs and suggestions
1 parent ca9f91d commit a5af76e

File tree

7 files changed

+9211
-4
lines changed

7 files changed

+9211
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 5.0.4
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.12.0]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[meta]
2+
authors=["bharath-swamy"]
3+
title="Demonstrate ML function Anomaly Detect"
4+
description="""\
5+
Learn how to train an ML Anomaly Detect \
6+
model and run it to predict the class of a set of time series inputs.
7+
"""
8+
icon="browser"
9+
difficulty="beginner"
10+
tags=["advanced", "notebooks", "python"]
11+
lesson_areas=["AI"]
12+
destinations=["spaces"]
13+
minimum_tier="standard"

0 commit comments

Comments
 (0)