The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
Problem
Top 3 Problems |
The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
Problem
Top 3 Problems |
def from_sklearn(docs,vect,lda,**kwargs): | |
"""Create Prepared Data from sklearn's vectorizer and Latent Dirichlet | |
Application | |
Parameters | |
---------- | |
docs : Pandas Series. | |
Documents to be passed as an input. | |
vect : Scikit-Learn Vectorizer (CountVectorizer,TfIdfVectorizer). |
import fnmatch | |
import os | |
import shutil | |
matches = [] | |
for root, dirnames, filenames in os.walk(rootPath): | |
for filename in filenames: | |
matches.append(os.path.join(root, filename)) | |
print(os.path.join(root, filename)) | |
shutil.move(os.path.join(root, filename), os.path.join(destDir, filename)) |
This is the visualization: http://bl.ocks.org/napjon/raw/3a36381045a0b872e312/
The visualization measures the performance of 2015 US Flight. Performance based on how much on time number of flights, and how it decrease vary based on number of flights delay,cancelled,diverted.
Here are the image taken from http://blog.jakpat.net/indonesia-mobile-behavior-report-2014/
This graph show how the average hours used for mobile device in Indonesia.
Why it should be fixed