Skip to content
View sampathsree's full-sized avatar

Block or report sampathsree

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 2-4_tree 2-4_tree Public

    A 2 - 4 tree is self - balancing data structure commonly used in dictionaries. 2 - 4 trees perform searching, insertion and deletion in the order of O (log n).

    Java 2 5

  2. Multiple_Linear_Regression_SPARK Multiple_Linear_Regression_SPARK Public

    Implementation of multiple linear regression using Spark. Used closed form expression for the ordinary least squares estimate of the linear regression coefficients computed using summation

    Python 3

  3. Page_Rank_WikiPedia Page_Rank_WikiPedia Public

    Running PageRank Algorithm on Wikipedia Data Set

    Java 4

  4. TF_IDF_HADOOP TF_IDF_HADOOP Public

    Term Frequency - Inverse Document Frequency is used Information Retrieval. This is implemented in distributed computing environment using Apache HADOOP.

    Java 2 2

  5. data-science-your-way data-science-your-way Public

    Forked from jadianes/data-science-your-way

    Ways of doing Data Science Engineering and Machine Learning in R and Python

    Jupyter Notebook

  6. kafka-spark-avro-example kafka-spark-avro-example Public

    Forked from opencore/kafka-spark-avro-example

    Example project to show how to use Kafka from Spark Streaming with the Confluent schema registry

    Java