laptop_price_prediction_v1 / training_params.json
hngrz's picture
Upload folder using huggingface_hub
545de37 verified
{"data_path": "Ammok/laptop_price_prediction", "model": "xgboost", "username": "hngrz", "seed": 42, "train_split": "train", "valid_split": "test", "project_name": "laptop-price-prediction-cl2", "push_to_hub": true, "id_column": "id", "target_columns": ["Price"], "repo_id": "hngrz/laptop-price-prediction-cl2", "categorical_columns": null, "numerical_columns": null, "task": "regression", "num_trials": 10, "time_limit": 600, "categorical_imputer": "most_frequent", "numerical_imputer": "median", "numeric_scaler": "robust"}