dotnet / dotnet/machinelearning-modelbuilder
Difficulties in setting column data types
Nessuno ha ancora preso questa issue.
- Lingua principale
- Dockerfile
- Stelle
- 285
- Fork
- 66
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
If is very time consuming and frustating when you import data to train with lots of double values but it automatically identifies it as a string. You must then go by one by one to select the correct single data type for each one because it automatically thinks its a string.
Also, it should automatically assume that the data that is imported has headers. I do not even understand why this has to be stated. Why must you have an extra step here. I would say over 90% of the time, the data will have a header when importing from a CSV
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
Create a better parsing method to distinguish between single and strings. If the cell contains only numbers, its a good indication that is a single.
And or, create a way to select multiple columns and change the datatype with just one click.
And or, the ability to save settings, or profiles that remembers the header names and remembers what data type a certain cell should be.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
I considered using python instead as I cant modify the schema explicitly by using the TextLoader when using automl.
**Additional context**
Add any other context or screenshots about the feature request here.

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Iniziate riproducendo il workflow di importazione CSV descritto nella issue e verificate come TextLoader e AutoML deducano attualmente le intestazioni e i tipi di colonna. Done dovrebbe essere definito come un comportamento mirato di parsing o modifica collettiva, con una gestione chiara delle colonne numeriche e delle intestazioni; la issue solleva inoltre i profili salvati come possibile funzionalità separata.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- data, machine-learning
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 20/100