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

Block or report lucidyan

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. Prevent NVIDIA GPUs' throttling on h... Prevent NVIDIA GPUs' throttling on headless server
    1
    # Prevent NVIDIA GPUs' throttling on headless server
    2
    
                  
    3
    - Unlock manual fan & overclock settings <br/>
    4
    `sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration`
    5
    - Reboot system
  2. dumper dumper Public

    Forked from Diazole/dumper

    Dump L3 CDM from any Android device

    JavaScript 7

  3. mi-zoo mi-zoo Public

    Complete list of Xiaomi Mi Home Ecosystem devices with descriptions and codes.

    Jupyter Notebook 5

  4. ml-docker ml-docker Public

    Container for Deep Learning with built-in Jupyter/Tensorboard and latest DL Frameworks

    Dockerfile 2

  5. fastest pyspark DataFrame to pandas ... fastest pyspark DataFrame to pandas DataFrame conversion using mapPartitions
    1
    import pandas as pd
    2
    from pyspark.sql import DataFrame
    3
    
                  
    4
    # Wrapper for seamless Spark's serialisation
    5
    def spark_to_pandas(spark_df: DataFrame) -> pd.DataFrame:
  6. Exact Bayesian Inference for A/B tes... Exact Bayesian Inference for A/B testing (all three parts)
    1
    # Exact Bayesian Inference for A/B testing
    2
    <sup>**use ["MathJax Plugin for Github" Chrome extension](https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima) for Equation support**</sup><br/>
    3
    
                  
    4
    ## Part I
    5
    <sup>**author: Evan Haas**</sup><br/>