Skip to content
View HazmanNaim's full-sized avatar
πŸ’»
Working
πŸ’»
Working

Block or report HazmanNaim

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
HazmanNaim/README.md

Hi πŸ‘‹, I'm Hazman Naim

Data professional with a Physics background. I blend my scientific aptitude with computational skills to build intelligent algorithms.

hazmannaim

hazmannaim

  • πŸ”­ I’m currently working on data engineering, analytics and machine learning

  • 🌱 I’m currently learning Deep Learning and AI Engineering

  • πŸ‘¨β€πŸ’» All of my projects are available at hazmannaim.github.io

  • πŸ’¬ Ask me about Data Science, Machine Learning, AI and Astrophysics

  • πŸ“« How to reach me [email protected]

Connect with me:

hazmannaim astronomer.halaman

Languages and Tools:

bash c flask git html5 linux mysql opencv pandas postman python pytorch scikit_learn seaborn tensorflow

hazmannaim

Β hazmannaim

hazmannaim

Pinned Loading

  1. IBM-Data-Science-Professional-Certificate IBM-Data-Science-Professional-Certificate Public

    This is a repository for IBM Data Science Professional Certificate purpose.

    Jupyter Notebook 1 2

  2. IBM-AI-Engineering-Professional-Certificate IBM-AI-Engineering-Professional-Certificate Public archive

    This is a repository for IBM AI Engineering Professional Certificate purpose.

    Jupyter Notebook 49 31

  3. This is a custom function to train a... This is a custom function to train and evaluate models. This function will print the results at each fold.
    1
    def train_evaluate(model, model_name, X, Y):    
    2
        # K-fold cross-validation instead of stratified K-fold for regression
    3
        kf = KFold(n_splits=10, shuffle=True, random_state=seed)
    4
        
    5
        print(f"Training {model_name}...\n")