Skip to content
View KarimLulu's full-sized avatar
Block or Report

Block or report KarimLulu

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

  1. sms-spam-detection sms-spam-detection Public

    The final project for the course "Data Science. NLP"

    Jupyter Notebook 1

  2. locality-sensitive-hashing-knn locality-sensitive-hashing-knn Public

    Approximate k-Nearest Neighbours in high-dimensional space via Locality Sensitive Hashing

    Jupyter Notebook

  3. effective-python-90-ways effective-python-90-ways Public

    Code Samples of Book "Effective Python: 90 Specific Ways to Write Better Python" by Brett Slatkin

    Python 1 1

  4. digamma-ai/timeextractor digamma-ai/timeextractor Public

    Time Extractor NLP project - locate dates and times in text documents

    Java 21 6

  5. Rank-aware evaluation metrics Rank-aware evaluation metrics
    1
    from collections import Counter
    2
    import logging
    3
    import numpy as np
    4
    from scipy.stats import kendalltau
    5
    from typing import List, Any, Union
  6. mlops-loan-prediction mlops-loan-prediction Public

    Final Project of the MLOps Zoomcamp hosted by DataTalksClub.

    Python 4