You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example notebooks are dependent on the following libraries being installed
optuna pandas-summary missingno
It would be helpful to automatically install these or to document the dependency along with the relative conda install instructions in the readme file.
Thanks Frank, I will take care of this ASAP. i am just about to update Octopus-ml with additional data validation features, check them out at the octopus_showcase notebook.
The example notebooks are dependent on the following libraries being installed
optuna
pandas-summary
missingno
It would be helpful to automatically install these or to document the dependency along with the relative conda install instructions in the readme file.
conda install -c conda-forge optuna
conda install -c conda-forge pandas-summary
conda install -c conda-forge missingno
The text was updated successfully, but these errors were encountered: