Coder Social home page Coder Social logo

forest-cover-type's Introduction

Homework for RS School Machine Learning course.

This project uses Forest Cover Type dataset.

Usage

This package allows you to train model for predicting the type of cover forest.

  1. Clone this repository to your machine.
  2. Download Forest Cover Type dataset, save csv locally (default path is data/train.csv in repository's root).
  3. Make sure Python 3.9 and Poetry are installed on your machine.
  4. Install the project dependencies (run this and following commands in a terminal, from the root of a cloned repository):
poetry install --no-dev
  1. You can make EDA report:
poetry run eda_report -d <path to csv with data> -s <path to save report>
  1. Run train with the following command:
poetry run train -d <path to csv with data> -s <path to save trained model>

You can configure additional options (such as hyperparameters) in the CLI. To get a full list of them, use help:

poetry run train --help
  1. You can make some experements:
poetry run eval_perform
  1. Run MLflow UI to see the information about experiments you conducted:
poetry run mlflow ui

MLFlow experiments

forest-cover-type's People

Contributors

evgenver avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.