Skip to content

DouglasPatton/vbflow

Repository files navigation

Virtual Beach Machine Learning

Prediction Modeling and Assessment Toolkit


How To Run The Notebooks

download and install miniconda for python 3.8 and your OS

Access a command line interface (CLI) by opening a terminal(Linux) or the anaconda prompt (Windows).

Run the highlighted lines of code below to setup your environment

  • create a conda environment called vbflow
    • conda create -c conda-forge --name vbflow python=3.9 jupyterlab scikit-learn=1 matplotlib pandas
  • activate the environment you just made by typing
    • conda activate vbflow

open jupyter lab in your default browser

  • download and unzip (or clone) this repo and navigate the CLI to the vbflow directory (cd )
  • run the following code in the terminal/anaconda prompt:
    • jupyter lab

use jupyter in your browser to open, edit, run the notebooks.


View Example Notebooks Online

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published