Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmmvn/analytics-notebooks
A bunch of data analytics notebooks done testing out JetBrains DataLore
https://github.com/tmmvn/analytics-notebooks
ai algorithms data-analysis datalore elements-of-ai helsinki-university-mooc python
Last synced: 10 days ago
JSON representation
A bunch of data analytics notebooks done testing out JetBrains DataLore
- Host: GitHub
- URL: https://github.com/tmmvn/analytics-notebooks
- Owner: tmmvn
- License: zlib
- Created: 2023-09-18T03:17:52.000Z (about 1 year ago)
- Default Branch: core
- Last Pushed: 2023-11-02T23:22:55.000Z (about 1 year ago)
- Last Synced: 2023-11-03T00:24:33.575Z (about 1 year ago)
- Topics: ai, algorithms, data-analysis, datalore, elements-of-ai, helsinki-university-mooc, python
- Language: HTML
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# analytics-notebooks
A bunch of data analytics notebooks done with (JetBrains DataLore)[https://datalore.jetbrains.com]
The .ipynb is the exported Jupyter Notebook, .html is the exported rendering
from Datalore, and .py contains the code in plain Python.## ai-algorithms
University of Helsinki / Reactor Building AI - Advanced Honors Python
workbook. As I was making my way through the (course)[https://buildingai.elementsofai.com],
I kept a Jupyter notebook of the tasks. I completed the course
assignments with Advanced Honors.The included code can be a useful starting point for developing AI and
machine learning algorithms.## economic-analysis
Notebook WIP analysis, won't likely see much progress since I can't remember
what I was going to analyze with this. Think it was mainly about scraping data
from the web, particularly World Fact Book, as it has a ton of interesting data.## helsinki-university-data-analytics
Notebook for a WIP open data analytics course I started for fun. Might finish
the course one day.## solita-trains
A "coding test" for a Finnish company I once applied to. Ended up running out of
time due to some technical challenges, but still got an offer.## trade-analysis
A simple trade analysis from the U.S. perspective, showing that when comparing
trade partners, it would make sense to use per capita. For example, Finland is
a small country, and it would seem that there's a trade deficit, which some take
to imply Finland is taking advantage of the USA, shipping more items to America,
while not buying from America. However, if you take in the fact that USA has
hundreds of millions of people, while Finland has 5 million, when adjusted per
capita the results are the opposite: A Finn spends way more on U.S. goods than
an American spends on Finnish!