Code Monkey home page Code Monkey logo

test_task3's Introduction

Project Description

This project aims to build a model that predicts a target variable based on a set of 53 anonymized features. The dataset used in this project is provided in the internship_train.csv file. The performance of the model will be evaluated using the Root Mean Squared Error (RMSE) metric. The final model will be used to make predictions on a test set provided in the internship_hidden_test.csv file.

Requirements

To run the code in this project, you will need the following packages:

  • joblib==1.2.0
  • numpy==1.24.2
  • pandas==1.5.3
  • scikit-learn==1.1.1

You can install all packages by running pip install -r requirements.txt.

Installation

  • Clone the repository: git clone https://github.com/VladShevchenko3/Test_task3.git
  • Install the required packages: pip install -r requirements.txt

To reproduce the analysis of this project, follow these steps:

  • Run the Jupyter notebook: jupyter notebook
  • Open the analysis.ipynb notebook and follow the instructions.

Note: If you don't have Jupyter Notebook installed, you can install it using the command pip install jupyter.

To reproduce the results of this project, follow these steps:

  • Run predict.py
  • Open the predictions.csv and check results.

Usage

To train the model and make predictions on new data, follow the steps in the analysis.ipynb notebook. The notebook contains load the data, preprocess it, train the models, evaluate performanc and best model selection. Once the final model is trained, you can use it to make predictions on new data by running the predict.py. The predictions will be saved in a file named predictions.csv.

References

test_task3's People

Contributors

vladshevchenko3 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.