Loading...
Skip to content
Data stories

Data stories

Stories about my datasciene journy! Join me :)

    • About me
    • My talks
    • Contact me
    • Find me on github!
  • Recent Posts

    • Where Does Your Organization Stand on the AI Maturity Scale?
    • Essential Features in AI Products
    • Why and how to reduce hallucinations in LLMs practically?
    • Install Spark & Pyspark on Windows
    • Google computing options and how to choose them?

    Categories

    Archives

    • November 2024
    • February 2024
    • September 2023
    • October 2021
    • February 2021
    • January 2021
    • November 2020
    • October 2020

Python

Install Spark & Pyspark on Windows

Install Spark & Pyspark on Windows

Posted on October 26, 2021November 17, 2024Data science, Python, Spark

Spark is a parallel data processing framework, which is used for big data analytics. It is an open-source project and is written in Scala. It supports streaming data analysis, SQL, Machine learning, and Graph processing. ...

Read more ⟶
Object oriented programming (OOP) in Python

Object oriented programming (OOP) in Python

Posted on November 20, 2020November 20, 2020Data science, Python

Object oriented programming (OOP) is a design pattern for creating stable applications and powerful systems. It allows handling rapid changes in complex systems easier. Classes are a blueprint of needed functionalities which is described by ...

Read more ⟶
Some pandas functions that you should start using now!

Some pandas functions that you should start using now!

Posted on November 14, 2020November 14, 2020Analysis, Data science, Python

Pandas is a popular library for exploratory analysis and data wrangling in python. It has a lot of functions and methods to use. Here I listed some functions that you may not know or don’t ...

Read more ⟶
Pipelines and columntransformer in Sklearn

Pipelines and columntransformer in Sklearn

Posted on October 18, 2020November 14, 2020Machine learning, Python

What is pipeline? Pipeline is a way to organize repetitive steps in data science projects such as data cleaning, data transformation and data modeling. It makes your code clean, readable and facilitates implementation in the ...

Read more ⟶
© 2021 Nonlinear data. All Rights Reserved