Skip to content
View divinealpine's full-sized avatar
🔰
🔰

Block or report divinealpine

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

Pinned Loading

  1. fastbook fastbook Public

    Forked from fastai/fastbook

    The fastai book, published as Jupyter Notebooks

    Jupyter Notebook

  2. packer-centos-7 packer-centos-7 Public

    Forked from hfm/packer-centos-7

    CentOS 7 built by packer

    Shell

  3. recommenders recommenders Public

    Forked from recommenders-team/recommenders

    Best Practices on Recommendation Systems

    Python

  4. tfc-guide-example tfc-guide-example Public

    Forked from hashicorp/tfc-guide-example

    Example Terraform configuration

    HCL

  5. zipzap zipzap Public

    Forked from pixelglow/ZipZap

    zip file I/O library for Mac OS X and iOS

    Objective-C

  6. ml train ml train
    1
    import pandas as pd
    2
    import numpy as np
    3
    from sklearn.model_selection import train_test_split
    4
    from sklearn.preprocessing import StandardScaler
    5
    from sklearn.ensemble import RandomForestClassifier