commit 6f350d3292ba9dd14883dcc93524c14973c9b20b Author: Paweł Skórzewski Date: Tue Mar 2 08:29:04 2021 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..207d123 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> JupyterNotebooks +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..95f45ef --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# umz21 + +Uczenie maszynowe - zastosowania +06-DUMZUA0 2021/SL \ No newline at end of file