Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a92c24d260bac22a2b103309552d58aa to your computer and use it in GitHub Desktop.
Save r-ryantm/a92c24d260bac22a2b103309552d58aa to your computer and use it in GitHub Desktop.
/nix/store/1001qrrvkhkvxlg03jh92fy6pacj35bh-python3.7-dask-ml-1.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dask_ml
│   │   ├── base.py
│   │   ├── cluster
│   │   │   ├── _compat.py
│   │   │   ├── __init__.py
│   │   │   ├── k_means.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compat.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── k_means.cpython-37.pyc
│   │   │   │   └── spectral.cpython-37.pyc
│   │   │   └── spectral.py
│   │   ├── _compat.py
│   │   ├── compose
│   │   │   ├── _column_transformer.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── _column_transformer.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── datasets.py
│   │   ├── decomposition
│   │   │   ├── _compat.py
│   │   │   ├── extmath.py
│   │   │   ├── incremental_pca.py
│   │   │   ├── __init__.py
│   │   │   ├── pca.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compat.cpython-37.pyc
│   │   │   │   ├── extmath.cpython-37.pyc
│   │   │   │   ├── incremental_pca.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pca.cpython-37.pyc
│   │   │   │   └── truncated_svd.cpython-37.pyc
│   │   │   └── truncated_svd.py
│   │   ├── ensemble
│   │   │   ├── _blockwise.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── _blockwise.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── feature_extraction
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── text.cpython-37.pyc
│   │   │   └── text.py
│   │   ├── impute.py
│   │   ├── __init__.py
│   │   ├── linear_model
│   │   │   ├── glm.py
│   │   │   ├── __init__.py
│   │   │   ├── perceptron.py
│   │   │   ├── __pycache__
│   │   │   │   ├── glm.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── perceptron.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   ├── metrics
│   │   │   ├── classification.py
│   │   │   ├── __init__.py
│   │   │   ├── pairwise.py
│   │   │   ├── __pycache__
│   │   │   │   ├── classification.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pairwise.cpython-37.pyc
│   │   │   │   ├── regression.cpython-37.pyc
│   │   │   │   └── scorer.cpython-37.pyc
│   │   │   ├── regression.py
│   │   │   └── scorer.py
│   │   ├── model_selection
│   │   │   ├── _hyperband.py
│   │   │   ├── _incremental.py
│   │   │   ├── __init__.py
│   │   │   ├── methods.py
│   │   │   ├── _normalize.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _hyperband.cpython-37.pyc
│   │   │   │   ├── _incremental.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── methods.cpython-37.pyc
│   │   │   │   ├── _normalize.cpython-37.pyc
│   │   │   │   ├── _search.cpython-37.pyc
│   │   │   │   ├── _split.cpython-37.pyc
│   │   │   │   ├── _successive_halving.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── utils_test.cpython-37.pyc
│   │   │   ├── _search.py
│   │   │   ├── _split.py
│   │   │   ├── _successive_halving.py
│   │   │   ├── utils.py
│   │   │   └── utils_test.py
│   │   ├── naive_bayes.py
│   │   ├── neural_network.py
│   │   ├── _partial.py
│   │   ├── preprocessing
│   │   │   ├── _block_transformer.py
│   │   │   ├── data.py
│   │   │   ├── _encoders.py
│   │   │   ├── __init__.py
│   │   │   ├── label.py
│   │   │   └── __pycache__
│   │   │   ├── _block_transformer.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── _encoders.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── label.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── datasets.cpython-37.pyc
│   │   │   ├── impute.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── naive_bayes.cpython-37.pyc
│   │   │   ├── neural_network.cpython-37.pyc
│   │   │   ├── _partial.cpython-37.pyc
│   │   │   ├── _typing.cpython-37.pyc
│   │   │   ├── _utils.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── wrappers.cpython-37.pyc
│   │   │   └── xgboost.cpython-37.pyc
│   │   ├── _typing.py
│   │   ├── _utils.py
│   │   ├── utils.py
│   │   ├── wrappers.py
│   │   └── xgboost.py
│   └── dask_ml-1.7.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 114 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment