indeous / euroSAT-ml

MIT License
0 stars 0 forks source link

Machine Learning with Hyperparameter Optimization in DASK

The two attached notebooks have explore supervised machine learning algorithms with Hyper-parameter optimization. The dataset used is EuroSAT imagery. The first notebook uses Random Forest Classifier from scikit-learn without DASK. The second, uses MLP classifier with DASK.