Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.
Please read the tutorial at this link. https://ebooknice.com/page/post?id=faq
We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.
For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.
EbookNice Team
Status:
Available5.0
37 reviewsSince you’re still reading, this means you’re still interested, and
ready to explore the next level. In Foundations, we’ll solidify your
growing knowledge so that you have a firm base on which to build
everything else. Future volumes in this series will cover applications, advanced techniques, and some special data types that require special treatment. But it all ultimately rests on the skill set
you’ll have built in Volumes One and Two of this series.
We’re going to dive right in. But first, let me make a list of some
of the things I’m counting on you being pretty solid on:
• Atomic and aggregate variables – ints, floats, strings
– NumPy arrays, Pandas Serieses, DataFrames
– What all these look like in memory
• Scales of measure (especially categorical vs. numeric)
• Assocation vs. causality
– Causal diagrams
– Dependent and independent variables
– Observational studies vs. controlled experiments
– Confounding factors
• Statistical significance
• Exploratory Data Analysis
– Bar charts
– Histograms
– Contingency tables
– Scatterplots
– Boxplots
– Quantiles
– Outliers
• Python stuff
– Creating and performing calculations on atomic data
– Creating and accessing NumPy arrays
– for loops
– if statements (and if/elif/else)
– Functions and methods
∗ Calling a function/method vs. writing a function
∗ Passing arguments (both atomic and aggregate)
∗ Return values
∗ Function that modify in-place vs. returning a copy
– Pandas Series & DataFrames
∗ Reading from a .csv file
∗ The “index”
∗ .value_counts()
∗ .groupby()
∗ Using .iloc[] vs. .loc[] vs. []
∗ Single ints/labels vs. slices vs. lists
∗ Queries
∗ Recoding / transforming columns
• ML concepts
– Classification vs. regression
– Features and target attribute
– Training data, test data, and new data
– Random sampling
– The “prior” vs. “posterior”
– Evaluating a classifier
All these topics were covered in Crystal Ball Volume One. If any
of them are iffy, you might take an hour or two to flip back through
them and brush up!