anderson-ufrj
commited on
Commit
·
f519368
1
Parent(s):
ce4becd
fix: resolve UTF-8 encoding error in ML module
Browse files- Remove special character from docstring
- Replace 'Cidadão' with 'Cidadao' to avoid encoding issues
- Fixes SyntaxError during module import
- src/ml/__init__.py +1 -1
src/ml/__init__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
"""Machine Learning models and utilities for
|
| 2 |
|
| 3 |
This module provides ML capabilities including:
|
| 4 |
- Anomaly detection algorithms
|
|
|
|
| 1 |
+
"""Machine Learning models and utilities for Cidadao.AI.
|
| 2 |
|
| 3 |
This module provides ML capabilities including:
|
| 4 |
- Anomaly detection algorithms
|