Hippocampus's Garden

Under the sea, in the hippocampus's garden...

    Search by
    Home | Hippocampus's Garden
    [object Object]
    7 posts tagged with "data-analysis"
    post

    Meet Pandas: Converting DataFrame to CSR Matrix

    March 08, 2022  |  2 min read

    This post shows how to convert a DataFrame of user-item interactions to a compressed sparse row (CSR) matrix, the most common format for sparse matrices.

    post

    Meet Pandas: Group-wise Sampling

    October 13, 2020  |  2 min read

    This post introduces how to sample groups from a dataset, which is helpful when you want to avoid data leakage.

    post

    Meet Pandas: Query Dataframe

    August 25, 2020  |  2 min read

    This post introduces the Pandas method of `query`, which allows us to query dataframes in an SQL-like manner.

    post

    Meet Pandas: Grouping and Boxplot

    June 14, 2020  |  2 min read

    This post summarizes how to group data by some variable and draw boxplots on it using Pandas and Seaborn.

    post

    Meet Pandas: loc, iloc, at & iat

    April 27, 2020  |  2 min read

    Have you ever confused Pandas methods `loc`, `at`, and `iloc` with each other? It's no more confusing when you have this table in mind.

    post

    Evaluating Academic Papers by PageRank

    February 28, 2020  |  3 min read

    Citation counts shouldn't be the only measurement of the impact of academic papers. I applied Google's PageRank to evaluating academic papers's importance.

    Shion Honda

    Hippocampus's Garden © 2023, Shion Honda. Built with Gatsby