brew install kubernetes-cli
pip3 install awscli --upgrade
aws configure (you have to specify credentials)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install openblas | |
OPENBLAS="$(brew --prefix openblas)" pip install numpy scipy | |
pip3 install --no-binary :all: --no-use-pep517 scipy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my preferences | |
small | |
tech in heart | |
flat structure | |
no HIPPO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://towardsdatascience.com/beyond-a-b-testing-multi-armed-bandit-experiments-1493f709f804 | |
Beyond A/B Testing: Multi-armed Bandit Experiments | |
A study of Google Analytics’ stochastic k-armed bandit test with Thompson sampling and Monte Carlo simulation | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install apache-drill | |
drill-embedded | |
ALTER SESSION SET `store.format`='json'; | |
ALTER SESSION SET `store.json.all_text_mode` = true; | |
alter session set `planner.enable_decimal_data_type`=true; | |
select * from dfs.`/Users/akornilov/work/prices` limit 1; | |
select AVG(CAST(price as DECIMAL(28, 2)) ) as avg_price from dfs.`/Users/akornilov/work/prices`; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/787496/what-is-the-best-way-to-compute-trending-topics-or-tags/826509#826509 | |
http://sayrohan.blogspot.com/2013/06/finding-trending-topics-and-trending.html | |
JUN | |
6 | |
Finding Trending Topics and Trending Sentiments From Live Twitter Stream Using Storm | |
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.revsys.com/tidbits/django-performance-simple-things/ | |
https://devcenter.heroku.com/articles/python-concurrency-and-database-connections | |
https://serverfault.com/questions/635100/django-conn-max-age-persists-connections-but-doesnt-reuse-them-with-postgresq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/snowplow/snowplow/wiki/setting-up-snowplow-google-cloud-storage-loader | |
https://github.com/snowplow/snowplow/wiki/setting-up-snowplow-google-cloud-storage-loader | |
https://github.com/snowplow/snowplow/wiki/Snowplow-Google-Cloud-Storage-Loader | |
https://github.com/snowplow/snowplow/wiki/setting-up-snowplow-google-cloud-storage-loader | |
https://raw.githubusercontent.com/snowplow/snowplow/master/2-collectors/scala-stream-collector/examples/config.hocon.sample | |
https://medium.com/tech-at-popxo/recommendation-engine-at-popxo-using-snowplow-and-prediction-io-with-universal-recommender-fa079abe3f8a | |
http://mahout.apache.org/users/algorithms/intro-cooccurrence-spark.html | |
https://developer.ibm.com/dwblog/2017/mahout-spark-correlated-cross-occurences/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/29760935/how-to-get-vector-for-a-sentence-from-the-word2vec-of-tokens-in-sentence | |
https://stackoverflow.com/questions/29760935/how-to-get-vector-for-a-sentence-from-the-word2vec-of-tokens-in-sentence/36299641 | |
https://radimrehurek.com/gensim/models/word2vec.html | |
https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/doc2vec-lee.ipynb | |