Closed vrn25 closed 5 years ago
I'm doing it
@kampaitees each model requires a new pull request. Please choose and specify one of the models you would like to work on.
I had used decision tree classifier
i want to take up this issue using K neighbours clasiification
@Shuddhatm22 yes please start working on it.
I want to take up this issue using Multi-layer Perceptron (MLP) Classifier.
@i-m-vivek Go ahead
Added MLP Classifier #232 please review it.
I am taking up random forest classifier
@shashikanthgk, Go ahead
I would like to take up this problem - Logistic Regression
@ArquiteturaJoel, Go ahead
Hacktoberfest 2019 ends. Closing the issue.
Description
Given Multi-class Classification problem, predict the age of Abalone (a type of Shellfish) using various features provided. Target output is value of Rings (Age = Rings + 1.5).
The dataset can be found here
The given features are:
Details
Issue requirements / progress
Train the model on training data. Predict target values using test data. Use Accuracy and F1_score metrics to evaluate the performance. Note: Each pull request should be a solution using only one model.
Resources
abalone_age_starter_code.ipynb
is present in/machineLearning/abalone_age
Directory Structure
Place your solution file in path as follows.
/machineLearning/abalone_age/lr/<your_solution_file>
/machineLearning/abalone_age/dtc/<your_solution_file>
/machineLearning/abalone_age/gnb/<your_solution_file>
/machineLearning/abalone_age/knn/<your_solution_file>
/machineLearning/abalone_age/svc/<your_solution_file>
/machineLearning/abalone_age/rfc/<your_solution_file>
/machineLearning/abalone_age/mlp/<your_solution_file>
/machineLearning/abalone_age/qda/<your_solution_file>
/machineLearning/abalone_age/adb/<your_solution_file>
Note
Please claim the issue first by commenting here before starting to work on it. For any further issues, feel free to contact me @vrn25 or @niranjanrao1509 any time. Requests for review are welcomed. Happy Learning!