File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ An intelligent automated machine learning platform that provides comprehensive d
4545## π Project Structure
4646
4747```
48- Auto /
48+ MCP_Server_DataScience /
4949βββ data/ # Sample datasets
5050β βββ Ai.csv
5151β βββ Calories.csv
9696
9797 ``` bash
9898 git clone https://github.com/emircansoftware/MCP_Server_DataScience.git
99- cd auto-ml
99+ cd MCP_Server_DataScience
100100 ```
101101
1021022 . ** Install dependencies**
@@ -116,7 +116,7 @@ In `utils/read_csv_file.py`, update the `path` variable to match your own projec
116116
117117``` python
118118# Example:
119- path = r " C:\\ YOUR\\ PROJECT\\ PATH\\ Auto \\ data"
119+ path = r " C:\\ YOUR\\ PROJECT\\ PATH\\ MCP_Server_DataScience \\ data"
120120```
121121
122122### 2. Claude Desktop Configuration
@@ -130,7 +130,7 @@ In Claude Desktop, add the following block to your `claude_desktop_config.json`
130130 "command" : " uv" ,
131131 "args" : [
132132 " --directory" ,
133- " C:\\ YOUR\\ PROJECT\\ PATH\\ Auto " ,
133+ " C:\\ YOUR\\ PROJECT\\ PATH\\ MCP_Server_DataScience " ,
134134 " run" ,
135135 " main.py"
136136 ]
You canβt perform that action at this time.
0 commit comments