-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Niko Aarnio edited this page Sep 20, 2024
·
15 revisions
Status symbols:
- π© = Completed
- π¦ = In process / in review
- π₯ = Not yet started
For a more detailed set of included tools / functions and their documentation, check the documentation site.
Tool | Status |
---|---|
Reproject raster | π© |
Resample raster | π© |
Clip raster | π© |
Snap raster | π© |
Window raster | π© |
Unify rasters | π© |
Surface derivative tools | π© |
Extract values from raster | π© |
Reclassify | π© |
Create constant raster | π© |
Unique conditions grid | π© |
Smoothing/filter tools | π© |
Distance to anomaly | π© |
Tool | Status |
---|---|
Reproject vector | π© |
Interpolation - IDW | π© |
Interpolation - kriging | π© |
Density computation | π© |
Distance computation | π© |
Calculate geometry | π© |
Extract shared lines | π© |
Cell-based association | π© |
Rasterize | π© |
Proximity computation | π¦ |
Tool | Status |
---|---|
PCA | π© |
K-means clustering | π© |
DBSCAN | π© |
Descriptive statistics | π© |
Statistical hypothesis tests | π© |
Basic plots (scatter, line, bar, hist, kde, ecdf, heatmap, pairplot, regrplot) | π© |
Parallel coordinates plot | π© |
Feature importance | π© |
Local Moran's I | π© |
Tool | Status |
---|---|
Binarize | π© |
Winsorize | π© |
Logarithmic | π© |
Min-max | π© |
Z-score normalize | π© |
Clip transform | π© |
One-hot encode | π© |
CoDa transformations | π© |
Tool | Status |
---|---|
Balance data (SMOTETomek) | π© |
Split data | π© |
Data sampler | π¦ |
Tool | Status |
---|---|
Fuzzy overlay | π© |
Weights of evidence | π© |
Logistic regression | π© |
Random forest (regr+cls) | π© |
Gradient boosting (regr+csl) | π© |
MLP (multilayer perceptron, regr+cls) | π© |
BNN | π¦ |
Tool | Status |
---|---|
Calculate base metrics | π© |
Summarize label metrics for binary classifier | π© |
Summarize probability metrics for binary classifier | π© |
Plot ROC curve | π© |
Plot DET curve | π© |
Plot precision-recall curve | π© |
Plot calibration curve | π© |
Plot distribution of predicted probabilities | π© |
Plot confusion matrix | π© |
Plot neural network training accuracy | π© |
Plot neural network training loss | π© |
Plot prediction area curves | π© |
Plot rate curve | π© |
Score model (accuracy, precision, recall, F1, MAE, MSE, RMSE, R2) | π© |