Start classiffication

- added datasets
- start to creating the classes
This commit is contained in:
2024-04-22 20:39:41 +02:00
parent 1fb277bc70
commit ed0cfb3aa2
5 changed files with 17215 additions and 8 deletions

View File

@@ -42,4 +42,4 @@ def learn_dataset(function:Callable[..., tuple[int, MLRegression]], epochs:int=1
if __name__ == "__main__":
learn_dataset(auto_mpg)
learn_dataset(automobile)